Shades of Deep Pink #F61997
Tints of Deep Pink #F61997
RGB
CMYK
RGB Variations
Color information
#F61997 (or 0xF61997) is known color: Deep Pink. HEX triplet: F6, 19 and 97. RGB value is (246,25,151). Sum of RGB (Red+Green+Blue) = 246+25+151=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F61997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61997 is #09E668. Grayscale: #696969. Windows color (decimal): -648809 or 9902582. OLE color: 9902582.
HSL color Cylindrical-coordinate representation of color #F61997: hue angle of 325.79º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61997 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 151 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.04 |
| HSL | 325.79º | 0.92% | 0.53% | - |
| HSV(B) | 325.79º | 0.9% | 0.96% | - |
| XYZ | 43.94 | 22.52 | 31.31 | - |
| YUV | 105.44 | 153.72 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 151 | 0 | 0.90 | 0.39 | 0.04 | 325.79 | 0.92 | 0.53 |
| Hex | F6 | 19 | 97 | 0 | 5A | 27 | 4 | 146 | 5C | 35 |
| Octal | 366 | 31 | 227 | 0 | 132 | 47 | 4 | 506 | 134 | 65 |
| Binary | 11110110 | 11001 | 10010111 | 0 | 1011010 | 100111 | 100 | 101000110 | 1011100 | 110101 |
Color Harmonies of #F61997
Complementary color
Monochromatic Colors of #F61997
Black with #F61997
Text Example
Text Example
White with #F61997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61997; }
p { color: rgb(246,25,151); }
H1.HeaderClassName
{
color: #F61997;
}
.AnyTagClassName
{
color: #F61997;
}
</style>
background-color css
<style>
a { background-color: #F61997; }
a { background-color: rgb(246,25,151); }
div.DivClassName
{
background-color: #F61997;
}
.BgClassName
{
background-color: #F61997;
}
</style>
border-color css
<style>
span { border-color: #F61997; }
span { border-color: rgb(246,25,151); }
td.TdClassName
{
border-color: #F61997;
}
.TagClassName
{
border-color: #F61997;
}
</style>