Shades of Deep Pink #FA047C
Tints of Deep Pink #FA047C
RGB
CMYK
RGB Variations
Color information
#FA047C (or 0xFA047C) is known color: Deep Pink. HEX triplet: FA, 04 and 7C. RGB value is (250,4,124). Sum of RGB (Red+Green+Blue) = 250+4+124=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA047C is #05FB83. Grayscale: #5B5B5B. Windows color (decimal): -392068 or 8127738. OLE color: 8127738.
HSL color Cylindrical-coordinate representation of color #FA047C: hue angle of 330.73º 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 #FA047C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.02 |
| HSL | 330.73º | 0.97% | 0.5% | - |
| HSV(B) | 330.73º | 0.98% | 0.98% | - |
| XYZ | 43.11 | 21.87 | 21.02 | - |
| YUV | 91.23 | 146.5 | 241.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 124 | 0 | 0.98 | 0.50 | 0.02 | 330.73 | 0.97 | 0.5 |
| Hex | FA | 4 | 7C | 0 | 62 | 32 | 2 | 14B | 61 | 32 |
| Octal | 372 | 4 | 174 | 0 | 142 | 62 | 2 | 513 | 141 | 62 |
| Binary | 11111010 | 100 | 1111100 | 0 | 1100010 | 110010 | 10 | 101001011 | 1100001 | 110010 |
Color Harmonies of #FA047C
Complementary color
Monochromatic Colors of #FA047C
Black with #FA047C
Text Example
Text Example
White with #FA047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA047C; }
p { color: rgb(250,4,124); }
H1.HeaderClassName
{
color: #FA047C;
}
.AnyTagClassName
{
color: #FA047C;
}
</style>
background-color css
<style>
a { background-color: #FA047C; }
a { background-color: rgb(250,4,124); }
div.DivClassName
{
background-color: #FA047C;
}
.BgClassName
{
background-color: #FA047C;
}
</style>
border-color css
<style>
span { border-color: #FA047C; }
span { border-color: rgb(250,4,124); }
td.TdClassName
{
border-color: #FA047C;
}
.TagClassName
{
border-color: #FA047C;
}
</style>