#FF66B4

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

Shades of Hot Pink #FF66B4

Tints of Hot Pink #FF66B4

Color information

#FF66B4 (or 0xFF66B4) is unknown color: approx Hot Pink. HEX triplet: FF, 66 and B4. RGB value is (255,102,180). Sum of RGB (Red+Green+Blue) = 255+102+180=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66B4 is #00994B. Grayscale: #9C9C9C. Windows color (decimal): -39244 or 11822847. OLE color: 11822847.

HSL color Cylindrical-coordinate representation of color #FF66B4: hue angle of 329.41º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66B4 is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255102180-
CMYK00.60.290
HSL329.41º100%70%-
HSV(B)329.41º60%100%-
XYZ54.2334.0646.9-
YUV156.64141.19198.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 102 (40.23% from 255) = 18.99%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=47.49%
G=18.99%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510218000.60.290329.4110070
HexFF66B403C1D01496446
Octal377146264074350511144106
Binary11111111110011010110100011110011101010100100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66B4; }

 p { color: rgb(255,102,180); }

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

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

 a { background-color: rgb(255,102,180); }

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

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

 span { border-color: rgb(255,102,180); }

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