Shades of Deep Pink #FA0A7C
Tints of Deep Pink #FA0A7C
RGB
CMYK
RGB Variations
Color information
#FA0A7C (or 0xFA0A7C) is known color: Deep Pink. HEX triplet: FA, 0A and 7C. RGB value is (250,10,124). Sum of RGB (Red+Green+Blue) = 250+10+124=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0A7C is #05F583. Grayscale: #5E5E5E. Windows color (decimal): -390532 or 8129274. OLE color: 8129274.
HSL color Cylindrical-coordinate representation of color #FA0A7C: hue angle of 331.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0A7C is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 124 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.02 |
| HSL | 331.5º | 0.96% | 0.51% | - |
| HSV(B) | 331.5º | 0.96% | 0.98% | - |
| XYZ | 43.17 | 22 | 21.04 | - |
| YUV | 94.76 | 144.51 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 124 | 0 | 0.96 | 0.50 | 0.02 | 331.5 | 0.96 | 0.51 |
| Hex | FA | A | 7C | 0 | 60 | 32 | 2 | 14C | 60 | 33 |
| Octal | 372 | 12 | 174 | 0 | 140 | 62 | 2 | 514 | 140 | 63 |
| Binary | 11111010 | 1010 | 1111100 | 0 | 1100000 | 110010 | 10 | 101001100 | 1100000 | 110011 |
Color Harmonies of #FA0A7C
Complementary color
Monochromatic Colors of #FA0A7C
Black with #FA0A7C
Text Example
Text Example
White with #FA0A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A7C; }
p { color: rgb(250,10,124); }
H1.HeaderClassName
{
color: #FA0A7C;
}
.AnyTagClassName
{
color: #FA0A7C;
}
</style>
background-color css
<style>
a { background-color: #FA0A7C; }
a { background-color: rgb(250,10,124); }
div.DivClassName
{
background-color: #FA0A7C;
}
.BgClassName
{
background-color: #FA0A7C;
}
</style>
border-color css
<style>
span { border-color: #FA0A7C; }
span { border-color: rgb(250,10,124); }
td.TdClassName
{
border-color: #FA0A7C;
}
.TagClassName
{
border-color: #FA0A7C;
}
</style>