Shades of Hot Pink #F06AAA
Tints of Hot Pink #F06AAA
RGB
CMYK
RGB Variations
Color information
#F06AAA (or 0xF06AAA) is known color: Hot Pink. HEX triplet: F0, 6A and AA. RGB value is (240,106,170). Sum of RGB (Red+Green+Blue) = 240+106+170=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AAA is #0F9555. Grayscale: #999999. Windows color (decimal): -1021270 or 11168496. OLE color: 11168496.
HSL color Cylindrical-coordinate representation of color #F06AAA: hue angle of 331.34º 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 #F06AAA is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 170 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.06 |
| HSL | 331.34º | 0.82% | 0.68% | - |
| HSV(B) | 331.34º | 0.56% | 0.94% | - |
| XYZ | 48.34 | 31.74 | 41.61 | - |
| YUV | 153.36 | 137.39 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 170 | 0 | 0.56 | 0.29 | 0.06 | 331.34 | 0.82 | 0.68 |
| Hex | F0 | 6A | AA | 0 | 38 | 1D | 6 | 14B | 52 | 44 |
| Octal | 360 | 152 | 252 | 0 | 70 | 35 | 6 | 513 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10101010 | 0 | 111000 | 11101 | 110 | 101001011 | 1010010 | 1000100 |
Color Harmonies of #F06AAA
Complementary color
Monochromatic Colors of #F06AAA
Black with #F06AAA
Text Example
Text Example
White with #F06AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AAA; }
p { color: rgb(240,106,170); }
H1.HeaderClassName
{
color: #F06AAA;
}
.AnyTagClassName
{
color: #F06AAA;
}
</style>
background-color css
<style>
a { background-color: #F06AAA; }
a { background-color: rgb(240,106,170); }
div.DivClassName
{
background-color: #F06AAA;
}
.BgClassName
{
background-color: #F06AAA;
}
</style>
border-color css
<style>
span { border-color: #F06AAA; }
span { border-color: rgb(240,106,170); }
td.TdClassName
{
border-color: #F06AAA;
}
.TagClassName
{
border-color: #F06AAA;
}
</style>