Shades of Deep Pink #F31E91
Tints of Deep Pink #F31E91
RGB
CMYK
RGB Variations
Color information
#F31E91 (or 0xF31E91) is known color: Deep Pink. HEX triplet: F3, 1E and 91. RGB value is (243,30,145). Sum of RGB (Red+Green+Blue) = 243+30+145=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31E91 is #0CE16E. Grayscale: #6A6A6A. Windows color (decimal): -844143 or 9510643. OLE color: 9510643.
HSL color Cylindrical-coordinate representation of color #F31E91: hue angle of 327.61º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31E91 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 145 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.05 |
| HSL | 327.61º | 0.9% | 0.54% | - |
| HSV(B) | 327.61º | 0.88% | 0.95% | - |
| XYZ | 42.54 | 22.03 | 28.8 | - |
| YUV | 106.8 | 149.57 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 145 | 0 | 0.88 | 0.40 | 0.05 | 327.61 | 0.9 | 0.54 |
| Hex | F3 | 1E | 91 | 0 | 58 | 28 | 5 | 148 | 5A | 36 |
| Octal | 363 | 36 | 221 | 0 | 130 | 50 | 5 | 510 | 132 | 66 |
| Binary | 11110011 | 11110 | 10010001 | 0 | 1011000 | 101000 | 101 | 101001000 | 1011010 | 110110 |
Color Harmonies of #F31E91
Complementary color
Monochromatic Colors of #F31E91
Black with #F31E91
Text Example
Text Example
White with #F31E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E91; }
p { color: rgb(243,30,145); }
H1.HeaderClassName
{
color: #F31E91;
}
.AnyTagClassName
{
color: #F31E91;
}
</style>
background-color css
<style>
a { background-color: #F31E91; }
a { background-color: rgb(243,30,145); }
div.DivClassName
{
background-color: #F31E91;
}
.BgClassName
{
background-color: #F31E91;
}
</style>
border-color css
<style>
span { border-color: #F31E91; }
span { border-color: rgb(243,30,145); }
td.TdClassName
{
border-color: #F31E91;
}
.TagClassName
{
border-color: #F31E91;
}
</style>