Shades of Deep Pink #F50479
Tints of Deep Pink #F50479
RGB
CMYK
RGB Variations
Color information
#F50479 (or 0xF50479) is known color: Deep Pink. HEX triplet: F5, 04 and 79. RGB value is (245,4,121). Sum of RGB (Red+Green+Blue) = 245+4+121=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F50479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50479 is #0AFB86. Grayscale: #595959. Windows color (decimal): -719751 or 7931125. OLE color: 7931125.
HSL color Cylindrical-coordinate representation of color #F50479: hue angle of 330.87º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50479 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 121 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.04 |
| HSL | 330.87º | 0.97% | 0.49% | - |
| HSV(B) | 330.87º | 0.98% | 0.96% | - |
| XYZ | 41.15 | 20.88 | 19.95 | - |
| YUV | 89.4 | 145.84 | 238.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 121 | 0 | 0.98 | 0.51 | 0.04 | 330.87 | 0.97 | 0.49 |
| Hex | F5 | 4 | 79 | 0 | 62 | 33 | 4 | 14B | 61 | 31 |
| Octal | 365 | 4 | 171 | 0 | 142 | 63 | 4 | 513 | 141 | 61 |
| Binary | 11110101 | 100 | 1111001 | 0 | 1100010 | 110011 | 100 | 101001011 | 1100001 | 110001 |
Color Harmonies of #F50479
Complementary color
Monochromatic Colors of #F50479
Black with #F50479
Text Example
Text Example
White with #F50479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50479; }
p { color: rgb(245,4,121); }
H1.HeaderClassName
{
color: #F50479;
}
.AnyTagClassName
{
color: #F50479;
}
</style>
background-color css
<style>
a { background-color: #F50479; }
a { background-color: rgb(245,4,121); }
div.DivClassName
{
background-color: #F50479;
}
.BgClassName
{
background-color: #F50479;
}
</style>
border-color css
<style>
span { border-color: #F50479; }
span { border-color: rgb(245,4,121); }
td.TdClassName
{
border-color: #F50479;
}
.TagClassName
{
border-color: #F50479;
}
</style>