Shades of Deep Pink #F31990
Tints of Deep Pink #F31990
RGB
CMYK
RGB Variations
Color information
#F31990 (or 0xF31990) is known color: Deep Pink. HEX triplet: F3, 19 and 90. RGB value is (243,25,144). Sum of RGB (Red+Green+Blue) = 243+25+144=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F31990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31990 is #0CE66F. Grayscale: #676767. Windows color (decimal): -845424 or 9443827. OLE color: 9443827.
HSL color Cylindrical-coordinate representation of color #F31990: hue angle of 327.25º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31990 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 144 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.05 |
| HSL | 327.25º | 0.9% | 0.53% | - |
| HSV(B) | 327.25º | 0.9% | 0.95% | - |
| XYZ | 42.34 | 21.76 | 28.35 | - |
| YUV | 103.75 | 150.72 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 144 | 0 | 0.90 | 0.41 | 0.05 | 327.25 | 0.9 | 0.53 |
| Hex | F3 | 19 | 90 | 0 | 5A | 29 | 5 | 147 | 5A | 35 |
| Octal | 363 | 31 | 220 | 0 | 132 | 51 | 5 | 507 | 132 | 65 |
| Binary | 11110011 | 11001 | 10010000 | 0 | 1011010 | 101001 | 101 | 101000111 | 1011010 | 110101 |
Color Harmonies of #F31990
Complementary color
Monochromatic Colors of #F31990
Black with #F31990
Text Example
Text Example
White with #F31990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31990; }
p { color: rgb(243,25,144); }
H1.HeaderClassName
{
color: #F31990;
}
.AnyTagClassName
{
color: #F31990;
}
</style>
background-color css
<style>
a { background-color: #F31990; }
a { background-color: rgb(243,25,144); }
div.DivClassName
{
background-color: #F31990;
}
.BgClassName
{
background-color: #F31990;
}
</style>
border-color css
<style>
span { border-color: #F31990; }
span { border-color: rgb(243,25,144); }
td.TdClassName
{
border-color: #F31990;
}
.TagClassName
{
border-color: #F31990;
}
</style>