Shades of Deep Pink #F62491
Tints of Deep Pink #F62491
RGB
CMYK
RGB Variations
Color information
#F62491 (or 0xF62491) is known color: Deep Pink. HEX triplet: F6, 24 and 91. RGB value is (246,36,145). Sum of RGB (Red+Green+Blue) = 246+36+145=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F62491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62491 is #09DB6E. Grayscale: #6E6E6E. Windows color (decimal): -645999 or 9512182. OLE color: 9512182.
HSL color Cylindrical-coordinate representation of color #F62491: hue angle of 328.86º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62491 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 36 | 145 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.04 |
| HSL | 328.86º | 0.92% | 0.55% | - |
| HSV(B) | 328.86º | 0.85% | 0.96% | - |
| XYZ | 43.75 | 22.9 | 28.9 | - |
| YUV | 111.22 | 147.07 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 36 | 145 | 0 | 0.85 | 0.41 | 0.04 | 328.86 | 0.92 | 0.55 |
| Hex | F6 | 24 | 91 | 0 | 55 | 29 | 4 | 149 | 5C | 37 |
| Octal | 366 | 44 | 221 | 0 | 125 | 51 | 4 | 511 | 134 | 67 |
| Binary | 11110110 | 100100 | 10010001 | 0 | 1010101 | 101001 | 100 | 101001001 | 1011100 | 110111 |
Color Harmonies of #F62491
Complementary color
Monochromatic Colors of #F62491
Black with #F62491
Text Example
Text Example
White with #F62491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62491; }
p { color: rgb(246,36,145); }
H1.HeaderClassName
{
color: #F62491;
}
.AnyTagClassName
{
color: #F62491;
}
</style>
background-color css
<style>
a { background-color: #F62491; }
a { background-color: rgb(246,36,145); }
div.DivClassName
{
background-color: #F62491;
}
.BgClassName
{
background-color: #F62491;
}
</style>
border-color css
<style>
span { border-color: #F62491; }
span { border-color: rgb(246,36,145); }
td.TdClassName
{
border-color: #F62491;
}
.TagClassName
{
border-color: #F62491;
}
</style>