Shades of Hot Pink #F06BAB
Tints of Hot Pink #F06BAB
RGB
CMYK
RGB Variations
Color information
#F06BAB (or 0xF06BAB) is known color: Hot Pink. HEX triplet: F0, 6B and AB. RGB value is (240,107,171). Sum of RGB (Red+Green+Blue) = 240+107+171=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BAB is #0F9454. Grayscale: #999999. Windows color (decimal): -1021013 or 11234288. OLE color: 11234288.
HSL color Cylindrical-coordinate representation of color #F06BAB: hue angle of 331.13º 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 #F06BAB is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 171 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.06 |
| HSL | 331.13º | 0.82% | 0.68% | - |
| HSV(B) | 331.13º | 0.55% | 0.94% | - |
| XYZ | 48.54 | 31.98 | 42.14 | - |
| YUV | 154.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 171 | 0 | 0.55 | 0.29 | 0.06 | 331.13 | 0.82 | 0.68 |
| Hex | F0 | 6B | AB | 0 | 37 | 1D | 6 | 14B | 52 | 44 |
| Octal | 360 | 153 | 253 | 0 | 67 | 35 | 6 | 513 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10101011 | 0 | 110111 | 11101 | 110 | 101001011 | 1010010 | 1000100 |
Color Harmonies of #F06BAB
Complementary color
Monochromatic Colors of #F06BAB
Black with #F06BAB
Text Example
Text Example
White with #F06BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BAB; }
p { color: rgb(240,107,171); }
H1.HeaderClassName
{
color: #F06BAB;
}
.AnyTagClassName
{
color: #F06BAB;
}
</style>
background-color css
<style>
a { background-color: #F06BAB; }
a { background-color: rgb(240,107,171); }
div.DivClassName
{
background-color: #F06BAB;
}
.BgClassName
{
background-color: #F06BAB;
}
</style>
border-color css
<style>
span { border-color: #F06BAB; }
span { border-color: rgb(240,107,171); }
td.TdClassName
{
border-color: #F06BAB;
}
.TagClassName
{
border-color: #F06BAB;
}
</style>