Shades of Deep Pink #F31189
Tints of Deep Pink #F31189
RGB
CMYK
RGB Variations
Color information
#F31189 (or 0xF31189) is known color: Deep Pink. HEX triplet: F3, 11 and 89. RGB value is (243,17,137). Sum of RGB (Red+Green+Blue) = 243+17+137=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F31189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31189 is #0CEE76. Grayscale: #626262. Windows color (decimal): -847479 or 8983027. OLE color: 8983027.
HSL color Cylindrical-coordinate representation of color #F31189: hue angle of 328.14º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31189 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 137 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.05 |
| HSL | 328.14º | 0.9% | 0.51% | - |
| HSV(B) | 328.14º | 0.93% | 0.95% | - |
| XYZ | 41.68 | 21.26 | 25.57 | - |
| YUV | 98.25 | 149.87 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 137 | 0 | 0.93 | 0.44 | 0.05 | 328.14 | 0.9 | 0.51 |
| Hex | F3 | 11 | 89 | 0 | 5D | 2C | 5 | 148 | 5A | 33 |
| Octal | 363 | 21 | 211 | 0 | 135 | 54 | 5 | 510 | 132 | 63 |
| Binary | 11110011 | 10001 | 10001001 | 0 | 1011101 | 101100 | 101 | 101001000 | 1011010 | 110011 |
Color Harmonies of #F31189
Complementary color
Monochromatic Colors of #F31189
Black with #F31189
Text Example
Text Example
White with #F31189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31189; }
p { color: rgb(243,17,137); }
H1.HeaderClassName
{
color: #F31189;
}
.AnyTagClassName
{
color: #F31189;
}
</style>
background-color css
<style>
a { background-color: #F31189; }
a { background-color: rgb(243,17,137); }
div.DivClassName
{
background-color: #F31189;
}
.BgClassName
{
background-color: #F31189;
}
</style>
border-color css
<style>
span { border-color: #F31189; }
span { border-color: rgb(243,17,137); }
td.TdClassName
{
border-color: #F31189;
}
.TagClassName
{
border-color: #F31189;
}
</style>