Shades of Hot Pink #F06AAE
Tints of Hot Pink #F06AAE
RGB
CMYK
RGB Variations
Color information
#F06AAE (or 0xF06AAE) is known color: Hot Pink. HEX triplet: F0, 6A and AE. RGB value is (240,106,174). Sum of RGB (Red+Green+Blue) = 240+106+174=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AAE is #0F9551. Grayscale: #999999. Windows color (decimal): -1021266 or 11430640. OLE color: 11430640.
HSL color Cylindrical-coordinate representation of color #F06AAE: hue angle of 329.55º 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 #F06AAE is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 174 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.06 |
| HSL | 329.55º | 0.82% | 0.68% | - |
| HSV(B) | 329.55º | 0.56% | 0.94% | - |
| XYZ | 48.73 | 31.89 | 43.63 | - |
| YUV | 153.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 174 | 0 | 0.56 | 0.28 | 0.06 | 329.55 | 0.82 | 0.68 |
| Hex | F0 | 6A | AE | 0 | 38 | 1C | 6 | 14A | 52 | 44 |
| Octal | 360 | 152 | 256 | 0 | 70 | 34 | 6 | 512 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10101110 | 0 | 111000 | 11100 | 110 | 101001010 | 1010010 | 1000100 |
Color Harmonies of #F06AAE
Complementary color
Monochromatic Colors of #F06AAE
Black with #F06AAE
Text Example
Text Example
White with #F06AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AAE; }
p { color: rgb(240,106,174); }
H1.HeaderClassName
{
color: #F06AAE;
}
.AnyTagClassName
{
color: #F06AAE;
}
</style>
background-color css
<style>
a { background-color: #F06AAE; }
a { background-color: rgb(240,106,174); }
div.DivClassName
{
background-color: #F06AAE;
}
.BgClassName
{
background-color: #F06AAE;
}
</style>
border-color css
<style>
span { border-color: #F06AAE; }
span { border-color: rgb(240,106,174); }
td.TdClassName
{
border-color: #F06AAE;
}
.TagClassName
{
border-color: #F06AAE;
}
</style>