Shades of Deep Pink #F62091
Tints of Deep Pink #F62091
RGB
CMYK
RGB Variations
Color information
#F62091 (or 0xF62091) is known color: Deep Pink. HEX triplet: F6, 20 and 91. RGB value is (246,32,145). Sum of RGB (Red+Green+Blue) = 246+32+145=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F62091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62091 is #09DF6E. Grayscale: #6C6C6C. Windows color (decimal): -647023 or 9511158. OLE color: 9511158.
HSL color Cylindrical-coordinate representation of color #F62091: hue angle of 328.32º 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 #F62091 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 145 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.04 |
| HSL | 328.32º | 0.92% | 0.55% | - |
| HSV(B) | 328.32º | 0.87% | 0.96% | - |
| XYZ | 43.63 | 22.67 | 28.86 | - |
| YUV | 108.87 | 148.4 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 145 | 0 | 0.87 | 0.41 | 0.04 | 328.32 | 0.92 | 0.55 |
| Hex | F6 | 20 | 91 | 0 | 57 | 29 | 4 | 148 | 5C | 37 |
| Octal | 366 | 40 | 221 | 0 | 127 | 51 | 4 | 510 | 134 | 67 |
| Binary | 11110110 | 100000 | 10010001 | 0 | 1010111 | 101001 | 100 | 101001000 | 1011100 | 110111 |
Color Harmonies of #F62091
Complementary color
Monochromatic Colors of #F62091
Black with #F62091
Text Example
Text Example
White with #F62091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62091; }
p { color: rgb(246,32,145); }
H1.HeaderClassName
{
color: #F62091;
}
.AnyTagClassName
{
color: #F62091;
}
</style>
background-color css
<style>
a { background-color: #F62091; }
a { background-color: rgb(246,32,145); }
div.DivClassName
{
background-color: #F62091;
}
.BgClassName
{
background-color: #F62091;
}
</style>
border-color css
<style>
span { border-color: #F62091; }
span { border-color: rgb(246,32,145); }
td.TdClassName
{
border-color: #F62091;
}
.TagClassName
{
border-color: #F62091;
}
</style>