Shades of Deep Pink #F60F99
Tints of Deep Pink #F60F99
RGB
CMYK
RGB Variations
Color information
#F60F99 (or 0xF60F99) is known color: Deep Pink. HEX triplet: F6, 0F and 99. RGB value is (246,15,153). Sum of RGB (Red+Green+Blue) = 246+15+153=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60F99 is #09F066. Grayscale: #636363. Windows color (decimal): -651367 or 10031094. OLE color: 10031094.
HSL color Cylindrical-coordinate representation of color #F60F99: hue angle of 324.16º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60F99 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 153 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.04 |
| HSL | 324.16º | 0.93% | 0.51% | - |
| HSV(B) | 324.16º | 0.94% | 0.96% | - |
| XYZ | 43.93 | 22.23 | 32.11 | - |
| YUV | 99.8 | 158.03 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 153 | 0 | 0.94 | 0.38 | 0.04 | 324.16 | 0.93 | 0.51 |
| Hex | F6 | F | 99 | 0 | 5E | 26 | 4 | 144 | 5D | 33 |
| Octal | 366 | 17 | 231 | 0 | 136 | 46 | 4 | 504 | 135 | 63 |
| Binary | 11110110 | 1111 | 10011001 | 0 | 1011110 | 100110 | 100 | 101000100 | 1011101 | 110011 |
Color Harmonies of #F60F99
Complementary color
Monochromatic Colors of #F60F99
Black with #F60F99
Text Example
Text Example
White with #F60F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60F99; }
p { color: rgb(246,15,153); }
H1.HeaderClassName
{
color: #F60F99;
}
.AnyTagClassName
{
color: #F60F99;
}
</style>
background-color css
<style>
a { background-color: #F60F99; }
a { background-color: rgb(246,15,153); }
div.DivClassName
{
background-color: #F60F99;
}
.BgClassName
{
background-color: #F60F99;
}
</style>
border-color css
<style>
span { border-color: #F60F99; }
span { border-color: rgb(246,15,153); }
td.TdClassName
{
border-color: #F60F99;
}
.TagClassName
{
border-color: #F60F99;
}
</style>