Shades of Deep Pink #F31C91
Tints of Deep Pink #F31C91
RGB
CMYK
RGB Variations
Color information
#F31C91 (or 0xF31C91) is known color: Deep Pink. HEX triplet: F3, 1C and 91. RGB value is (243,28,145). Sum of RGB (Red+Green+Blue) = 243+28+145=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31C91 is #0CE36E. Grayscale: #696969. Windows color (decimal): -844655 or 9510131. OLE color: 9510131.
HSL color Cylindrical-coordinate representation of color #F31C91: hue angle of 327.35º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31C91 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 145 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.05 |
| HSL | 327.35º | 0.9% | 0.53% | - |
| HSV(B) | 327.35º | 0.88% | 0.95% | - |
| XYZ | 42.49 | 21.93 | 28.78 | - |
| YUV | 105.62 | 150.23 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 145 | 0 | 0.88 | 0.40 | 0.05 | 327.35 | 0.9 | 0.53 |
| Hex | F3 | 1C | 91 | 0 | 58 | 28 | 5 | 147 | 5A | 35 |
| Octal | 363 | 34 | 221 | 0 | 130 | 50 | 5 | 507 | 132 | 65 |
| Binary | 11110011 | 11100 | 10010001 | 0 | 1011000 | 101000 | 101 | 101000111 | 1011010 | 110101 |
Color Harmonies of #F31C91
Complementary color
Monochromatic Colors of #F31C91
Black with #F31C91
Text Example
Text Example
White with #F31C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C91; }
p { color: rgb(243,28,145); }
H1.HeaderClassName
{
color: #F31C91;
}
.AnyTagClassName
{
color: #F31C91;
}
</style>
background-color css
<style>
a { background-color: #F31C91; }
a { background-color: rgb(243,28,145); }
div.DivClassName
{
background-color: #F31C91;
}
.BgClassName
{
background-color: #F31C91;
}
</style>
border-color css
<style>
span { border-color: #F31C91; }
span { border-color: rgb(243,28,145); }
td.TdClassName
{
border-color: #F31C91;
}
.TagClassName
{
border-color: #F31C91;
}
</style>