Shades of Hot Pink #F062B9
Tints of Hot Pink #F062B9
RGB
CMYK
RGB Variations
Color information
#F062B9 (or 0xF062B9) is known color: Hot Pink. HEX triplet: F0, 62 and B9. RGB value is (240,98,185). Sum of RGB (Red+Green+Blue) = 240+98+185=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F062B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062B9 is #0F9D46. Grayscale: #969696. Windows color (decimal): -1023303 or 12149488. OLE color: 12149488.
HSL color Cylindrical-coordinate representation of color #F062B9: hue angle of 323.24º 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 #F062B9 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 185 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.06 |
| HSL | 323.24º | 0.83% | 0.66% | - |
| HSV(B) | 323.24º | 0.59% | 0.94% | - |
| XYZ | 49.06 | 30.76 | 49.25 | - |
| YUV | 150.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 185 | 0 | 0.59 | 0.23 | 0.06 | 323.24 | 0.83 | 0.66 |
| Hex | F0 | 62 | B9 | 0 | 3B | 17 | 6 | 143 | 53 | 42 |
| Octal | 360 | 142 | 271 | 0 | 73 | 27 | 6 | 503 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10111001 | 0 | 111011 | 10111 | 110 | 101000011 | 1010011 | 1000010 |
Color Harmonies of #F062B9
Complementary color
Monochromatic Colors of #F062B9
Black with #F062B9
Text Example
Text Example
White with #F062B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062B9; }
p { color: rgb(240,98,185); }
H1.HeaderClassName
{
color: #F062B9;
}
.AnyTagClassName
{
color: #F062B9;
}
</style>
background-color css
<style>
a { background-color: #F062B9; }
a { background-color: rgb(240,98,185); }
div.DivClassName
{
background-color: #F062B9;
}
.BgClassName
{
background-color: #F062B9;
}
</style>
border-color css
<style>
span { border-color: #F062B9; }
span { border-color: rgb(240,98,185); }
td.TdClassName
{
border-color: #F062B9;
}
.TagClassName
{
border-color: #F062B9;
}
</style>