Shades of Hot Pink #F06BAA
Tints of Hot Pink #F06BAA
RGB
CMYK
RGB Variations
Color information
#F06BAA (or 0xF06BAA) is known color: Hot Pink. HEX triplet: F0, 6B and AA. RGB value is (240,107,170). Sum of RGB (Red+Green+Blue) = 240+107+170=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BAA is #0F9455. Grayscale: #999999. Windows color (decimal): -1021014 or 11168752. OLE color: 11168752.
HSL color Cylindrical-coordinate representation of color #F06BAA: hue angle of 331.58º 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 #F06BAA is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 170 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.06 |
| HSL | 331.58º | 0.82% | 0.68% | - |
| HSV(B) | 331.58º | 0.55% | 0.94% | - |
| XYZ | 48.45 | 31.94 | 41.64 | - |
| YUV | 153.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 170 | 0 | 0.55 | 0.29 | 0.06 | 331.58 | 0.82 | 0.68 |
| Hex | F0 | 6B | AA | 0 | 37 | 1D | 6 | 14C | 52 | 44 |
| Octal | 360 | 153 | 252 | 0 | 67 | 35 | 6 | 514 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10101010 | 0 | 110111 | 11101 | 110 | 101001100 | 1010010 | 1000100 |
Color Harmonies of #F06BAA
Complementary color
Monochromatic Colors of #F06BAA
Black with #F06BAA
Text Example
Text Example
White with #F06BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BAA; }
p { color: rgb(240,107,170); }
H1.HeaderClassName
{
color: #F06BAA;
}
.AnyTagClassName
{
color: #F06BAA;
}
</style>
background-color css
<style>
a { background-color: #F06BAA; }
a { background-color: rgb(240,107,170); }
div.DivClassName
{
background-color: #F06BAA;
}
.BgClassName
{
background-color: #F06BAA;
}
</style>
border-color css
<style>
span { border-color: #F06BAA; }
span { border-color: rgb(240,107,170); }
td.TdClassName
{
border-color: #F06BAA;
}
.TagClassName
{
border-color: #F06BAA;
}
</style>