Shades of Deep Pink #FA1879
Tints of Deep Pink #FA1879
RGB
CMYK
RGB Variations
Color information
#FA1879 (or 0xFA1879) is known color: Deep Pink. HEX triplet: FA, 18 and 79. RGB value is (250,24,121). Sum of RGB (Red+Green+Blue) = 250+24+121=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1879 is #05E786. Grayscale: #666666. Windows color (decimal): -386951 or 7936250. OLE color: 7936250.
HSL color Cylindrical-coordinate representation of color #FA1879: hue angle of 334.25º 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 #FA1879 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 121 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.02 |
| HSL | 334.25º | 0.96% | 0.54% | - |
| HSV(B) | 334.25º | 0.9% | 0.98% | - |
| XYZ | 43.2 | 22.36 | 20.13 | - |
| YUV | 102.63 | 138.37 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 121 | 0 | 0.90 | 0.52 | 0.02 | 334.25 | 0.96 | 0.54 |
| Hex | FA | 18 | 79 | 0 | 5A | 34 | 2 | 14E | 60 | 36 |
| Octal | 372 | 30 | 171 | 0 | 132 | 64 | 2 | 516 | 140 | 66 |
| Binary | 11111010 | 11000 | 1111001 | 0 | 1011010 | 110100 | 10 | 101001110 | 1100000 | 110110 |
Color Harmonies of #FA1879
Complementary color
Monochromatic Colors of #FA1879
Black with #FA1879
Text Example
Text Example
White with #FA1879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1879; }
p { color: rgb(250,24,121); }
H1.HeaderClassName
{
color: #FA1879;
}
.AnyTagClassName
{
color: #FA1879;
}
</style>
background-color css
<style>
a { background-color: #FA1879; }
a { background-color: rgb(250,24,121); }
div.DivClassName
{
background-color: #FA1879;
}
.BgClassName
{
background-color: #FA1879;
}
</style>
border-color css
<style>
span { border-color: #FA1879; }
span { border-color: rgb(250,24,121); }
td.TdClassName
{
border-color: #FA1879;
}
.TagClassName
{
border-color: #FA1879;
}
</style>