Shades of Hot Pink #F06BA8
Tints of Hot Pink #F06BA8
RGB
CMYK
RGB Variations
Color information
#F06BA8 (or 0xF06BA8) is known color: Hot Pink. HEX triplet: F0, 6B and A8. RGB value is (240,107,168). Sum of RGB (Red+Green+Blue) = 240+107+168=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BA8 is #0F9457. Grayscale: #999999. Windows color (decimal): -1021016 or 11037680. OLE color: 11037680.
HSL color Cylindrical-coordinate representation of color #F06BA8: hue angle of 332.48º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06BA8 is Cyan = 0, Magento = 0.55, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 168 | - |
| CMYK | 0 | 0.55 | 0.3 | 0.06 |
| HSL | 332.48º | 0.82% | 0.68% | - |
| HSV(B) | 332.48º | 0.55% | 0.94% | - |
| XYZ | 48.26 | 31.87 | 40.65 | - |
| YUV | 153.72 | 136.06 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 168 | 0 | 0.55 | 0.3 | 0.06 | 332.48 | 0.82 | 0.68 |
| Hex | F0 | 6B | A8 | 0 | 37 | 1E | 6 | 14C | 52 | 44 |
| Octal | 360 | 153 | 250 | 0 | 67 | 36 | 6 | 514 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10101000 | 0 | 110111 | 11110 | 110 | 101001100 | 1010010 | 1000100 |
Color Harmonies of #F06BA8
Complementary color
Monochromatic Colors of #F06BA8
Black with #F06BA8
Text Example
Text Example
White with #F06BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BA8; }
p { color: rgb(240,107,168); }
H1.HeaderClassName
{
color: #F06BA8;
}
.AnyTagClassName
{
color: #F06BA8;
}
</style>
background-color css
<style>
a { background-color: #F06BA8; }
a { background-color: rgb(240,107,168); }
div.DivClassName
{
background-color: #F06BA8;
}
.BgClassName
{
background-color: #F06BA8;
}
</style>
border-color css
<style>
span { border-color: #F06BA8; }
span { border-color: rgb(240,107,168); }
td.TdClassName
{
border-color: #F06BA8;
}
.TagClassName
{
border-color: #F06BA8;
}
</style>