Shades of Hot Pink #F06AA8
Tints of Hot Pink #F06AA8
RGB
CMYK
RGB Variations
Color information
#F06AA8 (or 0xF06AA8) is known color: Hot Pink. HEX triplet: F0, 6A and A8. RGB value is (240,106,168). Sum of RGB (Red+Green+Blue) = 240+106+168=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AA8 is #0F9557. Grayscale: #999999. Windows color (decimal): -1021272 or 11037424. OLE color: 11037424.
HSL color Cylindrical-coordinate representation of color #F06AA8: hue angle of 332.24º 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 #F06AA8 is Cyan = 0, Magento = 0.56, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 168 | - |
| CMYK | 0 | 0.56 | 0.3 | 0.06 |
| HSL | 332.24º | 0.82% | 0.68% | - |
| HSV(B) | 332.24º | 0.56% | 0.94% | - |
| XYZ | 48.16 | 31.66 | 40.62 | - |
| YUV | 153.13 | 136.39 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 168 | 0 | 0.56 | 0.3 | 0.06 | 332.24 | 0.82 | 0.68 |
| Hex | F0 | 6A | A8 | 0 | 38 | 1E | 6 | 14C | 52 | 44 |
| Octal | 360 | 152 | 250 | 0 | 70 | 36 | 6 | 514 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10101000 | 0 | 111000 | 11110 | 110 | 101001100 | 1010010 | 1000100 |
Color Harmonies of #F06AA8
Complementary color
Monochromatic Colors of #F06AA8
Black with #F06AA8
Text Example
Text Example
White with #F06AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AA8; }
p { color: rgb(240,106,168); }
H1.HeaderClassName
{
color: #F06AA8;
}
.AnyTagClassName
{
color: #F06AA8;
}
</style>
background-color css
<style>
a { background-color: #F06AA8; }
a { background-color: rgb(240,106,168); }
div.DivClassName
{
background-color: #F06AA8;
}
.BgClassName
{
background-color: #F06AA8;
}
</style>
border-color css
<style>
span { border-color: #F06AA8; }
span { border-color: rgb(240,106,168); }
td.TdClassName
{
border-color: #F06AA8;
}
.TagClassName
{
border-color: #F06AA8;
}
</style>