Shades of Deep Pink #FA0779
Tints of Deep Pink #FA0779
RGB
CMYK
RGB Variations
Color information
#FA0779 (or 0xFA0779) is known color: Deep Pink. HEX triplet: FA, 07 and 79. RGB value is (250,7,121). Sum of RGB (Red+Green+Blue) = 250+7+121=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0779 is #05F886. Grayscale: #5C5C5C. Windows color (decimal): -391303 or 7931898. OLE color: 7931898.
HSL color Cylindrical-coordinate representation of color #FA0779: hue angle of 331.85º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0779 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.02 |
| HSL | 331.85º | 0.96% | 0.5% | - |
| HSV(B) | 331.85º | 0.97% | 0.98% | - |
| XYZ | 42.95 | 21.86 | 20.04 | - |
| YUV | 92.65 | 144.01 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 121 | 0 | 0.97 | 0.52 | 0.02 | 331.85 | 0.96 | 0.5 |
| Hex | FA | 7 | 79 | 0 | 61 | 34 | 2 | 14C | 60 | 32 |
| Octal | 372 | 7 | 171 | 0 | 141 | 64 | 2 | 514 | 140 | 62 |
| Binary | 11111010 | 111 | 1111001 | 0 | 1100001 | 110100 | 10 | 101001100 | 1100000 | 110010 |
Color Harmonies of #FA0779
Complementary color
Monochromatic Colors of #FA0779
Black with #FA0779
Text Example
Text Example
White with #FA0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0779; }
p { color: rgb(250,7,121); }
H1.HeaderClassName
{
color: #FA0779;
}
.AnyTagClassName
{
color: #FA0779;
}
</style>
background-color css
<style>
a { background-color: #FA0779; }
a { background-color: rgb(250,7,121); }
div.DivClassName
{
background-color: #FA0779;
}
.BgClassName
{
background-color: #FA0779;
}
</style>
border-color css
<style>
span { border-color: #FA0779; }
span { border-color: rgb(250,7,121); }
td.TdClassName
{
border-color: #FA0779;
}
.TagClassName
{
border-color: #FA0779;
}
</style>