Shades of Deep Pink #FA0E81
Tints of Deep Pink #FA0E81
RGB
CMYK
RGB Variations
Color information
#FA0E81 (or 0xFA0E81) is known color: Deep Pink. HEX triplet: FA, 0E and 81. RGB value is (250,14,129). Sum of RGB (Red+Green+Blue) = 250+14+129=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0E81 is #05F17E. Grayscale: #616161. Windows color (decimal): -389503 or 8457978. OLE color: 8457978.
HSL color Cylindrical-coordinate representation of color #FA0E81: hue angle of 330.76º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0E81 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 129 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.02 |
| HSL | 330.76º | 0.96% | 0.52% | - |
| HSV(B) | 330.76º | 0.94% | 0.98% | - |
| XYZ | 43.54 | 22.22 | 22.76 | - |
| YUV | 97.67 | 145.69 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 129 | 0 | 0.94 | 0.48 | 0.02 | 330.76 | 0.96 | 0.52 |
| Hex | FA | E | 81 | 0 | 5E | 30 | 2 | 14B | 60 | 34 |
| Octal | 372 | 16 | 201 | 0 | 136 | 60 | 2 | 513 | 140 | 64 |
| Binary | 11111010 | 1110 | 10000001 | 0 | 1011110 | 110000 | 10 | 101001011 | 1100000 | 110100 |
Color Harmonies of #FA0E81
Complementary color
Monochromatic Colors of #FA0E81
Black with #FA0E81
Text Example
Text Example
White with #FA0E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E81; }
p { color: rgb(250,14,129); }
H1.HeaderClassName
{
color: #FA0E81;
}
.AnyTagClassName
{
color: #FA0E81;
}
</style>
background-color css
<style>
a { background-color: #FA0E81; }
a { background-color: rgb(250,14,129); }
div.DivClassName
{
background-color: #FA0E81;
}
.BgClassName
{
background-color: #FA0E81;
}
</style>
border-color css
<style>
span { border-color: #FA0E81; }
span { border-color: rgb(250,14,129); }
td.TdClassName
{
border-color: #FA0E81;
}
.TagClassName
{
border-color: #FA0E81;
}
</style>