Shades of Deep Pink #F31E7D
Tints of Deep Pink #F31E7D
RGB
CMYK
RGB Variations
Color information
#F31E7D (or 0xF31E7D) is known color: Deep Pink. HEX triplet: F3, 1E and 7D. RGB value is (243,30,125). Sum of RGB (Red+Green+Blue) = 243+30+125=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E7D is #0CE182. Grayscale: #686868. Windows color (decimal): -844163 or 8199923. OLE color: 8199923.
HSL color Cylindrical-coordinate representation of color #F31E7D: hue angle of 333.24º 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 #F31E7D is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 125 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.05 |
| HSL | 333.24º | 0.9% | 0.54% | - |
| HSV(B) | 333.24º | 0.88% | 0.95% | - |
| XYZ | 41.13 | 21.46 | 21.38 | - |
| YUV | 104.52 | 139.57 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 125 | 0 | 0.88 | 0.49 | 0.05 | 333.24 | 0.9 | 0.54 |
| Hex | F3 | 1E | 7D | 0 | 58 | 31 | 5 | 14D | 5A | 36 |
| Octal | 363 | 36 | 175 | 0 | 130 | 61 | 5 | 515 | 132 | 66 |
| Binary | 11110011 | 11110 | 1111101 | 0 | 1011000 | 110001 | 101 | 101001101 | 1011010 | 110110 |
Color Harmonies of #F31E7D
Complementary color
Monochromatic Colors of #F31E7D
Black with #F31E7D
Text Example
Text Example
White with #F31E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E7D; }
p { color: rgb(243,30,125); }
H1.HeaderClassName
{
color: #F31E7D;
}
.AnyTagClassName
{
color: #F31E7D;
}
</style>
background-color css
<style>
a { background-color: #F31E7D; }
a { background-color: rgb(243,30,125); }
div.DivClassName
{
background-color: #F31E7D;
}
.BgClassName
{
background-color: #F31E7D;
}
</style>
border-color css
<style>
span { border-color: #F31E7D; }
span { border-color: rgb(243,30,125); }
td.TdClassName
{
border-color: #F31E7D;
}
.TagClassName
{
border-color: #F31E7D;
}
</style>