Shades of Hot Pink #F06FB8
Tints of Hot Pink #F06FB8
RGB
CMYK
RGB Variations
Color information
#F06FB8 (or 0xF06FB8) is known color: Hot Pink. HEX triplet: F0, 6F and B8. RGB value is (240,111,184). Sum of RGB (Red+Green+Blue) = 240+111+184=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FB8 is #0F9047. Grayscale: #9D9D9D. Windows color (decimal): -1019976 or 12087280. OLE color: 12087280.
HSL color Cylindrical-coordinate representation of color #F06FB8: hue angle of 326.05º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FB8 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 184 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.06 |
| HSL | 326.05º | 0.81% | 0.69% | - |
| HSV(B) | 326.05º | 0.54% | 0.94% | - |
| XYZ | 50.27 | 33.35 | 49.14 | - |
| YUV | 157.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 184 | 0 | 0.54 | 0.23 | 0.06 | 326.05 | 0.81 | 0.69 |
| Hex | F0 | 6F | B8 | 0 | 36 | 17 | 6 | 146 | 51 | 45 |
| Octal | 360 | 157 | 270 | 0 | 66 | 27 | 6 | 506 | 121 | 105 |
| Binary | 11110000 | 1101111 | 10111000 | 0 | 110110 | 10111 | 110 | 101000110 | 1010001 | 1000101 |
Color Harmonies of #F06FB8
Complementary color
Monochromatic Colors of #F06FB8
Black with #F06FB8
Text Example
Text Example
White with #F06FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FB8; }
p { color: rgb(240,111,184); }
H1.HeaderClassName
{
color: #F06FB8;
}
.AnyTagClassName
{
color: #F06FB8;
}
</style>
background-color css
<style>
a { background-color: #F06FB8; }
a { background-color: rgb(240,111,184); }
div.DivClassName
{
background-color: #F06FB8;
}
.BgClassName
{
background-color: #F06FB8;
}
</style>
border-color css
<style>
span { border-color: #F06FB8; }
span { border-color: rgb(240,111,184); }
td.TdClassName
{
border-color: #F06FB8;
}
.TagClassName
{
border-color: #F06FB8;
}
</style>