Shades of Deep Pink #FA1E84
Tints of Deep Pink #FA1E84
RGB
CMYK
RGB Variations
Color information
#FA1E84 (or 0xFA1E84) is known color: Deep Pink. HEX triplet: FA, 1E and 84. RGB value is (250,30,132). Sum of RGB (Red+Green+Blue) = 250+30+132=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1E84 is #05E17B. Grayscale: #6B6B6B. Windows color (decimal): -385404 or 8658682. OLE color: 8658682.
HSL color Cylindrical-coordinate representation of color #FA1E84: hue angle of 332.18º 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 #FA1E84 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 132 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.02 |
| HSL | 332.18º | 0.96% | 0.55% | - |
| HSV(B) | 332.18º | 0.88% | 0.98% | - |
| XYZ | 44.05 | 22.92 | 23.93 | - |
| YUV | 107.41 | 141.89 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 132 | 0 | 0.88 | 0.47 | 0.02 | 332.18 | 0.96 | 0.55 |
| Hex | FA | 1E | 84 | 0 | 58 | 2F | 2 | 14C | 60 | 37 |
| Octal | 372 | 36 | 204 | 0 | 130 | 57 | 2 | 514 | 140 | 67 |
| Binary | 11111010 | 11110 | 10000100 | 0 | 1011000 | 101111 | 10 | 101001100 | 1100000 | 110111 |
Color Harmonies of #FA1E84
Complementary color
Monochromatic Colors of #FA1E84
Black with #FA1E84
Text Example
Text Example
White with #FA1E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E84; }
p { color: rgb(250,30,132); }
H1.HeaderClassName
{
color: #FA1E84;
}
.AnyTagClassName
{
color: #FA1E84;
}
</style>
background-color css
<style>
a { background-color: #FA1E84; }
a { background-color: rgb(250,30,132); }
div.DivClassName
{
background-color: #FA1E84;
}
.BgClassName
{
background-color: #FA1E84;
}
</style>
border-color css
<style>
span { border-color: #FA1E84; }
span { border-color: rgb(250,30,132); }
td.TdClassName
{
border-color: #FA1E84;
}
.TagClassName
{
border-color: #FA1E84;
}
</style>