Shades of Deep Pink #F62097
Tints of Deep Pink #F62097
RGB
CMYK
RGB Variations
Color information
#F62097 (or 0xF62097) is known color: Deep Pink. HEX triplet: F6, 20 and 97. RGB value is (246,32,151). Sum of RGB (Red+Green+Blue) = 246+32+151=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F62097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62097 is #09DF68. Grayscale: #6D6D6D. Windows color (decimal): -647017 or 9904374. OLE color: 9904374.
HSL color Cylindrical-coordinate representation of color #F62097: hue angle of 326.64º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62097 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 151 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.04 |
| HSL | 326.64º | 0.92% | 0.55% | - |
| HSV(B) | 326.64º | 0.87% | 0.96% | - |
| XYZ | 44.11 | 22.86 | 31.37 | - |
| YUV | 109.55 | 151.4 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 151 | 0 | 0.87 | 0.39 | 0.04 | 326.64 | 0.92 | 0.55 |
| Hex | F6 | 20 | 97 | 0 | 57 | 27 | 4 | 147 | 5C | 37 |
| Octal | 366 | 40 | 227 | 0 | 127 | 47 | 4 | 507 | 134 | 67 |
| Binary | 11110110 | 100000 | 10010111 | 0 | 1010111 | 100111 | 100 | 101000111 | 1011100 | 110111 |
Color Harmonies of #F62097
Complementary color
Monochromatic Colors of #F62097
Black with #F62097
Text Example
Text Example
White with #F62097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62097; }
p { color: rgb(246,32,151); }
H1.HeaderClassName
{
color: #F62097;
}
.AnyTagClassName
{
color: #F62097;
}
</style>
background-color css
<style>
a { background-color: #F62097; }
a { background-color: rgb(246,32,151); }
div.DivClassName
{
background-color: #F62097;
}
.BgClassName
{
background-color: #F62097;
}
</style>
border-color css
<style>
span { border-color: #F62097; }
span { border-color: rgb(246,32,151); }
td.TdClassName
{
border-color: #F62097;
}
.TagClassName
{
border-color: #F62097;
}
</style>