Shades of Deep Pink #FA0279
Tints of Deep Pink #FA0279
RGB
CMYK
RGB Variations
Color information
#FA0279 (or 0xFA0279) is known color: Deep Pink. HEX triplet: FA, 02 and 79. RGB value is (250,2,121). Sum of RGB (Red+Green+Blue) = 250+2+121=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0279 is #05FD86. Grayscale: #595959. Windows color (decimal): -392583 or 7930618. OLE color: 7930618.
HSL color Cylindrical-coordinate representation of color #FA0279: hue angle of 331.21º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0279 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.02 |
| HSL | 331.21º | 0.98% | 0.49% | - |
| HSV(B) | 331.21º | 0.99% | 0.98% | - |
| XYZ | 42.9 | 21.75 | 20.03 | - |
| YUV | 89.72 | 145.66 | 242.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 121 | 0 | 0.99 | 0.52 | 0.02 | 331.21 | 0.98 | 0.49 |
| Hex | FA | 2 | 79 | 0 | 63 | 34 | 2 | 14B | 62 | 31 |
| Octal | 372 | 2 | 171 | 0 | 143 | 64 | 2 | 513 | 142 | 61 |
| Binary | 11111010 | 10 | 1111001 | 0 | 1100011 | 110100 | 10 | 101001011 | 1100010 | 110001 |
Color Harmonies of #FA0279
Complementary color
Monochromatic Colors of #FA0279
Black with #FA0279
Text Example
Text Example
White with #FA0279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0279; }
p { color: rgb(250,2,121); }
H1.HeaderClassName
{
color: #FA0279;
}
.AnyTagClassName
{
color: #FA0279;
}
</style>
background-color css
<style>
a { background-color: #FA0279; }
a { background-color: rgb(250,2,121); }
div.DivClassName
{
background-color: #FA0279;
}
.BgClassName
{
background-color: #FA0279;
}
</style>
border-color css
<style>
span { border-color: #FA0279; }
span { border-color: rgb(250,2,121); }
td.TdClassName
{
border-color: #FA0279;
}
.TagClassName
{
border-color: #FA0279;
}
</style>