Shades of Hot Pink #F062BA
Tints of Hot Pink #F062BA
RGB
CMYK
RGB Variations
Color information
#F062BA (or 0xF062BA) is known color: Hot Pink. HEX triplet: F0, 62 and BA. RGB value is (240,98,186). Sum of RGB (Red+Green+Blue) = 240+98+186=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F062BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062BA is #0F9D45. Grayscale: #969696. Windows color (decimal): -1023302 or 12215024. OLE color: 12215024.
HSL color Cylindrical-coordinate representation of color #F062BA: hue angle of 322.82º 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 #F062BA is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 186 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.06 |
| HSL | 322.82º | 0.83% | 0.66% | - |
| HSV(B) | 322.82º | 0.59% | 0.94% | - |
| XYZ | 49.17 | 30.81 | 49.81 | - |
| YUV | 150.49 | 148.04 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 186 | 0 | 0.59 | 0.22 | 0.06 | 322.82 | 0.83 | 0.66 |
| Hex | F0 | 62 | BA | 0 | 3B | 16 | 6 | 143 | 53 | 42 |
| Octal | 360 | 142 | 272 | 0 | 73 | 26 | 6 | 503 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10111010 | 0 | 111011 | 10110 | 110 | 101000011 | 1010011 | 1000010 |
Color Harmonies of #F062BA
Complementary color
Monochromatic Colors of #F062BA
Black with #F062BA
Text Example
Text Example
White with #F062BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062BA; }
p { color: rgb(240,98,186); }
H1.HeaderClassName
{
color: #F062BA;
}
.AnyTagClassName
{
color: #F062BA;
}
</style>
background-color css
<style>
a { background-color: #F062BA; }
a { background-color: rgb(240,98,186); }
div.DivClassName
{
background-color: #F062BA;
}
.BgClassName
{
background-color: #F062BA;
}
</style>
border-color css
<style>
span { border-color: #F062BA; }
span { border-color: rgb(240,98,186); }
td.TdClassName
{
border-color: #F062BA;
}
.TagClassName
{
border-color: #F062BA;
}
</style>