#FF66BA

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

Shades of Hot Pink #FF66BA

Tints of Hot Pink #FF66BA

Color information

#FF66BA (or 0xFF66BA) is unknown color: approx Hot Pink. HEX triplet: FF, 66 and BA. RGB value is (255,102,186). Sum of RGB (Red+Green+Blue) = 255+102+186=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66BA is #009945. Grayscale: #9D9D9D. Windows color (decimal): -39238 or 12216063. OLE color: 12216063.

HSL color Cylindrical-coordinate representation of color #FF66BA: hue angle of 327.06º 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 #FF66BA is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255102186-
CMYK00.60.270
HSL327.06º100%70%-
HSV(B)327.06º60%100%-
XYZ54.8534.3150.19-
YUV157.32144.19197.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 102 (40.23% from 255) = 18.78%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=46.96%
G=18.78%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510218600.60.270327.0610070
HexFF66BA03C1B01476446
Octal377146272074330507144106
Binary11111111110011010111010011110011011010100011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66BA; }

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

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

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

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

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

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

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

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