Shades of Hot Pink #F062AD
Tints of Hot Pink #F062AD
RGB
CMYK
RGB Variations
Color information
#F062AD (or 0xF062AD) is known color: Hot Pink. HEX triplet: F0, 62 and AD. RGB value is (240,98,173). Sum of RGB (Red+Green+Blue) = 240+98+173=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F062AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F062AD is #0F9D52. Grayscale: #949494. Windows color (decimal): -1023315 or 11363056. OLE color: 11363056.
HSL color Cylindrical-coordinate representation of color #F062AD: hue angle of 328.31º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062AD is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 173 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.06 |
| HSL | 328.31º | 0.83% | 0.66% | - |
| HSV(B) | 328.31º | 0.59% | 0.94% | - |
| XYZ | 47.85 | 30.28 | 42.86 | - |
| YUV | 149.01 | 141.54 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 173 | 0 | 0.59 | 0.28 | 0.06 | 328.31 | 0.83 | 0.66 |
| Hex | F0 | 62 | AD | 0 | 3B | 1C | 6 | 148 | 53 | 42 |
| Octal | 360 | 142 | 255 | 0 | 73 | 34 | 6 | 510 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10101101 | 0 | 111011 | 11100 | 110 | 101001000 | 1010011 | 1000010 |
Color Harmonies of #F062AD
Complementary color
Monochromatic Colors of #F062AD
Black with #F062AD
Text Example
Text Example
White with #F062AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062AD; }
p { color: rgb(240,98,173); }
H1.HeaderClassName
{
color: #F062AD;
}
.AnyTagClassName
{
color: #F062AD;
}
</style>
background-color css
<style>
a { background-color: #F062AD; }
a { background-color: rgb(240,98,173); }
div.DivClassName
{
background-color: #F062AD;
}
.BgClassName
{
background-color: #F062AD;
}
</style>
border-color css
<style>
span { border-color: #F062AD; }
span { border-color: rgb(240,98,173); }
td.TdClassName
{
border-color: #F062AD;
}
.TagClassName
{
border-color: #F062AD;
}
</style>