Shades of Deep Pink #F31E7A
Tints of Deep Pink #F31E7A
RGB
CMYK
RGB Variations
Color information
#F31E7A (or 0xF31E7A) is known color: Deep Pink. HEX triplet: F3, 1E and 7A. RGB value is (243,30,122). Sum of RGB (Red+Green+Blue) = 243+30+122=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E7A is #0CE185. Grayscale: #686868. Windows color (decimal): -844166 or 8003315. OLE color: 8003315.
HSL color Cylindrical-coordinate representation of color #F31E7A: hue angle of 334.08º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31E7A is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 122 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.05 |
| HSL | 334.08º | 0.9% | 0.54% | - |
| HSV(B) | 334.08º | 0.88% | 0.95% | - |
| XYZ | 40.94 | 21.39 | 20.38 | - |
| YUV | 104.18 | 138.07 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 122 | 0 | 0.88 | 0.50 | 0.05 | 334.08 | 0.9 | 0.54 |
| Hex | F3 | 1E | 7A | 0 | 58 | 32 | 5 | 14E | 5A | 36 |
| Octal | 363 | 36 | 172 | 0 | 130 | 62 | 5 | 516 | 132 | 66 |
| Binary | 11110011 | 11110 | 1111010 | 0 | 1011000 | 110010 | 101 | 101001110 | 1011010 | 110110 |
Color Harmonies of #F31E7A
Complementary color
Monochromatic Colors of #F31E7A
Black with #F31E7A
Text Example
Text Example
White with #F31E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E7A; }
p { color: rgb(243,30,122); }
H1.HeaderClassName
{
color: #F31E7A;
}
.AnyTagClassName
{
color: #F31E7A;
}
</style>
background-color css
<style>
a { background-color: #F31E7A; }
a { background-color: rgb(243,30,122); }
div.DivClassName
{
background-color: #F31E7A;
}
.BgClassName
{
background-color: #F31E7A;
}
</style>
border-color css
<style>
span { border-color: #F31E7A; }
span { border-color: rgb(243,30,122); }
td.TdClassName
{
border-color: #F31E7A;
}
.TagClassName
{
border-color: #F31E7A;
}
</style>