Shades of Deep Pink #F60A97
Tints of Deep Pink #F60A97
RGB
CMYK
RGB Variations
Color information
#F60A97 (or 0xF60A97) is known color: Deep Pink. HEX triplet: F6, 0A and 97. RGB value is (246,10,151). Sum of RGB (Red+Green+Blue) = 246+10+151=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60A97 is #09F568. Grayscale: #606060. Windows color (decimal): -652649 or 9898742. OLE color: 9898742.
HSL color Cylindrical-coordinate representation of color #F60A97: hue angle of 324.15º 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 #F60A97 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 151 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.04 |
| HSL | 324.15º | 0.93% | 0.5% | - |
| HSV(B) | 324.15º | 0.96% | 0.96% | - |
| XYZ | 43.7 | 22.04 | 31.23 | - |
| YUV | 96.64 | 158.69 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 151 | 0 | 0.96 | 0.39 | 0.04 | 324.15 | 0.93 | 0.5 |
| Hex | F6 | A | 97 | 0 | 60 | 27 | 4 | 144 | 5D | 32 |
| Octal | 366 | 12 | 227 | 0 | 140 | 47 | 4 | 504 | 135 | 62 |
| Binary | 11110110 | 1010 | 10010111 | 0 | 1100000 | 100111 | 100 | 101000100 | 1011101 | 110010 |
Color Harmonies of #F60A97
Complementary color
Monochromatic Colors of #F60A97
Black with #F60A97
Text Example
Text Example
White with #F60A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60A97; }
p { color: rgb(246,10,151); }
H1.HeaderClassName
{
color: #F60A97;
}
.AnyTagClassName
{
color: #F60A97;
}
</style>
background-color css
<style>
a { background-color: #F60A97; }
a { background-color: rgb(246,10,151); }
div.DivClassName
{
background-color: #F60A97;
}
.BgClassName
{
background-color: #F60A97;
}
</style>
border-color css
<style>
span { border-color: #F60A97; }
span { border-color: rgb(246,10,151); }
td.TdClassName
{
border-color: #F60A97;
}
.TagClassName
{
border-color: #F60A97;
}
</style>