Shades of Deep Pink #F31391
Tints of Deep Pink #F31391
RGB
CMYK
RGB Variations
Color information
#F31391 (or 0xF31391) is known color: Deep Pink. HEX triplet: F3, 13 and 91. RGB value is (243,19,145). Sum of RGB (Red+Green+Blue) = 243+19+145=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F31391 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31391 is #0CEC6E. Grayscale: #646464. Windows color (decimal): -846959 or 9507827. OLE color: 9507827.
HSL color Cylindrical-coordinate representation of color #F31391: hue angle of 326.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31391 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 145 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.05 |
| HSL | 326.25º | 0.9% | 0.51% | - |
| HSV(B) | 326.25º | 0.92% | 0.95% | - |
| XYZ | 42.31 | 21.56 | 28.72 | - |
| YUV | 100.34 | 153.21 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 145 | 0 | 0.92 | 0.40 | 0.05 | 326.25 | 0.9 | 0.51 |
| Hex | F3 | 13 | 91 | 0 | 5C | 28 | 5 | 146 | 5A | 33 |
| Octal | 363 | 23 | 221 | 0 | 134 | 50 | 5 | 506 | 132 | 63 |
| Binary | 11110011 | 10011 | 10010001 | 0 | 1011100 | 101000 | 101 | 101000110 | 1011010 | 110011 |
Color Harmonies of #F31391
Complementary color
Monochromatic Colors of #F31391
Black with #F31391
Text Example
Text Example
White with #F31391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31391; }
p { color: rgb(243,19,145); }
H1.HeaderClassName
{
color: #F31391;
}
.AnyTagClassName
{
color: #F31391;
}
</style>
background-color css
<style>
a { background-color: #F31391; }
a { background-color: rgb(243,19,145); }
div.DivClassName
{
background-color: #F31391;
}
.BgClassName
{
background-color: #F31391;
}
</style>
border-color css
<style>
span { border-color: #F31391; }
span { border-color: rgb(243,19,145); }
td.TdClassName
{
border-color: #F31391;
}
.TagClassName
{
border-color: #F31391;
}
</style>