Shades of Deep Pink #F31F7C
Tints of Deep Pink #F31F7C
RGB
CMYK
RGB Variations
Color information
#F31F7C (or 0xF31F7C) is known color: Deep Pink. HEX triplet: F3, 1F and 7C. RGB value is (243,31,124). Sum of RGB (Red+Green+Blue) = 243+31+124=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F7C is #0CE083. Grayscale: #686868. Windows color (decimal): -843908 or 8134643. OLE color: 8134643.
HSL color Cylindrical-coordinate representation of color #F31F7C: hue angle of 333.68º 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 #F31F7C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 124 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.05 |
| HSL | 333.68º | 0.9% | 0.54% | - |
| HSV(B) | 333.68º | 0.87% | 0.95% | - |
| XYZ | 41.09 | 21.49 | 21.05 | - |
| YUV | 104.99 | 138.74 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 124 | 0 | 0.87 | 0.49 | 0.05 | 333.68 | 0.9 | 0.54 |
| Hex | F3 | 1F | 7C | 0 | 57 | 31 | 5 | 14E | 5A | 36 |
| Octal | 363 | 37 | 174 | 0 | 127 | 61 | 5 | 516 | 132 | 66 |
| Binary | 11110011 | 11111 | 1111100 | 0 | 1010111 | 110001 | 101 | 101001110 | 1011010 | 110110 |
Color Harmonies of #F31F7C
Complementary color
Monochromatic Colors of #F31F7C
Black with #F31F7C
Text Example
Text Example
White with #F31F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F7C; }
p { color: rgb(243,31,124); }
H1.HeaderClassName
{
color: #F31F7C;
}
.AnyTagClassName
{
color: #F31F7C;
}
</style>
background-color css
<style>
a { background-color: #F31F7C; }
a { background-color: rgb(243,31,124); }
div.DivClassName
{
background-color: #F31F7C;
}
.BgClassName
{
background-color: #F31F7C;
}
</style>
border-color css
<style>
span { border-color: #F31F7C; }
span { border-color: rgb(243,31,124); }
td.TdClassName
{
border-color: #F31F7C;
}
.TagClassName
{
border-color: #F31F7C;
}
</style>