Shades of Deep Pink #F61E91
Tints of Deep Pink #F61E91
RGB
CMYK
RGB Variations
Color information
#F61E91 (or 0xF61E91) is known color: Deep Pink. HEX triplet: F6, 1E and 91. RGB value is (246,30,145). Sum of RGB (Red+Green+Blue) = 246+30+145=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61E91 is #09E16E. Grayscale: #6B6B6B. Windows color (decimal): -647535 or 9510646. OLE color: 9510646.
HSL color Cylindrical-coordinate representation of color #F61E91: hue angle of 328.06º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61E91 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 145 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.04 |
| HSL | 328.06º | 0.92% | 0.54% | - |
| HSV(B) | 328.06º | 0.88% | 0.96% | - |
| XYZ | 43.58 | 22.57 | 28.85 | - |
| YUV | 107.69 | 149.06 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 145 | 0 | 0.88 | 0.41 | 0.04 | 328.06 | 0.92 | 0.54 |
| Hex | F6 | 1E | 91 | 0 | 58 | 29 | 4 | 148 | 5C | 36 |
| Octal | 366 | 36 | 221 | 0 | 130 | 51 | 4 | 510 | 134 | 66 |
| Binary | 11110110 | 11110 | 10010001 | 0 | 1011000 | 101001 | 100 | 101001000 | 1011100 | 110110 |
Color Harmonies of #F61E91
Complementary color
Monochromatic Colors of #F61E91
Black with #F61E91
Text Example
Text Example
White with #F61E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E91; }
p { color: rgb(246,30,145); }
H1.HeaderClassName
{
color: #F61E91;
}
.AnyTagClassName
{
color: #F61E91;
}
</style>
background-color css
<style>
a { background-color: #F61E91; }
a { background-color: rgb(246,30,145); }
div.DivClassName
{
background-color: #F61E91;
}
.BgClassName
{
background-color: #F61E91;
}
</style>
border-color css
<style>
span { border-color: #F61E91; }
span { border-color: rgb(246,30,145); }
td.TdClassName
{
border-color: #F61E91;
}
.TagClassName
{
border-color: #F61E91;
}
</style>