#F06DAD

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

Shades of Hot Pink #F06DAD

Tints of Hot Pink #F06DAD

Color information

#F06DAD (or 0xF06DAD) is unknown color: approx Hot Pink. HEX triplet: F0, 6D and AD. RGB value is (240,109,173). Sum of RGB (Red+Green+Blue) = 240+109+173=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06DAD is #0F9252. Grayscale: #9B9B9B. Windows color (decimal): -1020499 or 11365872. OLE color: 11365872.

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

Color convert

RGB240109173-
CMYK00.550.280.06
HSL330.69º81.37%68.43%-
HSV(B)330.69º54.58%94.12%-
XYZ48.9532.4843.22-
YUV155.46137.9188.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.98%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=45.98%
G=20.88%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010917300.550.280.06330.6981.3768.43
HexF06DAD0371C614b5144
Octal360155255067346513121104
Binary1111000011011011010110101101111110011010100101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06DAD; }

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

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

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

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

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

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

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

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