Shades of Deep Pink #FE1982
Tints of Deep Pink #FE1982
RGB
CMYK
RGB Variations
Color information
#FE1982 (or 0xFE1982) is known color: Deep Pink. HEX triplet: FE, 19 and 82. RGB value is (254,25,130). Sum of RGB (Red+Green+Blue) = 254+25+130=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1982 is #01E67D. Grayscale: #696969. Windows color (decimal): -124542 or 8526334. OLE color: 8526334.
HSL color Cylindrical-coordinate representation of color #FE1982: hue angle of 332.49º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1982 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 130 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.00 |
| HSL | 332.49º | 0.99% | 0.55% | - |
| HSV(B) | 332.49º | 0.9% | 1% | - |
| XYZ | 45.25 | 23.38 | 23.25 | - |
| YUV | 105.44 | 141.87 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 130 | 0 | 0.90 | 0.49 | 0.00 | 332.49 | 0.99 | 0.55 |
| Hex | FE | 19 | 82 | 0 | 5A | 31 | 0 | 14C | 63 | 37 |
| Octal | 376 | 31 | 202 | 0 | 132 | 61 | 0 | 514 | 143 | 67 |
| Binary | 11111110 | 11001 | 10000010 | 0 | 1011010 | 110001 | 0 | 101001100 | 1100011 | 110111 |
Color Harmonies of #FE1982
Complementary color
Monochromatic Colors of #FE1982
Black with #FE1982
Text Example
Text Example
White with #FE1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1982; }
p { color: rgb(254,25,130); }
H1.HeaderClassName
{
color: #FE1982;
}
.AnyTagClassName
{
color: #FE1982;
}
</style>
background-color css
<style>
a { background-color: #FE1982; }
a { background-color: rgb(254,25,130); }
div.DivClassName
{
background-color: #FE1982;
}
.BgClassName
{
background-color: #FE1982;
}
</style>
border-color css
<style>
span { border-color: #FE1982; }
span { border-color: rgb(254,25,130); }
td.TdClassName
{
border-color: #FE1982;
}
.TagClassName
{
border-color: #FE1982;
}
</style>