Shades of Deep Pink #F31791
Tints of Deep Pink #F31791
RGB
CMYK
RGB Variations
Color information
#F31791 (or 0xF31791) is known color: Deep Pink. HEX triplet: F3, 17 and 91. RGB value is (243,23,145). Sum of RGB (Red+Green+Blue) = 243+23+145=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F31791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31791 is #0CE86E. Grayscale: #666666. Windows color (decimal): -845935 or 9508851. OLE color: 9508851.
HSL color Cylindrical-coordinate representation of color #F31791: hue angle of 326.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31791 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 145 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.05 |
| HSL | 326.73º | 0.9% | 0.52% | - |
| HSV(B) | 326.73º | 0.91% | 0.95% | - |
| XYZ | 42.38 | 21.71 | 28.75 | - |
| YUV | 102.69 | 151.89 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 145 | 0 | 0.91 | 0.40 | 0.05 | 326.73 | 0.9 | 0.52 |
| Hex | F3 | 17 | 91 | 0 | 5B | 28 | 5 | 147 | 5A | 34 |
| Octal | 363 | 27 | 221 | 0 | 133 | 50 | 5 | 507 | 132 | 64 |
| Binary | 11110011 | 10111 | 10010001 | 0 | 1011011 | 101000 | 101 | 101000111 | 1011010 | 110100 |
Color Harmonies of #F31791
Complementary color
Monochromatic Colors of #F31791
Black with #F31791
Text Example
Text Example
White with #F31791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31791; }
p { color: rgb(243,23,145); }
H1.HeaderClassName
{
color: #F31791;
}
.AnyTagClassName
{
color: #F31791;
}
</style>
background-color css
<style>
a { background-color: #F31791; }
a { background-color: rgb(243,23,145); }
div.DivClassName
{
background-color: #F31791;
}
.BgClassName
{
background-color: #F31791;
}
</style>
border-color css
<style>
span { border-color: #F31791; }
span { border-color: rgb(243,23,145); }
td.TdClassName
{
border-color: #F31791;
}
.TagClassName
{
border-color: #F31791;
}
</style>