Shades of Deep Pink #FA1E8E
Tints of Deep Pink #FA1E8E
RGB
CMYK
RGB Variations
Color information
#FA1E8E (or 0xFA1E8E) is known color: Deep Pink. HEX triplet: FA, 1E and 8E. RGB value is (250,30,142). Sum of RGB (Red+Green+Blue) = 250+30+142=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1E8E is #05E171. Grayscale: #6C6C6C. Windows color (decimal): -385394 or 9314042. OLE color: 9314042.
HSL color Cylindrical-coordinate representation of color #FA1E8E: hue angle of 329.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1E8E is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 142 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.02 |
| HSL | 329.45º | 0.96% | 0.55% | - |
| HSV(B) | 329.45º | 0.88% | 0.98% | - |
| XYZ | 44.77 | 23.21 | 27.71 | - |
| YUV | 108.55 | 146.89 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 142 | 0 | 0.88 | 0.43 | 0.02 | 329.45 | 0.96 | 0.55 |
| Hex | FA | 1E | 8E | 0 | 58 | 2B | 2 | 149 | 60 | 37 |
| Octal | 372 | 36 | 216 | 0 | 130 | 53 | 2 | 511 | 140 | 67 |
| Binary | 11111010 | 11110 | 10001110 | 0 | 1011000 | 101011 | 10 | 101001001 | 1100000 | 110111 |
Color Harmonies of #FA1E8E
Complementary color
Monochromatic Colors of #FA1E8E
Black with #FA1E8E
Text Example
Text Example
White with #FA1E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E8E; }
p { color: rgb(250,30,142); }
H1.HeaderClassName
{
color: #FA1E8E;
}
.AnyTagClassName
{
color: #FA1E8E;
}
</style>
background-color css
<style>
a { background-color: #FA1E8E; }
a { background-color: rgb(250,30,142); }
div.DivClassName
{
background-color: #FA1E8E;
}
.BgClassName
{
background-color: #FA1E8E;
}
</style>
border-color css
<style>
span { border-color: #FA1E8E; }
span { border-color: rgb(250,30,142); }
td.TdClassName
{
border-color: #FA1E8E;
}
.TagClassName
{
border-color: #FA1E8E;
}
</style>