#F066BB

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

Shades of Hot Pink #F066BB

Tints of Hot Pink #F066BB

Color information

#F066BB (or 0xF066BB) is unknown color: approx Hot Pink. HEX triplet: F0, 66 and BB. RGB value is (240,102,187). Sum of RGB (Red+Green+Blue) = 240+102+187=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F066BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066BB is #0F9944. Grayscale: #989898. Windows color (decimal): -1022277 or 12281584. OLE color: 12281584.

HSL color Cylindrical-coordinate representation of color #F066BB: hue angle of 323.04º 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 #F066BB is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240102187-
CMYK00.580.220.06
HSL323.04º82.14%67.06%-
HSV(B)323.04º57.5%94.12%-
XYZ49.6631.6250.5-
YUV152.95147.22190.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.37%
GREEN value IS 102 (40.23% from 255) = 19.28%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=45.37%
G=19.28%
B=35.35%

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
Decimal24010218700.580.220.06323.0482.1467.06
HexF066BB03A1661435243
Octal360146273072266503122103
Binary1111000011001101011101101110101011011010100001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F066BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F066BB; }

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

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

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

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

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

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

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

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