Shades of Deep Pink #F31691
Tints of Deep Pink #F31691
RGB
CMYK
RGB Variations
Color information
#F31691 (or 0xF31691) is known color: Deep Pink. HEX triplet: F3, 16 and 91. RGB value is (243,22,145). Sum of RGB (Red+Green+Blue) = 243+22+145=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F31691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31691 is #0CE96E. Grayscale: #656565. Windows color (decimal): -846191 or 9508595. OLE color: 9508595.
HSL color Cylindrical-coordinate representation of color #F31691: hue angle of 326.61º 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 #F31691 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 145 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.05 |
| HSL | 326.61º | 0.9% | 0.52% | - |
| HSV(B) | 326.61º | 0.91% | 0.95% | - |
| XYZ | 42.36 | 21.67 | 28.74 | - |
| YUV | 102.1 | 152.22 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 145 | 0 | 0.91 | 0.40 | 0.05 | 326.61 | 0.9 | 0.52 |
| Hex | F3 | 16 | 91 | 0 | 5B | 28 | 5 | 147 | 5A | 34 |
| Octal | 363 | 26 | 221 | 0 | 133 | 50 | 5 | 507 | 132 | 64 |
| Binary | 11110011 | 10110 | 10010001 | 0 | 1011011 | 101000 | 101 | 101000111 | 1011010 | 110100 |
Color Harmonies of #F31691
Complementary color
Monochromatic Colors of #F31691
Black with #F31691
Text Example
Text Example
White with #F31691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31691; }
p { color: rgb(243,22,145); }
H1.HeaderClassName
{
color: #F31691;
}
.AnyTagClassName
{
color: #F31691;
}
</style>
background-color css
<style>
a { background-color: #F31691; }
a { background-color: rgb(243,22,145); }
div.DivClassName
{
background-color: #F31691;
}
.BgClassName
{
background-color: #F31691;
}
</style>
border-color css
<style>
span { border-color: #F31691; }
span { border-color: rgb(243,22,145); }
td.TdClassName
{
border-color: #F31691;
}
.TagClassName
{
border-color: #F31691;
}
</style>