Shades of Deep Pink #FA0E90
Tints of Deep Pink #FA0E90
RGB
CMYK
RGB Variations
Color information
#FA0E90 (or 0xFA0E90) is known color: Deep Pink. HEX triplet: FA, 0E and 90. RGB value is (250,14,144). Sum of RGB (Red+Green+Blue) = 250+14+144=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0E90 is #05F16F. Grayscale: #636363. Windows color (decimal): -389488 or 9441018. OLE color: 9441018.
HSL color Cylindrical-coordinate representation of color #FA0E90: hue angle of 326.95º 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 #FA0E90 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 144 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.02 |
| HSL | 326.95º | 0.96% | 0.52% | - |
| HSV(B) | 326.95º | 0.94% | 0.98% | - |
| XYZ | 44.62 | 22.65 | 28.41 | - |
| YUV | 99.38 | 153.19 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 144 | 0 | 0.94 | 0.42 | 0.02 | 326.95 | 0.96 | 0.52 |
| Hex | FA | E | 90 | 0 | 5E | 2A | 2 | 147 | 60 | 34 |
| Octal | 372 | 16 | 220 | 0 | 136 | 52 | 2 | 507 | 140 | 64 |
| Binary | 11111010 | 1110 | 10010000 | 0 | 1011110 | 101010 | 10 | 101000111 | 1100000 | 110100 |
Color Harmonies of #FA0E90
Complementary color
Monochromatic Colors of #FA0E90
Black with #FA0E90
Text Example
Text Example
White with #FA0E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E90; }
p { color: rgb(250,14,144); }
H1.HeaderClassName
{
color: #FA0E90;
}
.AnyTagClassName
{
color: #FA0E90;
}
</style>
background-color css
<style>
a { background-color: #FA0E90; }
a { background-color: rgb(250,14,144); }
div.DivClassName
{
background-color: #FA0E90;
}
.BgClassName
{
background-color: #FA0E90;
}
</style>
border-color css
<style>
span { border-color: #FA0E90; }
span { border-color: rgb(250,14,144); }
td.TdClassName
{
border-color: #FA0E90;
}
.TagClassName
{
border-color: #FA0E90;
}
</style>