Shades of Deep Pink #FA1979
Tints of Deep Pink #FA1979
RGB
CMYK
RGB Variations
Color information
#FA1979 (or 0xFA1979) is known color: Deep Pink. HEX triplet: FA, 19 and 79. RGB value is (250,25,121). Sum of RGB (Red+Green+Blue) = 250+25+121=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1979 is #05E686. Grayscale: #676767. Windows color (decimal): -386695 or 7936506. OLE color: 7936506.
HSL color Cylindrical-coordinate representation of color #FA1979: hue angle of 334.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1979 is Cyan = 0, Magento = 0.9, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 121 | - |
| CMYK | 0 | 0.9 | 0.52 | 0.02 |
| HSL | 334.4º | 0.96% | 0.54% | - |
| HSV(B) | 334.4º | 0.9% | 0.98% | - |
| XYZ | 43.22 | 22.4 | 20.13 | - |
| YUV | 103.22 | 138.04 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 121 | 0 | 0.9 | 0.52 | 0.02 | 334.4 | 0.96 | 0.54 |
| Hex | FA | 19 | 79 | 0 | 5A | 34 | 2 | 14E | 60 | 36 |
| Octal | 372 | 31 | 171 | 0 | 132 | 64 | 2 | 516 | 140 | 66 |
| Binary | 11111010 | 11001 | 1111001 | 0 | 1011010 | 110100 | 10 | 101001110 | 1100000 | 110110 |
Color Harmonies of #FA1979
Complementary color
Monochromatic Colors of #FA1979
Black with #FA1979
Text Example
Text Example
White with #FA1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1979; }
p { color: rgb(250,25,121); }
H1.HeaderClassName
{
color: #FA1979;
}
.AnyTagClassName
{
color: #FA1979;
}
</style>
background-color css
<style>
a { background-color: #FA1979; }
a { background-color: rgb(250,25,121); }
div.DivClassName
{
background-color: #FA1979;
}
.BgClassName
{
background-color: #FA1979;
}
</style>
border-color css
<style>
span { border-color: #FA1979; }
span { border-color: rgb(250,25,121); }
td.TdClassName
{
border-color: #FA1979;
}
.TagClassName
{
border-color: #FA1979;
}
</style>