Shades of Hot Pink #F06AAB
Tints of Hot Pink #F06AAB
RGB
CMYK
RGB Variations
Color information
#F06AAB (or 0xF06AAB) is known color: Hot Pink. HEX triplet: F0, 6A and AB. RGB value is (240,106,171). Sum of RGB (Red+Green+Blue) = 240+106+171=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AAB is #0F9554. Grayscale: #999999. Windows color (decimal): -1021269 or 11234032. OLE color: 11234032.
HSL color Cylindrical-coordinate representation of color #F06AAB: hue angle of 330.9º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06AAB is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 171 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.06 |
| HSL | 330.9º | 0.82% | 0.68% | - |
| HSV(B) | 330.9º | 0.56% | 0.94% | - |
| XYZ | 48.44 | 31.77 | 42.11 | - |
| YUV | 153.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 171 | 0 | 0.56 | 0.29 | 0.06 | 330.9 | 0.82 | 0.68 |
| Hex | F0 | 6A | AB | 0 | 38 | 1D | 6 | 14B | 52 | 44 |
| Octal | 360 | 152 | 253 | 0 | 70 | 35 | 6 | 513 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10101011 | 0 | 111000 | 11101 | 110 | 101001011 | 1010010 | 1000100 |
Color Harmonies of #F06AAB
Complementary color
Monochromatic Colors of #F06AAB
Black with #F06AAB
Text Example
Text Example
White with #F06AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AAB; }
p { color: rgb(240,106,171); }
H1.HeaderClassName
{
color: #F06AAB;
}
.AnyTagClassName
{
color: #F06AAB;
}
</style>
background-color css
<style>
a { background-color: #F06AAB; }
a { background-color: rgb(240,106,171); }
div.DivClassName
{
background-color: #F06AAB;
}
.BgClassName
{
background-color: #F06AAB;
}
</style>
border-color css
<style>
span { border-color: #F06AAB; }
span { border-color: rgb(240,106,171); }
td.TdClassName
{
border-color: #F06AAB;
}
.TagClassName
{
border-color: #F06AAB;
}
</style>