Shades of Deep Pink #FA0487
Tints of Deep Pink #FA0487
RGB
CMYK
RGB Variations
Color information
#FA0487 (or 0xFA0487) is known color: Deep Pink. HEX triplet: FA, 04 and 87. RGB value is (250,4,135). Sum of RGB (Red+Green+Blue) = 250+4+135=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0487 is #05FB78. Grayscale: #5C5C5C. Windows color (decimal): -392057 or 8848634. OLE color: 8848634.
HSL color Cylindrical-coordinate representation of color #FA0487: hue angle of 328.05º 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 #FA0487 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.02 |
| HSL | 328.05º | 0.97% | 0.5% | - |
| HSV(B) | 328.05º | 0.98% | 0.98% | - |
| XYZ | 43.84 | 22.16 | 24.89 | - |
| YUV | 92.49 | 152 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 135 | 0 | 0.98 | 0.46 | 0.02 | 328.05 | 0.97 | 0.5 |
| Hex | FA | 4 | 87 | 0 | 62 | 2E | 2 | 148 | 61 | 32 |
| Octal | 372 | 4 | 207 | 0 | 142 | 56 | 2 | 510 | 141 | 62 |
| Binary | 11111010 | 100 | 10000111 | 0 | 1100010 | 101110 | 10 | 101001000 | 1100001 | 110010 |
Color Harmonies of #FA0487
Complementary color
Monochromatic Colors of #FA0487
Black with #FA0487
Text Example
Text Example
White with #FA0487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0487; }
p { color: rgb(250,4,135); }
H1.HeaderClassName
{
color: #FA0487;
}
.AnyTagClassName
{
color: #FA0487;
}
</style>
background-color css
<style>
a { background-color: #FA0487; }
a { background-color: rgb(250,4,135); }
div.DivClassName
{
background-color: #FA0487;
}
.BgClassName
{
background-color: #FA0487;
}
</style>
border-color css
<style>
span { border-color: #FA0487; }
span { border-color: rgb(250,4,135); }
td.TdClassName
{
border-color: #FA0487;
}
.TagClassName
{
border-color: #FA0487;
}
</style>