Shades of Deep Pink #F31F7D
Tints of Deep Pink #F31F7D
RGB
CMYK
RGB Variations
Color information
#F31F7D (or 0xF31F7D) is known color: Deep Pink. HEX triplet: F3, 1F and 7D. RGB value is (243,31,125). Sum of RGB (Red+Green+Blue) = 243+31+125=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F7D is #0CE082. Grayscale: #686868. Windows color (decimal): -843907 or 8200179. OLE color: 8200179.
HSL color Cylindrical-coordinate representation of color #F31F7D: hue angle of 333.4º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31F7D is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 125 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.05 |
| HSL | 333.4º | 0.9% | 0.54% | - |
| HSV(B) | 333.4º | 0.87% | 0.95% | - |
| XYZ | 41.15 | 21.52 | 21.39 | - |
| YUV | 105.1 | 139.24 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 125 | 0 | 0.87 | 0.49 | 0.05 | 333.4 | 0.9 | 0.54 |
| Hex | F3 | 1F | 7D | 0 | 57 | 31 | 5 | 14D | 5A | 36 |
| Octal | 363 | 37 | 175 | 0 | 127 | 61 | 5 | 515 | 132 | 66 |
| Binary | 11110011 | 11111 | 1111101 | 0 | 1010111 | 110001 | 101 | 101001101 | 1011010 | 110110 |
Color Harmonies of #F31F7D
Complementary color
Monochromatic Colors of #F31F7D
Black with #F31F7D
Text Example
Text Example
White with #F31F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F7D; }
p { color: rgb(243,31,125); }
H1.HeaderClassName
{
color: #F31F7D;
}
.AnyTagClassName
{
color: #F31F7D;
}
</style>
background-color css
<style>
a { background-color: #F31F7D; }
a { background-color: rgb(243,31,125); }
div.DivClassName
{
background-color: #F31F7D;
}
.BgClassName
{
background-color: #F31F7D;
}
</style>
border-color css
<style>
span { border-color: #F31F7D; }
span { border-color: rgb(243,31,125); }
td.TdClassName
{
border-color: #F31F7D;
}
.TagClassName
{
border-color: #F31F7D;
}
</style>