Shades of Deep Pink #F31084
Tints of Deep Pink #F31084
RGB
CMYK
RGB Variations
Color information
#F31084 (or 0xF31084) is known color: Deep Pink. HEX triplet: F3, 10 and 84. RGB value is (243,16,132). Sum of RGB (Red+Green+Blue) = 243+16+132=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F31084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31084 is #0CEF7B. Grayscale: #606060. Windows color (decimal): -847740 or 8655091. OLE color: 8655091.
HSL color Cylindrical-coordinate representation of color #F31084: hue angle of 329.34º 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 #F31084 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 132 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.05 |
| HSL | 329.34º | 0.9% | 0.51% | - |
| HSV(B) | 329.34º | 0.93% | 0.95% | - |
| XYZ | 41.31 | 21.09 | 23.72 | - |
| YUV | 97.1 | 147.71 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 132 | 0 | 0.93 | 0.46 | 0.05 | 329.34 | 0.9 | 0.51 |
| Hex | F3 | 10 | 84 | 0 | 5D | 2E | 5 | 149 | 5A | 33 |
| Octal | 363 | 20 | 204 | 0 | 135 | 56 | 5 | 511 | 132 | 63 |
| Binary | 11110011 | 10000 | 10000100 | 0 | 1011101 | 101110 | 101 | 101001001 | 1011010 | 110011 |
Color Harmonies of #F31084
Complementary color
Monochromatic Colors of #F31084
Black with #F31084
Text Example
Text Example
White with #F31084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31084; }
p { color: rgb(243,16,132); }
H1.HeaderClassName
{
color: #F31084;
}
.AnyTagClassName
{
color: #F31084;
}
</style>
background-color css
<style>
a { background-color: #F31084; }
a { background-color: rgb(243,16,132); }
div.DivClassName
{
background-color: #F31084;
}
.BgClassName
{
background-color: #F31084;
}
</style>
border-color css
<style>
span { border-color: #F31084; }
span { border-color: rgb(243,16,132); }
td.TdClassName
{
border-color: #F31084;
}
.TagClassName
{
border-color: #F31084;
}
</style>