Shades of Deep Pink #FA047A
Tints of Deep Pink #FA047A
RGB
CMYK
RGB Variations
Color information
#FA047A (or 0xFA047A) is known color: Deep Pink. HEX triplet: FA, 04 and 7A. RGB value is (250,4,122). Sum of RGB (Red+Green+Blue) = 250+4+122=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA047A is #05FB85. Grayscale: #5A5A5A. Windows color (decimal): -392070 or 7996666. OLE color: 7996666.
HSL color Cylindrical-coordinate representation of color #FA047A: hue angle of 331.22º degrees, saturation: 0.97, 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 #FA047A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.02 |
| HSL | 331.22º | 0.97% | 0.5% | - |
| HSV(B) | 331.22º | 0.98% | 0.98% | - |
| XYZ | 42.98 | 21.82 | 20.36 | - |
| YUV | 91.01 | 145.5 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 122 | 0 | 0.98 | 0.51 | 0.02 | 331.22 | 0.97 | 0.5 |
| Hex | FA | 4 | 7A | 0 | 62 | 33 | 2 | 14B | 61 | 32 |
| Octal | 372 | 4 | 172 | 0 | 142 | 63 | 2 | 513 | 141 | 62 |
| Binary | 11111010 | 100 | 1111010 | 0 | 1100010 | 110011 | 10 | 101001011 | 1100001 | 110010 |
Color Harmonies of #FA047A
Complementary color
Monochromatic Colors of #FA047A
Black with #FA047A
Text Example
Text Example
White with #FA047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA047A; }
p { color: rgb(250,4,122); }
H1.HeaderClassName
{
color: #FA047A;
}
.AnyTagClassName
{
color: #FA047A;
}
</style>
background-color css
<style>
a { background-color: #FA047A; }
a { background-color: rgb(250,4,122); }
div.DivClassName
{
background-color: #FA047A;
}
.BgClassName
{
background-color: #FA047A;
}
</style>
border-color css
<style>
span { border-color: #FA047A; }
span { border-color: rgb(250,4,122); }
td.TdClassName
{
border-color: #FA047A;
}
.TagClassName
{
border-color: #FA047A;
}
</style>