Shades of Deep Pink #FA2079
Tints of Deep Pink #FA2079
RGB
CMYK
RGB Variations
Color information
#FA2079 (or 0xFA2079) is known color: Deep Pink. HEX triplet: FA, 20 and 79. RGB value is (250,32,121). Sum of RGB (Red+Green+Blue) = 250+32+121=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2079 is #05DF86. Grayscale: #6B6B6B. Windows color (decimal): -384903 or 7938298. OLE color: 7938298.
HSL color Cylindrical-coordinate representation of color #FA2079: hue angle of 335.5º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2079 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 121 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.02 |
| HSL | 335.5º | 0.96% | 0.55% | - |
| HSV(B) | 335.5º | 0.87% | 0.98% | - |
| XYZ | 43.39 | 22.74 | 20.19 | - |
| YUV | 107.33 | 135.72 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 121 | 0 | 0.87 | 0.52 | 0.02 | 335.5 | 0.96 | 0.55 |
| Hex | FA | 20 | 79 | 0 | 57 | 34 | 2 | 150 | 60 | 37 |
| Octal | 372 | 40 | 171 | 0 | 127 | 64 | 2 | 520 | 140 | 67 |
| Binary | 11111010 | 100000 | 1111001 | 0 | 1010111 | 110100 | 10 | 101010000 | 1100000 | 110111 |
Color Harmonies of #FA2079
Complementary color
Monochromatic Colors of #FA2079
Black with #FA2079
Text Example
Text Example
White with #FA2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2079; }
p { color: rgb(250,32,121); }
H1.HeaderClassName
{
color: #FA2079;
}
.AnyTagClassName
{
color: #FA2079;
}
</style>
background-color css
<style>
a { background-color: #FA2079; }
a { background-color: rgb(250,32,121); }
div.DivClassName
{
background-color: #FA2079;
}
.BgClassName
{
background-color: #FA2079;
}
</style>
border-color css
<style>
span { border-color: #FA2079; }
span { border-color: rgb(250,32,121); }
td.TdClassName
{
border-color: #FA2079;
}
.TagClassName
{
border-color: #FA2079;
}
</style>