Shades of Hot Pink #F06CAA
Tints of Hot Pink #F06CAA
RGB
CMYK
RGB Variations
Color information
#F06CAA (or 0xF06CAA) is known color: Hot Pink. HEX triplet: F0, 6C and AA. RGB value is (240,108,170). Sum of RGB (Red+Green+Blue) = 240+108+170=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06CAA is #0F9355. Grayscale: #9A9A9A. Windows color (decimal): -1020758 or 11169008. OLE color: 11169008.
HSL color Cylindrical-coordinate representation of color #F06CAA: hue angle of 331.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06CAA is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 170 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.06 |
| HSL | 331.82º | 0.81% | 0.68% | - |
| HSV(B) | 331.82º | 0.55% | 0.94% | - |
| XYZ | 48.55 | 32.15 | 41.68 | - |
| YUV | 154.54 | 136.73 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 170 | 0 | 0.55 | 0.29 | 0.06 | 331.82 | 0.81 | 0.68 |
| Hex | F0 | 6C | AA | 0 | 37 | 1D | 6 | 14C | 51 | 44 |
| Octal | 360 | 154 | 252 | 0 | 67 | 35 | 6 | 514 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10101010 | 0 | 110111 | 11101 | 110 | 101001100 | 1010001 | 1000100 |
Color Harmonies of #F06CAA
Complementary color
Monochromatic Colors of #F06CAA
Black with #F06CAA
Text Example
Text Example
White with #F06CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CAA; }
p { color: rgb(240,108,170); }
H1.HeaderClassName
{
color: #F06CAA;
}
.AnyTagClassName
{
color: #F06CAA;
}
</style>
background-color css
<style>
a { background-color: #F06CAA; }
a { background-color: rgb(240,108,170); }
div.DivClassName
{
background-color: #F06CAA;
}
.BgClassName
{
background-color: #F06CAA;
}
</style>
border-color css
<style>
span { border-color: #F06CAA; }
span { border-color: rgb(240,108,170); }
td.TdClassName
{
border-color: #F06CAA;
}
.TagClassName
{
border-color: #F06CAA;
}
</style>