Shades of Hot Pink #F06AA3
Tints of Hot Pink #F06AA3
RGB
CMYK
RGB Variations
Color information
#F06AA3 (or 0xF06AA3) is known color: Hot Pink. HEX triplet: F0, 6A and A3. RGB value is (240,106,163). Sum of RGB (Red+Green+Blue) = 240+106+163=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AA3 is #0F955C. Grayscale: #989898. Windows color (decimal): -1021277 or 10709744. OLE color: 10709744.
HSL color Cylindrical-coordinate representation of color #F06AA3: hue angle of 334.48º 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 #F06AA3 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 163 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.06 |
| HSL | 334.48º | 0.82% | 0.68% | - |
| HSV(B) | 334.48º | 0.56% | 0.94% | - |
| XYZ | 47.7 | 31.48 | 38.21 | - |
| YUV | 152.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 163 | 0 | 0.56 | 0.32 | 0.06 | 334.48 | 0.82 | 0.68 |
| Hex | F0 | 6A | A3 | 0 | 38 | 20 | 6 | 14E | 52 | 44 |
| Octal | 360 | 152 | 243 | 0 | 70 | 40 | 6 | 516 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10100011 | 0 | 111000 | 100000 | 110 | 101001110 | 1010010 | 1000100 |
Color Harmonies of #F06AA3
Complementary color
Monochromatic Colors of #F06AA3
Black with #F06AA3
Text Example
Text Example
White with #F06AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AA3; }
p { color: rgb(240,106,163); }
H1.HeaderClassName
{
color: #F06AA3;
}
.AnyTagClassName
{
color: #F06AA3;
}
</style>
background-color css
<style>
a { background-color: #F06AA3; }
a { background-color: rgb(240,106,163); }
div.DivClassName
{
background-color: #F06AA3;
}
.BgClassName
{
background-color: #F06AA3;
}
</style>
border-color css
<style>
span { border-color: #F06AA3; }
span { border-color: rgb(240,106,163); }
td.TdClassName
{
border-color: #F06AA3;
}
.TagClassName
{
border-color: #F06AA3;
}
</style>