Shades of Deep Pink #F31D7C
Tints of Deep Pink #F31D7C
RGB
CMYK
RGB Variations
Color information
#F31D7C (or 0xF31D7C) is known color: Deep Pink. HEX triplet: F3, 1D and 7C. RGB value is (243,29,124). Sum of RGB (Red+Green+Blue) = 243+29+124=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31D7C is #0CE283. Grayscale: #676767. Windows color (decimal): -844420 or 8134131. OLE color: 8134131.
HSL color Cylindrical-coordinate representation of color #F31D7C: hue angle of 333.36º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31D7C is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 124 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.05 |
| HSL | 333.36º | 0.9% | 0.53% | - |
| HSV(B) | 333.36º | 0.88% | 0.95% | - |
| XYZ | 41.04 | 21.39 | 21.03 | - |
| YUV | 103.82 | 139.4 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 124 | 0 | 0.88 | 0.49 | 0.05 | 333.36 | 0.9 | 0.53 |
| Hex | F3 | 1D | 7C | 0 | 58 | 31 | 5 | 14D | 5A | 35 |
| Octal | 363 | 35 | 174 | 0 | 130 | 61 | 5 | 515 | 132 | 65 |
| Binary | 11110011 | 11101 | 1111100 | 0 | 1011000 | 110001 | 101 | 101001101 | 1011010 | 110101 |
Color Harmonies of #F31D7C
Complementary color
Monochromatic Colors of #F31D7C
Black with #F31D7C
Text Example
Text Example
White with #F31D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D7C; }
p { color: rgb(243,29,124); }
H1.HeaderClassName
{
color: #F31D7C;
}
.AnyTagClassName
{
color: #F31D7C;
}
</style>
background-color css
<style>
a { background-color: #F31D7C; }
a { background-color: rgb(243,29,124); }
div.DivClassName
{
background-color: #F31D7C;
}
.BgClassName
{
background-color: #F31D7C;
}
</style>
border-color css
<style>
span { border-color: #F31D7C; }
span { border-color: rgb(243,29,124); }
td.TdClassName
{
border-color: #F31D7C;
}
.TagClassName
{
border-color: #F31D7C;
}
</style>