Shades of Deep Pink #F31891
Tints of Deep Pink #F31891
RGB
CMYK
RGB Variations
Color information
#F31891 (or 0xF31891) is known color: Deep Pink. HEX triplet: F3, 18 and 91. RGB value is (243,24,145). Sum of RGB (Red+Green+Blue) = 243+24+145=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F31891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31891 is #0CE76E. Grayscale: #676767. Windows color (decimal): -845679 or 9509107. OLE color: 9509107.
HSL color Cylindrical-coordinate representation of color #F31891: hue angle of 326.85º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31891 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 145 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.05 |
| HSL | 326.85º | 0.9% | 0.52% | - |
| HSV(B) | 326.85º | 0.9% | 0.95% | - |
| XYZ | 42.4 | 21.75 | 28.75 | - |
| YUV | 103.28 | 151.55 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 145 | 0 | 0.90 | 0.40 | 0.05 | 326.85 | 0.9 | 0.52 |
| Hex | F3 | 18 | 91 | 0 | 5A | 28 | 5 | 147 | 5A | 34 |
| Octal | 363 | 30 | 221 | 0 | 132 | 50 | 5 | 507 | 132 | 64 |
| Binary | 11110011 | 11000 | 10010001 | 0 | 1011010 | 101000 | 101 | 101000111 | 1011010 | 110100 |
Color Harmonies of #F31891
Complementary color
Monochromatic Colors of #F31891
Black with #F31891
Text Example
Text Example
White with #F31891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31891; }
p { color: rgb(243,24,145); }
H1.HeaderClassName
{
color: #F31891;
}
.AnyTagClassName
{
color: #F31891;
}
</style>
background-color css
<style>
a { background-color: #F31891; }
a { background-color: rgb(243,24,145); }
div.DivClassName
{
background-color: #F31891;
}
.BgClassName
{
background-color: #F31891;
}
</style>
border-color css
<style>
span { border-color: #F31891; }
span { border-color: rgb(243,24,145); }
td.TdClassName
{
border-color: #F31891;
}
.TagClassName
{
border-color: #F31891;
}
</style>