Shades of Hot Pink #F062BC
Tints of Hot Pink #F062BC
RGB
CMYK
RGB Variations
Color information
#F062BC (or 0xF062BC) is known color: Hot Pink. HEX triplet: F0, 62 and BC. RGB value is (240,98,188). Sum of RGB (Red+Green+Blue) = 240+98+188=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F062BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062BC is #0F9D43. Grayscale: #969696. Windows color (decimal): -1023300 or 12346096. OLE color: 12346096.
HSL color Cylindrical-coordinate representation of color #F062BC: hue angle of 321.97º 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 #F062BC is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 188 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.06 |
| HSL | 321.97º | 0.83% | 0.66% | - |
| HSV(B) | 321.97º | 0.59% | 0.94% | - |
| XYZ | 49.38 | 30.89 | 50.94 | - |
| YUV | 150.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 188 | 0 | 0.59 | 0.22 | 0.06 | 321.97 | 0.83 | 0.66 |
| Hex | F0 | 62 | BC | 0 | 3B | 16 | 6 | 142 | 53 | 42 |
| Octal | 360 | 142 | 274 | 0 | 73 | 26 | 6 | 502 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10111100 | 0 | 111011 | 10110 | 110 | 101000010 | 1010011 | 1000010 |
Color Harmonies of #F062BC
Complementary color
Monochromatic Colors of #F062BC
Black with #F062BC
Text Example
Text Example
White with #F062BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062BC; }
p { color: rgb(240,98,188); }
H1.HeaderClassName
{
color: #F062BC;
}
.AnyTagClassName
{
color: #F062BC;
}
</style>
background-color css
<style>
a { background-color: #F062BC; }
a { background-color: rgb(240,98,188); }
div.DivClassName
{
background-color: #F062BC;
}
.BgClassName
{
background-color: #F062BC;
}
</style>
border-color css
<style>
span { border-color: #F062BC; }
span { border-color: rgb(240,98,188); }
td.TdClassName
{
border-color: #F062BC;
}
.TagClassName
{
border-color: #F062BC;
}
</style>