Shades of Deep Pink #F31E89
Tints of Deep Pink #F31E89
RGB
CMYK
RGB Variations
Color information
#F31E89 (or 0xF31E89) is known color: Deep Pink. HEX triplet: F3, 1E and 89. RGB value is (243,30,137). Sum of RGB (Red+Green+Blue) = 243+30+137=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31E89 is #0CE176. Grayscale: #696969. Windows color (decimal): -844151 or 8986355. OLE color: 8986355.
HSL color Cylindrical-coordinate representation of color #F31E89: hue angle of 329.86º 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 #F31E89 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 137 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.05 |
| HSL | 329.86º | 0.9% | 0.54% | - |
| HSV(B) | 329.86º | 0.88% | 0.95% | - |
| XYZ | 41.94 | 21.79 | 25.66 | - |
| YUV | 105.89 | 145.57 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 137 | 0 | 0.88 | 0.44 | 0.05 | 329.86 | 0.9 | 0.54 |
| Hex | F3 | 1E | 89 | 0 | 58 | 2C | 5 | 14A | 5A | 36 |
| Octal | 363 | 36 | 211 | 0 | 130 | 54 | 5 | 512 | 132 | 66 |
| Binary | 11110011 | 11110 | 10001001 | 0 | 1011000 | 101100 | 101 | 101001010 | 1011010 | 110110 |
Color Harmonies of #F31E89
Complementary color
Monochromatic Colors of #F31E89
Black with #F31E89
Text Example
Text Example
White with #F31E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E89; }
p { color: rgb(243,30,137); }
H1.HeaderClassName
{
color: #F31E89;
}
.AnyTagClassName
{
color: #F31E89;
}
</style>
background-color css
<style>
a { background-color: #F31E89; }
a { background-color: rgb(243,30,137); }
div.DivClassName
{
background-color: #F31E89;
}
.BgClassName
{
background-color: #F31E89;
}
</style>
border-color css
<style>
span { border-color: #F31E89; }
span { border-color: rgb(243,30,137); }
td.TdClassName
{
border-color: #F31E89;
}
.TagClassName
{
border-color: #F31E89;
}
</style>