Shades of Hot Pink #F06AAC
Tints of Hot Pink #F06AAC
RGB
CMYK
RGB Variations
Color information
#F06AAC (or 0xF06AAC) is known color: Hot Pink. HEX triplet: F0, 6A and AC. RGB value is (240,106,172). Sum of RGB (Red+Green+Blue) = 240+106+172=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AAC is #0F9553. Grayscale: #999999. Windows color (decimal): -1021268 or 11299568. OLE color: 11299568.
HSL color Cylindrical-coordinate representation of color #F06AAC: hue angle of 330.45º 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 #F06AAC is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 172 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.06 |
| HSL | 330.45º | 0.82% | 0.68% | - |
| HSV(B) | 330.45º | 0.56% | 0.94% | - |
| XYZ | 48.54 | 31.81 | 42.61 | - |
| YUV | 153.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 172 | 0 | 0.56 | 0.28 | 0.06 | 330.45 | 0.82 | 0.68 |
| Hex | F0 | 6A | AC | 0 | 38 | 1C | 6 | 14A | 52 | 44 |
| Octal | 360 | 152 | 254 | 0 | 70 | 34 | 6 | 512 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10101100 | 0 | 111000 | 11100 | 110 | 101001010 | 1010010 | 1000100 |
Color Harmonies of #F06AAC
Complementary color
Monochromatic Colors of #F06AAC
Black with #F06AAC
Text Example
Text Example
White with #F06AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AAC; }
p { color: rgb(240,106,172); }
H1.HeaderClassName
{
color: #F06AAC;
}
.AnyTagClassName
{
color: #F06AAC;
}
</style>
background-color css
<style>
a { background-color: #F06AAC; }
a { background-color: rgb(240,106,172); }
div.DivClassName
{
background-color: #F06AAC;
}
.BgClassName
{
background-color: #F06AAC;
}
</style>
border-color css
<style>
span { border-color: #F06AAC; }
span { border-color: rgb(240,106,172); }
td.TdClassName
{
border-color: #F06AAC;
}
.TagClassName
{
border-color: #F06AAC;
}
</style>