Shades of Deep Pink #FA0A8D
Tints of Deep Pink #FA0A8D
RGB
CMYK
RGB Variations
Color information
#FA0A8D (or 0xFA0A8D) is known color: Deep Pink. HEX triplet: FA, 0A and 8D. RGB value is (250,10,141). Sum of RGB (Red+Green+Blue) = 250+10+141=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A8D is #05F572. Grayscale: #606060. Windows color (decimal): -390515 or 9243386. OLE color: 9243386.
HSL color Cylindrical-coordinate representation of color #FA0A8D: hue angle of 327.25º 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 #FA0A8D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 141 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.02 |
| HSL | 327.25º | 0.96% | 0.51% | - |
| HSV(B) | 327.25º | 0.96% | 0.98% | - |
| XYZ | 44.34 | 22.46 | 27.2 | - |
| YUV | 96.69 | 153.01 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 141 | 0 | 0.96 | 0.44 | 0.02 | 327.25 | 0.96 | 0.51 |
| Hex | FA | A | 8D | 0 | 60 | 2C | 2 | 147 | 60 | 33 |
| Octal | 372 | 12 | 215 | 0 | 140 | 54 | 2 | 507 | 140 | 63 |
| Binary | 11111010 | 1010 | 10001101 | 0 | 1100000 | 101100 | 10 | 101000111 | 1100000 | 110011 |
Color Harmonies of #FA0A8D
Complementary color
Monochromatic Colors of #FA0A8D
Black with #FA0A8D
Text Example
Text Example
White with #FA0A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A8D; }
p { color: rgb(250,10,141); }
H1.HeaderClassName
{
color: #FA0A8D;
}
.AnyTagClassName
{
color: #FA0A8D;
}
</style>
background-color css
<style>
a { background-color: #FA0A8D; }
a { background-color: rgb(250,10,141); }
div.DivClassName
{
background-color: #FA0A8D;
}
.BgClassName
{
background-color: #FA0A8D;
}
</style>
border-color css
<style>
span { border-color: #FA0A8D; }
span { border-color: rgb(250,10,141); }
td.TdClassName
{
border-color: #FA0A8D;
}
.TagClassName
{
border-color: #FA0A8D;
}
</style>