Shades of Deep Pink #FA0488
Tints of Deep Pink #FA0488
RGB
CMYK
RGB Variations
Color information
#FA0488 (or 0xFA0488) is known color: Deep Pink. HEX triplet: FA, 04 and 88. RGB value is (250,4,136). Sum of RGB (Red+Green+Blue) = 250+4+136=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0488 is #05FB77. Grayscale: #5C5C5C. Windows color (decimal): -392056 or 8914170. OLE color: 8914170.
HSL color Cylindrical-coordinate representation of color #FA0488: hue angle of 327.8º 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 #FA0488 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.02 |
| HSL | 327.8º | 0.97% | 0.5% | - |
| HSV(B) | 327.8º | 0.98% | 0.98% | - |
| XYZ | 43.91 | 22.19 | 25.26 | - |
| YUV | 92.6 | 152.5 | 240.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 136 | 0 | 0.98 | 0.46 | 0.02 | 327.8 | 0.97 | 0.5 |
| Hex | FA | 4 | 88 | 0 | 62 | 2E | 2 | 148 | 61 | 32 |
| Octal | 372 | 4 | 210 | 0 | 142 | 56 | 2 | 510 | 141 | 62 |
| Binary | 11111010 | 100 | 10001000 | 0 | 1100010 | 101110 | 10 | 101001000 | 1100001 | 110010 |
Color Harmonies of #FA0488
Complementary color
Monochromatic Colors of #FA0488
Black with #FA0488
Text Example
Text Example
White with #FA0488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0488; }
p { color: rgb(250,4,136); }
H1.HeaderClassName
{
color: #FA0488;
}
.AnyTagClassName
{
color: #FA0488;
}
</style>
background-color css
<style>
a { background-color: #FA0488; }
a { background-color: rgb(250,4,136); }
div.DivClassName
{
background-color: #FA0488;
}
.BgClassName
{
background-color: #FA0488;
}
</style>
border-color css
<style>
span { border-color: #FA0488; }
span { border-color: rgb(250,4,136); }
td.TdClassName
{
border-color: #FA0488;
}
.TagClassName
{
border-color: #FA0488;
}
</style>