#F06DAF

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

Shades of Hot Pink #F06DAF

Tints of Hot Pink #F06DAF

Color information

#F06DAF (or 0xF06DAF) is unknown color: approx Hot Pink. HEX triplet: F0, 6D and AF. RGB value is (240,109,175). Sum of RGB (Red+Green+Blue) = 240+109+175=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06DAF is #0F9250. Grayscale: #9B9B9B. Windows color (decimal): -1020497 or 11496944. OLE color: 11496944.

HSL color Cylindrical-coordinate representation of color #F06DAF: hue angle of 329.77º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06DAF is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240109175-
CMYK00.550.270.06
HSL329.77º81.37%68.43%-
HSV(B)329.77º54.58%94.12%-
XYZ49.1432.5644.25-
YUV155.69138.9188.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 109 (42.97% from 255) = 20.80%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=45.80%
G=20.80%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010917500.550.270.06329.7781.3768.43
HexF06DAF0371B614a5144
Octal360155257067336512121104
Binary1111000011011011010111101101111101111010100101010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06DAF; }

 p { color: rgb(240,109,175); }

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

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

 a { background-color: rgb(240,109,175); }

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

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

 span { border-color: rgb(240,109,175); }

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