Shades of Hot Pink #F06CAF
Tints of Hot Pink #F06CAF
RGB
CMYK
RGB Variations
Color information
#F06CAF (or 0xF06CAF) is known color: Hot Pink. HEX triplet: F0, 6C and AF. RGB value is (240,108,175). Sum of RGB (Red+Green+Blue) = 240+108+175=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06CAF is #0F9350. Grayscale: #9A9A9A. Windows color (decimal): -1020753 or 11496688. OLE color: 11496688.
HSL color Cylindrical-coordinate representation of color #F06CAF: hue angle of 329.55º 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 #F06CAF is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 175 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.06 |
| HSL | 329.55º | 0.81% | 0.68% | - |
| HSV(B) | 329.55º | 0.55% | 0.94% | - |
| XYZ | 49.04 | 32.35 | 44.22 | - |
| YUV | 155.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 175 | 0 | 0.55 | 0.27 | 0.06 | 329.55 | 0.81 | 0.68 |
| Hex | F0 | 6C | AF | 0 | 37 | 1B | 6 | 14A | 51 | 44 |
| Octal | 360 | 154 | 257 | 0 | 67 | 33 | 6 | 512 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10101111 | 0 | 110111 | 11011 | 110 | 101001010 | 1010001 | 1000100 |
Color Harmonies of #F06CAF
Complementary color
Monochromatic Colors of #F06CAF
Black with #F06CAF
Text Example
Text Example
White with #F06CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CAF; }
p { color: rgb(240,108,175); }
H1.HeaderClassName
{
color: #F06CAF;
}
.AnyTagClassName
{
color: #F06CAF;
}
</style>
background-color css
<style>
a { background-color: #F06CAF; }
a { background-color: rgb(240,108,175); }
div.DivClassName
{
background-color: #F06CAF;
}
.BgClassName
{
background-color: #F06CAF;
}
</style>
border-color css
<style>
span { border-color: #F06CAF; }
span { border-color: rgb(240,108,175); }
td.TdClassName
{
border-color: #F06CAF;
}
.TagClassName
{
border-color: #F06CAF;
}
</style>