Shades of Deep Pink #F31888
Tints of Deep Pink #F31888
RGB
CMYK
RGB Variations
Color information
#F31888 (or 0xF31888) is known color: Deep Pink. HEX triplet: F3, 18 and 88. RGB value is (243,24,136). Sum of RGB (Red+Green+Blue) = 243+24+136=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F31888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31888 is #0CE777. Grayscale: #666666. Windows color (decimal): -845688 or 8919283. OLE color: 8919283.
HSL color Cylindrical-coordinate representation of color #F31888: hue angle of 329.32º 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 #F31888 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 136 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.05 |
| HSL | 329.32º | 0.9% | 0.52% | - |
| HSV(B) | 329.32º | 0.9% | 0.95% | - |
| XYZ | 41.73 | 21.49 | 25.24 | - |
| YUV | 102.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 136 | 0 | 0.90 | 0.44 | 0.05 | 329.32 | 0.9 | 0.52 |
| Hex | F3 | 18 | 88 | 0 | 5A | 2C | 5 | 149 | 5A | 34 |
| Octal | 363 | 30 | 210 | 0 | 132 | 54 | 5 | 511 | 132 | 64 |
| Binary | 11110011 | 11000 | 10001000 | 0 | 1011010 | 101100 | 101 | 101001001 | 1011010 | 110100 |
Color Harmonies of #F31888
Complementary color
Monochromatic Colors of #F31888
Black with #F31888
Text Example
Text Example
White with #F31888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31888; }
p { color: rgb(243,24,136); }
H1.HeaderClassName
{
color: #F31888;
}
.AnyTagClassName
{
color: #F31888;
}
</style>
background-color css
<style>
a { background-color: #F31888; }
a { background-color: rgb(243,24,136); }
div.DivClassName
{
background-color: #F31888;
}
.BgClassName
{
background-color: #F31888;
}
</style>
border-color css
<style>
span { border-color: #F31888; }
span { border-color: rgb(243,24,136); }
td.TdClassName
{
border-color: #F31888;
}
.TagClassName
{
border-color: #F31888;
}
</style>