Shades of Deep Pink #F31379
Tints of Deep Pink #F31379
RGB
CMYK
RGB Variations
Color information
#F31379 (or 0xF31379) is known color: Deep Pink. HEX triplet: F3, 13 and 79. RGB value is (243,19,121). Sum of RGB (Red+Green+Blue) = 243+19+121=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F31379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31379 is #0CEC86. Grayscale: #616161. Windows color (decimal): -846983 or 7934963. OLE color: 7934963.
HSL color Cylindrical-coordinate representation of color #F31379: hue angle of 332.68º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31379 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 121 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.05 |
| HSL | 332.68º | 0.9% | 0.51% | - |
| HSV(B) | 332.68º | 0.92% | 0.95% | - |
| XYZ | 40.65 | 20.9 | 19.98 | - |
| YUV | 97.6 | 141.21 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 121 | 0 | 0.92 | 0.50 | 0.05 | 332.68 | 0.9 | 0.51 |
| Hex | F3 | 13 | 79 | 0 | 5C | 32 | 5 | 14D | 5A | 33 |
| Octal | 363 | 23 | 171 | 0 | 134 | 62 | 5 | 515 | 132 | 63 |
| Binary | 11110011 | 10011 | 1111001 | 0 | 1011100 | 110010 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F31379
Complementary color
Monochromatic Colors of #F31379
Black with #F31379
Text Example
Text Example
White with #F31379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31379; }
p { color: rgb(243,19,121); }
H1.HeaderClassName
{
color: #F31379;
}
.AnyTagClassName
{
color: #F31379;
}
</style>
background-color css
<style>
a { background-color: #F31379; }
a { background-color: rgb(243,19,121); }
div.DivClassName
{
background-color: #F31379;
}
.BgClassName
{
background-color: #F31379;
}
</style>
border-color css
<style>
span { border-color: #F31379; }
span { border-color: rgb(243,19,121); }
td.TdClassName
{
border-color: #F31379;
}
.TagClassName
{
border-color: #F31379;
}
</style>