Shades of Deep Pink #F31889
Tints of Deep Pink #F31889
RGB
CMYK
RGB Variations
Color information
#F31889 (or 0xF31889) is known color: Deep Pink. HEX triplet: F3, 18 and 89. RGB value is (243,24,137). Sum of RGB (Red+Green+Blue) = 243+24+137=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F31889 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31889 is #0CE776. Grayscale: #666666. Windows color (decimal): -845687 or 8984819. OLE color: 8984819.
HSL color Cylindrical-coordinate representation of color #F31889: hue angle of 329.04º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31889 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 137 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.05 |
| HSL | 329.04º | 0.9% | 0.52% | - |
| HSV(B) | 329.04º | 0.9% | 0.95% | - |
| XYZ | 41.8 | 21.51 | 25.62 | - |
| YUV | 102.36 | 147.55 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 137 | 0 | 0.90 | 0.44 | 0.05 | 329.04 | 0.9 | 0.52 |
| Hex | F3 | 18 | 89 | 0 | 5A | 2C | 5 | 149 | 5A | 34 |
| Octal | 363 | 30 | 211 | 0 | 132 | 54 | 5 | 511 | 132 | 64 |
| Binary | 11110011 | 11000 | 10001001 | 0 | 1011010 | 101100 | 101 | 101001001 | 1011010 | 110100 |
Color Harmonies of #F31889
Complementary color
Monochromatic Colors of #F31889
Black with #F31889
Text Example
Text Example
White with #F31889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31889; }
p { color: rgb(243,24,137); }
H1.HeaderClassName
{
color: #F31889;
}
.AnyTagClassName
{
color: #F31889;
}
</style>
background-color css
<style>
a { background-color: #F31889; }
a { background-color: rgb(243,24,137); }
div.DivClassName
{
background-color: #F31889;
}
.BgClassName
{
background-color: #F31889;
}
</style>
border-color css
<style>
span { border-color: #F31889; }
span { border-color: rgb(243,24,137); }
td.TdClassName
{
border-color: #F31889;
}
.TagClassName
{
border-color: #F31889;
}
</style>