Shades of Hot Pink #F06AAF
Tints of Hot Pink #F06AAF
RGB
CMYK
RGB Variations
Color information
#F06AAF (or 0xF06AAF) is known color: Hot Pink. HEX triplet: F0, 6A and AF. RGB value is (240,106,175). Sum of RGB (Red+Green+Blue) = 240+106+175=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AAF is #0F9550. Grayscale: #999999. Windows color (decimal): -1021265 or 11496176. OLE color: 11496176.
HSL color Cylindrical-coordinate representation of color #F06AAF: hue angle of 329.1º 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 #F06AAF is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 175 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.06 |
| HSL | 329.1º | 0.82% | 0.68% | - |
| HSV(B) | 329.1º | 0.56% | 0.94% | - |
| XYZ | 48.83 | 31.93 | 44.15 | - |
| YUV | 153.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 175 | 0 | 0.56 | 0.27 | 0.06 | 329.1 | 0.82 | 0.68 |
| Hex | F0 | 6A | AF | 0 | 38 | 1B | 6 | 149 | 52 | 44 |
| Octal | 360 | 152 | 257 | 0 | 70 | 33 | 6 | 511 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10101111 | 0 | 111000 | 11011 | 110 | 101001001 | 1010010 | 1000100 |
Color Harmonies of #F06AAF
Complementary color
Monochromatic Colors of #F06AAF
Black with #F06AAF
Text Example
Text Example
White with #F06AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AAF; }
p { color: rgb(240,106,175); }
H1.HeaderClassName
{
color: #F06AAF;
}
.AnyTagClassName
{
color: #F06AAF;
}
</style>
background-color css
<style>
a { background-color: #F06AAF; }
a { background-color: rgb(240,106,175); }
div.DivClassName
{
background-color: #F06AAF;
}
.BgClassName
{
background-color: #F06AAF;
}
</style>
border-color css
<style>
span { border-color: #F06AAF; }
span { border-color: rgb(240,106,175); }
td.TdClassName
{
border-color: #F06AAF;
}
.TagClassName
{
border-color: #F06AAF;
}
</style>