Shades of Deep Pink #F31390
Tints of Deep Pink #F31390
RGB
CMYK
RGB Variations
Color information
#F31390 (or 0xF31390) is known color: Deep Pink. HEX triplet: F3, 13 and 90. RGB value is (243,19,144). Sum of RGB (Red+Green+Blue) = 243+19+144=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F31390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31390 is #0CEC6F. Grayscale: #636363. Windows color (decimal): -846960 or 9442291. OLE color: 9442291.
HSL color Cylindrical-coordinate representation of color #F31390: hue angle of 326.52º 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 #F31390 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 144 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.05 |
| HSL | 326.52º | 0.9% | 0.51% | - |
| HSV(B) | 326.52º | 0.92% | 0.95% | - |
| XYZ | 42.23 | 21.53 | 28.32 | - |
| YUV | 100.23 | 152.71 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 144 | 0 | 0.92 | 0.41 | 0.05 | 326.52 | 0.9 | 0.51 |
| Hex | F3 | 13 | 90 | 0 | 5C | 29 | 5 | 147 | 5A | 33 |
| Octal | 363 | 23 | 220 | 0 | 134 | 51 | 5 | 507 | 132 | 63 |
| Binary | 11110011 | 10011 | 10010000 | 0 | 1011100 | 101001 | 101 | 101000111 | 1011010 | 110011 |
Color Harmonies of #F31390
Complementary color
Monochromatic Colors of #F31390
Black with #F31390
Text Example
Text Example
White with #F31390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31390; }
p { color: rgb(243,19,144); }
H1.HeaderClassName
{
color: #F31390;
}
.AnyTagClassName
{
color: #F31390;
}
</style>
background-color css
<style>
a { background-color: #F31390; }
a { background-color: rgb(243,19,144); }
div.DivClassName
{
background-color: #F31390;
}
.BgClassName
{
background-color: #F31390;
}
</style>
border-color css
<style>
span { border-color: #F31390; }
span { border-color: rgb(243,19,144); }
td.TdClassName
{
border-color: #F31390;
}
.TagClassName
{
border-color: #F31390;
}
</style>