Shades of Deep Pink #F31488
Tints of Deep Pink #F31488
RGB
CMYK
RGB Variations
Color information
#F31488 (or 0xF31488) is known color: Deep Pink. HEX triplet: F3, 14 and 88. RGB value is (243,20,136). Sum of RGB (Red+Green+Blue) = 243+20+136=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F31488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31488 is #0CEB77. Grayscale: #636363. Windows color (decimal): -846712 or 8918259. OLE color: 8918259.
HSL color Cylindrical-coordinate representation of color #F31488: hue angle of 328.79º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31488 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 136 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.05 |
| HSL | 328.79º | 0.9% | 0.52% | - |
| HSV(B) | 328.79º | 0.92% | 0.95% | - |
| XYZ | 41.66 | 21.33 | 25.21 | - |
| YUV | 99.9 | 148.38 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 136 | 0 | 0.92 | 0.44 | 0.05 | 328.79 | 0.9 | 0.52 |
| Hex | F3 | 14 | 88 | 0 | 5C | 2C | 5 | 149 | 5A | 34 |
| Octal | 363 | 24 | 210 | 0 | 134 | 54 | 5 | 511 | 132 | 64 |
| Binary | 11110011 | 10100 | 10001000 | 0 | 1011100 | 101100 | 101 | 101001001 | 1011010 | 110100 |
Color Harmonies of #F31488
Complementary color
Monochromatic Colors of #F31488
Black with #F31488
Text Example
Text Example
White with #F31488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31488; }
p { color: rgb(243,20,136); }
H1.HeaderClassName
{
color: #F31488;
}
.AnyTagClassName
{
color: #F31488;
}
</style>
background-color css
<style>
a { background-color: #F31488; }
a { background-color: rgb(243,20,136); }
div.DivClassName
{
background-color: #F31488;
}
.BgClassName
{
background-color: #F31488;
}
</style>
border-color css
<style>
span { border-color: #F31488; }
span { border-color: rgb(243,20,136); }
td.TdClassName
{
border-color: #F31488;
}
.TagClassName
{
border-color: #F31488;
}
</style>