Shades of Hot Pink #F062B8
Tints of Hot Pink #F062B8
RGB
CMYK
RGB Variations
Color information
#F062B8 (or 0xF062B8) is known color: Hot Pink. HEX triplet: F0, 62 and B8. RGB value is (240,98,184). Sum of RGB (Red+Green+Blue) = 240+98+184=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F062B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062B8 is #0F9D47. Grayscale: #969696. Windows color (decimal): -1023304 or 12083952. OLE color: 12083952.
HSL color Cylindrical-coordinate representation of color #F062B8: hue angle of 323.66º 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 #F062B8 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 184 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.06 |
| HSL | 323.66º | 0.83% | 0.66% | - |
| HSV(B) | 323.66º | 0.59% | 0.94% | - |
| XYZ | 48.95 | 30.72 | 48.7 | - |
| YUV | 150.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 184 | 0 | 0.59 | 0.23 | 0.06 | 323.66 | 0.83 | 0.66 |
| Hex | F0 | 62 | B8 | 0 | 3B | 17 | 6 | 144 | 53 | 42 |
| Octal | 360 | 142 | 270 | 0 | 73 | 27 | 6 | 504 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10111000 | 0 | 111011 | 10111 | 110 | 101000100 | 1010011 | 1000010 |
Color Harmonies of #F062B8
Complementary color
Monochromatic Colors of #F062B8
Black with #F062B8
Text Example
Text Example
White with #F062B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062B8; }
p { color: rgb(240,98,184); }
H1.HeaderClassName
{
color: #F062B8;
}
.AnyTagClassName
{
color: #F062B8;
}
</style>
background-color css
<style>
a { background-color: #F062B8; }
a { background-color: rgb(240,98,184); }
div.DivClassName
{
background-color: #F062B8;
}
.BgClassName
{
background-color: #F062B8;
}
</style>
border-color css
<style>
span { border-color: #F062B8; }
span { border-color: rgb(240,98,184); }
td.TdClassName
{
border-color: #F062B8;
}
.TagClassName
{
border-color: #F062B8;
}
</style>