Shades of Deep Pink #FE0982
Tints of Deep Pink #FE0982
RGB
CMYK
RGB Variations
Color information
#FE0982 (or 0xFE0982) is known color: Deep Pink. HEX triplet: FE, 09 and 82. RGB value is (254,9,130). Sum of RGB (Red+Green+Blue) = 254+9+130=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0982 is #01F67D. Grayscale: #5F5F5F. Windows color (decimal): -128638 or 8522238. OLE color: 8522238.
HSL color Cylindrical-coordinate representation of color #FE0982: hue angle of 330.37º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0982 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.00 |
| HSL | 330.37º | 0.99% | 0.52% | - |
| HSV(B) | 330.37º | 0.96% | 1% | - |
| XYZ | 45 | 22.88 | 23.16 | - |
| YUV | 96.05 | 147.17 | 240.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 130 | 0 | 0.96 | 0.49 | 0.00 | 330.37 | 0.99 | 0.52 |
| Hex | FE | 9 | 82 | 0 | 60 | 31 | 0 | 14A | 63 | 34 |
| Octal | 376 | 11 | 202 | 0 | 140 | 61 | 0 | 512 | 143 | 64 |
| Binary | 11111110 | 1001 | 10000010 | 0 | 1100000 | 110001 | 0 | 101001010 | 1100011 | 110100 |
Color Harmonies of #FE0982
Complementary color
Monochromatic Colors of #FE0982
Black with #FE0982
Text Example
Text Example
White with #FE0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0982; }
p { color: rgb(254,9,130); }
H1.HeaderClassName
{
color: #FE0982;
}
.AnyTagClassName
{
color: #FE0982;
}
</style>
background-color css
<style>
a { background-color: #FE0982; }
a { background-color: rgb(254,9,130); }
div.DivClassName
{
background-color: #FE0982;
}
.BgClassName
{
background-color: #FE0982;
}
</style>
border-color css
<style>
span { border-color: #FE0982; }
span { border-color: rgb(254,9,130); }
td.TdClassName
{
border-color: #FE0982;
}
.TagClassName
{
border-color: #FE0982;
}
</style>