#FD6CB2

Color #FD6CB2 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FD6CB2

Tints of Hot Pink #FD6CB2

Color information

#FD6CB2 (or 0xFD6CB2) is unknown color: approx Hot Pink. HEX triplet: FD, 6C and B2. RGB value is (253,108,178). Sum of RGB (Red+Green+Blue) = 253+108+178=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6CB2 is #02934D. Grayscale: #9F9F9F. Windows color (decimal): -168782 or 11693309. OLE color: 11693309.

HSL color Cylindrical-coordinate representation of color #FD6CB2: hue angle of 331.03º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6CB2 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253108178-
CMYK00.570.300.01
HSL331.03º97.32%70.78%-
HSV(B)331.03º57.31%99.22%-
XYZ53.9134.8246-
YUV159.33138.54194.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 46.94%
GREEN value IS 108 (42.58% from 255) = 20.04%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=46.94%
G=20.04%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310817800.570.300.01331.0397.3270.78
HexFD6CB20391E114b6147
Octal375154262071361513141107
Binary11111101110110010110010011100111110110100101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6CB2; }

 p { color: rgb(253,108,178); }

 H1.HeaderClassName
 {
   color: #FD6CB2;
 }
 .AnyTagClassName
 {
   color: #FD6CB2;
 }
</style>
background-color css

<style>
 a { background-color: #FD6CB2; }

 a { background-color: rgb(253,108,178); }

 div.DivClassName
 {
   background-color: #FD6CB2;
 }
 .BgClassName
 {
   background-color: #FD6CB2;
 }
</style>
border-color css

<style>
 span { border-color: #FD6CB2; }

 span { border-color: rgb(253,108,178); }

 td.TdClassName
 {
   border-color: #FD6CB2;
 }
 .TagClassName
 {
   border-color: #FD6CB2;
 }
</style>