Shades of Deep Pink #F31788
Tints of Deep Pink #F31788
RGB
CMYK
RGB Variations
Color information
#F31788 (or 0xF31788) is known color: Deep Pink. HEX triplet: F3, 17 and 88. RGB value is (243,23,136). Sum of RGB (Red+Green+Blue) = 243+23+136=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F31788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31788 is #0CE877. Grayscale: #656565. Windows color (decimal): -845944 or 8919027. OLE color: 8919027.
HSL color Cylindrical-coordinate representation of color #F31788: hue angle of 329.18º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31788 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 136 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.05 |
| HSL | 329.18º | 0.9% | 0.52% | - |
| HSV(B) | 329.18º | 0.91% | 0.95% | - |
| XYZ | 41.71 | 21.45 | 25.23 | - |
| YUV | 101.66 | 147.39 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 136 | 0 | 0.91 | 0.44 | 0.05 | 329.18 | 0.9 | 0.52 |
| Hex | F3 | 17 | 88 | 0 | 5B | 2C | 5 | 149 | 5A | 34 |
| Octal | 363 | 27 | 210 | 0 | 133 | 54 | 5 | 511 | 132 | 64 |
| Binary | 11110011 | 10111 | 10001000 | 0 | 1011011 | 101100 | 101 | 101001001 | 1011010 | 110100 |
Color Harmonies of #F31788
Complementary color
Monochromatic Colors of #F31788
Black with #F31788
Text Example
Text Example
White with #F31788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31788; }
p { color: rgb(243,23,136); }
H1.HeaderClassName
{
color: #F31788;
}
.AnyTagClassName
{
color: #F31788;
}
</style>
background-color css
<style>
a { background-color: #F31788; }
a { background-color: rgb(243,23,136); }
div.DivClassName
{
background-color: #F31788;
}
.BgClassName
{
background-color: #F31788;
}
</style>
border-color css
<style>
span { border-color: #F31788; }
span { border-color: rgb(243,23,136); }
td.TdClassName
{
border-color: #F31788;
}
.TagClassName
{
border-color: #F31788;
}
</style>