Shades of Deep Pink #FA0A81
Tints of Deep Pink #FA0A81
RGB
CMYK
RGB Variations
Color information
#FA0A81 (or 0xFA0A81) is known color: Deep Pink. HEX triplet: FA, 0A and 81. RGB value is (250,10,129). Sum of RGB (Red+Green+Blue) = 250+10+129=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A81 is #05F57E. Grayscale: #5F5F5F. Windows color (decimal): -390527 or 8456954. OLE color: 8456954.
HSL color Cylindrical-coordinate representation of color #FA0A81: hue angle of 330.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 #FA0A81 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 129 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.02 |
| HSL | 330.25º | 0.96% | 0.51% | - |
| HSV(B) | 330.25º | 0.96% | 0.98% | - |
| XYZ | 43.5 | 22.13 | 22.75 | - |
| YUV | 95.33 | 147.01 | 238.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 129 | 0 | 0.96 | 0.48 | 0.02 | 330.25 | 0.96 | 0.51 |
| Hex | FA | A | 81 | 0 | 60 | 30 | 2 | 14A | 60 | 33 |
| Octal | 372 | 12 | 201 | 0 | 140 | 60 | 2 | 512 | 140 | 63 |
| Binary | 11111010 | 1010 | 10000001 | 0 | 1100000 | 110000 | 10 | 101001010 | 1100000 | 110011 |
Color Harmonies of #FA0A81
Complementary color
Monochromatic Colors of #FA0A81
Black with #FA0A81
Text Example
Text Example
White with #FA0A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A81; }
p { color: rgb(250,10,129); }
H1.HeaderClassName
{
color: #FA0A81;
}
.AnyTagClassName
{
color: #FA0A81;
}
</style>
background-color css
<style>
a { background-color: #FA0A81; }
a { background-color: rgb(250,10,129); }
div.DivClassName
{
background-color: #FA0A81;
}
.BgClassName
{
background-color: #FA0A81;
}
</style>
border-color css
<style>
span { border-color: #FA0A81; }
span { border-color: rgb(250,10,129); }
td.TdClassName
{
border-color: #FA0A81;
}
.TagClassName
{
border-color: #FA0A81;
}
</style>