Shades of Deep Pink #F31188
Tints of Deep Pink #F31188
RGB
CMYK
RGB Variations
Color information
#F31188 (or 0xF31188) is known color: Deep Pink. HEX triplet: F3, 11 and 88. RGB value is (243,17,136). Sum of RGB (Red+Green+Blue) = 243+17+136=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F31188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31188 is #0CEE77. Grayscale: #616161. Windows color (decimal): -847480 or 8917491. OLE color: 8917491.
HSL color Cylindrical-coordinate representation of color #F31188: hue angle of 328.41º 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 #F31188 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 136 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.05 |
| HSL | 328.41º | 0.9% | 0.51% | - |
| HSV(B) | 328.41º | 0.93% | 0.95% | - |
| XYZ | 41.61 | 21.23 | 25.2 | - |
| YUV | 98.14 | 149.37 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 136 | 0 | 0.93 | 0.44 | 0.05 | 328.41 | 0.9 | 0.51 |
| Hex | F3 | 11 | 88 | 0 | 5D | 2C | 5 | 148 | 5A | 33 |
| Octal | 363 | 21 | 210 | 0 | 135 | 54 | 5 | 510 | 132 | 63 |
| Binary | 11110011 | 10001 | 10001000 | 0 | 1011101 | 101100 | 101 | 101001000 | 1011010 | 110011 |
Color Harmonies of #F31188
Complementary color
Monochromatic Colors of #F31188
Black with #F31188
Text Example
Text Example
White with #F31188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31188; }
p { color: rgb(243,17,136); }
H1.HeaderClassName
{
color: #F31188;
}
.AnyTagClassName
{
color: #F31188;
}
</style>
background-color css
<style>
a { background-color: #F31188; }
a { background-color: rgb(243,17,136); }
div.DivClassName
{
background-color: #F31188;
}
.BgClassName
{
background-color: #F31188;
}
</style>
border-color css
<style>
span { border-color: #F31188; }
span { border-color: rgb(243,17,136); }
td.TdClassName
{
border-color: #F31188;
}
.TagClassName
{
border-color: #F31188;
}
</style>