Shades of Deep Pink #F31C79
Tints of Deep Pink #F31C79
RGB
CMYK
RGB Variations
Color information
#F31C79 (or 0xF31C79) is known color: Deep Pink. HEX triplet: F3, 1C and 79. RGB value is (243,28,121). Sum of RGB (Red+Green+Blue) = 243+28+121=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C79 is #0CE386. Grayscale: #666666. Windows color (decimal): -844679 or 7937267. OLE color: 7937267.
HSL color Cylindrical-coordinate representation of color #F31C79: hue angle of 334.05º 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 #F31C79 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 121 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.05 |
| HSL | 334.05º | 0.9% | 0.53% | - |
| HSV(B) | 334.05º | 0.88% | 0.95% | - |
| XYZ | 40.83 | 21.27 | 20.04 | - |
| YUV | 102.89 | 138.23 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 121 | 0 | 0.88 | 0.50 | 0.05 | 334.05 | 0.9 | 0.53 |
| Hex | F3 | 1C | 79 | 0 | 58 | 32 | 5 | 14E | 5A | 35 |
| Octal | 363 | 34 | 171 | 0 | 130 | 62 | 5 | 516 | 132 | 65 |
| Binary | 11110011 | 11100 | 1111001 | 0 | 1011000 | 110010 | 101 | 101001110 | 1011010 | 110101 |
Color Harmonies of #F31C79
Complementary color
Monochromatic Colors of #F31C79
Black with #F31C79
Text Example
Text Example
White with #F31C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C79; }
p { color: rgb(243,28,121); }
H1.HeaderClassName
{
color: #F31C79;
}
.AnyTagClassName
{
color: #F31C79;
}
</style>
background-color css
<style>
a { background-color: #F31C79; }
a { background-color: rgb(243,28,121); }
div.DivClassName
{
background-color: #F31C79;
}
.BgClassName
{
background-color: #F31C79;
}
</style>
border-color css
<style>
span { border-color: #F31C79; }
span { border-color: rgb(243,28,121); }
td.TdClassName
{
border-color: #F31C79;
}
.TagClassName
{
border-color: #F31C79;
}
</style>