Shades of Deep Pink #FA0679
Tints of Deep Pink #FA0679
RGB
CMYK
RGB Variations
Color information
#FA0679 (or 0xFA0679) is known color: Deep Pink. HEX triplet: FA, 06 and 79. RGB value is (250,6,121). Sum of RGB (Red+Green+Blue) = 250+6+121=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0679 is #05F986. Grayscale: #5B5B5B. Windows color (decimal): -391559 or 7931642. OLE color: 7931642.
HSL color Cylindrical-coordinate representation of color #FA0679: hue angle of 331.72º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0679 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 121 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.02 |
| HSL | 331.72º | 0.96% | 0.5% | - |
| HSV(B) | 331.72º | 0.98% | 0.98% | - |
| XYZ | 42.94 | 21.83 | 20.04 | - |
| YUV | 92.07 | 144.34 | 240.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 121 | 0 | 0.98 | 0.52 | 0.02 | 331.72 | 0.96 | 0.5 |
| Hex | FA | 6 | 79 | 0 | 62 | 34 | 2 | 14C | 60 | 32 |
| Octal | 372 | 6 | 171 | 0 | 142 | 64 | 2 | 514 | 140 | 62 |
| Binary | 11111010 | 110 | 1111001 | 0 | 1100010 | 110100 | 10 | 101001100 | 1100000 | 110010 |
Color Harmonies of #FA0679
Complementary color
Monochromatic Colors of #FA0679
Black with #FA0679
Text Example
Text Example
White with #FA0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0679; }
p { color: rgb(250,6,121); }
H1.HeaderClassName
{
color: #FA0679;
}
.AnyTagClassName
{
color: #FA0679;
}
</style>
background-color css
<style>
a { background-color: #FA0679; }
a { background-color: rgb(250,6,121); }
div.DivClassName
{
background-color: #FA0679;
}
.BgClassName
{
background-color: #FA0679;
}
</style>
border-color css
<style>
span { border-color: #FA0679; }
span { border-color: rgb(250,6,121); }
td.TdClassName
{
border-color: #FA0679;
}
.TagClassName
{
border-color: #FA0679;
}
</style>