Shades of Deep Pink #F60995
Tints of Deep Pink #F60995
RGB
CMYK
RGB Variations
Color information
#F60995 (or 0xF60995) is known color: Deep Pink. HEX triplet: F6, 09 and 95. RGB value is (246,9,149). Sum of RGB (Red+Green+Blue) = 246+9+149=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F60995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60995 is #09F66A. Grayscale: #5F5F5F. Windows color (decimal): -652907 or 9767414. OLE color: 9767414.
HSL color Cylindrical-coordinate representation of color #F60995: hue angle of 324.56º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60995 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 149 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.04 |
| HSL | 324.56º | 0.93% | 0.5% | - |
| HSV(B) | 324.56º | 0.96% | 0.96% | - |
| XYZ | 43.53 | 21.96 | 30.38 | - |
| YUV | 95.82 | 158.02 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 149 | 0 | 0.96 | 0.39 | 0.04 | 324.56 | 0.93 | 0.5 |
| Hex | F6 | 9 | 95 | 0 | 60 | 27 | 4 | 145 | 5D | 32 |
| Octal | 366 | 11 | 225 | 0 | 140 | 47 | 4 | 505 | 135 | 62 |
| Binary | 11110110 | 1001 | 10010101 | 0 | 1100000 | 100111 | 100 | 101000101 | 1011101 | 110010 |
Color Harmonies of #F60995
Complementary color
Monochromatic Colors of #F60995
Black with #F60995
Text Example
Text Example
White with #F60995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60995; }
p { color: rgb(246,9,149); }
H1.HeaderClassName
{
color: #F60995;
}
.AnyTagClassName
{
color: #F60995;
}
</style>
background-color css
<style>
a { background-color: #F60995; }
a { background-color: rgb(246,9,149); }
div.DivClassName
{
background-color: #F60995;
}
.BgClassName
{
background-color: #F60995;
}
</style>
border-color css
<style>
span { border-color: #F60995; }
span { border-color: rgb(246,9,149); }
td.TdClassName
{
border-color: #F60995;
}
.TagClassName
{
border-color: #F60995;
}
</style>