#F066BA

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

Shades of Hot Pink #F066BA

Tints of Hot Pink #F066BA

Color information

#F066BA (or 0xF066BA) is unknown color: approx Hot Pink. HEX triplet: F0, 66 and BA. RGB value is (240,102,186). Sum of RGB (Red+Green+Blue) = 240+102+186=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F066BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066BA is #0F9945. Grayscale: #989898. Windows color (decimal): -1022278 or 12216048. OLE color: 12216048.

HSL color Cylindrical-coordinate representation of color #F066BA: hue angle of 323.48º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066BA is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240102186-
CMYK00.580.220.06
HSL323.48º82.14%67.06%-
HSV(B)323.48º57.5%94.12%-
XYZ49.5531.5749.94-
YUV152.84146.72190.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 102 (40.23% from 255) = 19.32%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=45.45%
G=19.32%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010218600.580.220.06323.4882.1467.06
HexF066BA03A1661435243
Octal360146272072266503122103
Binary1111000011001101011101001110101011011010100001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F066BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F066BA; }

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

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

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

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

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

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

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

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