Shades of Hot Pink #F062AB
Tints of Hot Pink #F062AB
RGB
CMYK
RGB Variations
Color information
#F062AB (or 0xF062AB) is known color: Hot Pink. HEX triplet: F0, 62 and AB. RGB value is (240,98,171). Sum of RGB (Red+Green+Blue) = 240+98+171=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F062AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F062AB is #0F9D54. Grayscale: #949494. Windows color (decimal): -1023317 or 11231984. OLE color: 11231984.
HSL color Cylindrical-coordinate representation of color #F062AB: hue angle of 329.15º 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 #F062AB is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 171 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.06 |
| HSL | 329.15º | 0.83% | 0.66% | - |
| HSV(B) | 329.15º | 0.59% | 0.94% | - |
| XYZ | 47.65 | 30.2 | 41.85 | - |
| YUV | 148.78 | 140.54 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 171 | 0 | 0.59 | 0.29 | 0.06 | 329.15 | 0.83 | 0.66 |
| Hex | F0 | 62 | AB | 0 | 3B | 1D | 6 | 149 | 53 | 42 |
| Octal | 360 | 142 | 253 | 0 | 73 | 35 | 6 | 511 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10101011 | 0 | 111011 | 11101 | 110 | 101001001 | 1010011 | 1000010 |
Color Harmonies of #F062AB
Complementary color
Monochromatic Colors of #F062AB
Black with #F062AB
Text Example
Text Example
White with #F062AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062AB; }
p { color: rgb(240,98,171); }
H1.HeaderClassName
{
color: #F062AB;
}
.AnyTagClassName
{
color: #F062AB;
}
</style>
background-color css
<style>
a { background-color: #F062AB; }
a { background-color: rgb(240,98,171); }
div.DivClassName
{
background-color: #F062AB;
}
.BgClassName
{
background-color: #F062AB;
}
</style>
border-color css
<style>
span { border-color: #F062AB; }
span { border-color: rgb(240,98,171); }
td.TdClassName
{
border-color: #F062AB;
}
.TagClassName
{
border-color: #F062AB;
}
</style>