Shades of Deep Pink #FE0782
Tints of Deep Pink #FE0782
RGB
CMYK
RGB Variations
Color information
#FE0782 (or 0xFE0782) is known color: Deep Pink. HEX triplet: FE, 07 and 82. RGB value is (254,7,130). Sum of RGB (Red+Green+Blue) = 254+7+130=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0782 is #01F87D. Grayscale: #5E5E5E. Windows color (decimal): -129150 or 8521726. OLE color: 8521726.
HSL color Cylindrical-coordinate representation of color #FE0782: hue angle of 330.12º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0782 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 130 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.00 |
| HSL | 330.12º | 0.99% | 0.51% | - |
| HSV(B) | 330.12º | 0.97% | 1% | - |
| XYZ | 44.98 | 22.83 | 23.16 | - |
| YUV | 94.88 | 147.83 | 241.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 130 | 0 | 0.97 | 0.49 | 0.00 | 330.12 | 0.99 | 0.51 |
| Hex | FE | 7 | 82 | 0 | 61 | 31 | 0 | 14A | 63 | 33 |
| Octal | 376 | 7 | 202 | 0 | 141 | 61 | 0 | 512 | 143 | 63 |
| Binary | 11111110 | 111 | 10000010 | 0 | 1100001 | 110001 | 0 | 101001010 | 1100011 | 110011 |
Color Harmonies of #FE0782
Complementary color
Monochromatic Colors of #FE0782
Black with #FE0782
Text Example
Text Example
White with #FE0782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0782; }
p { color: rgb(254,7,130); }
H1.HeaderClassName
{
color: #FE0782;
}
.AnyTagClassName
{
color: #FE0782;
}
</style>
background-color css
<style>
a { background-color: #FE0782; }
a { background-color: rgb(254,7,130); }
div.DivClassName
{
background-color: #FE0782;
}
.BgClassName
{
background-color: #FE0782;
}
</style>
border-color css
<style>
span { border-color: #FE0782; }
span { border-color: rgb(254,7,130); }
td.TdClassName
{
border-color: #FE0782;
}
.TagClassName
{
border-color: #FE0782;
}
</style>