Shades of Deep Pink #F31884
Tints of Deep Pink #F31884
RGB
CMYK
RGB Variations
Color information
#F31884 (or 0xF31884) is known color: Deep Pink. HEX triplet: F3, 18 and 84. RGB value is (243,24,132). Sum of RGB (Red+Green+Blue) = 243+24+132=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F31884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31884 is #0CE77B. Grayscale: #656565. Windows color (decimal): -845692 or 8657139. OLE color: 8657139.
HSL color Cylindrical-coordinate representation of color #F31884: hue angle of 330.41º 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 #F31884 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 132 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.05 |
| HSL | 330.41º | 0.9% | 0.52% | - |
| HSV(B) | 330.41º | 0.9% | 0.95% | - |
| XYZ | 41.45 | 21.37 | 23.77 | - |
| YUV | 101.79 | 145.05 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 132 | 0 | 0.90 | 0.46 | 0.05 | 330.41 | 0.9 | 0.52 |
| Hex | F3 | 18 | 84 | 0 | 5A | 2E | 5 | 14A | 5A | 34 |
| Octal | 363 | 30 | 204 | 0 | 132 | 56 | 5 | 512 | 132 | 64 |
| Binary | 11110011 | 11000 | 10000100 | 0 | 1011010 | 101110 | 101 | 101001010 | 1011010 | 110100 |
Color Harmonies of #F31884
Complementary color
Monochromatic Colors of #F31884
Black with #F31884
Text Example
Text Example
White with #F31884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31884; }
p { color: rgb(243,24,132); }
H1.HeaderClassName
{
color: #F31884;
}
.AnyTagClassName
{
color: #F31884;
}
</style>
background-color css
<style>
a { background-color: #F31884; }
a { background-color: rgb(243,24,132); }
div.DivClassName
{
background-color: #F31884;
}
.BgClassName
{
background-color: #F31884;
}
</style>
border-color css
<style>
span { border-color: #F31884; }
span { border-color: rgb(243,24,132); }
td.TdClassName
{
border-color: #F31884;
}
.TagClassName
{
border-color: #F31884;
}
</style>