Shades of Deep Pink #FE0C84
Tints of Deep Pink #FE0C84
RGB
CMYK
RGB Variations
Color information
#FE0C84 (or 0xFE0C84) is known color: Deep Pink. HEX triplet: FE, 0C and 84. RGB value is (254,12,132). Sum of RGB (Red+Green+Blue) = 254+12+132=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0C84 is #01F37B. Grayscale: #616161. Windows color (decimal): -127868 or 8654078. OLE color: 8654078.
HSL color Cylindrical-coordinate representation of color #FE0C84: hue angle of 330.25º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0C84 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 132 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.00 |
| HSL | 330.25º | 0.99% | 0.52% | - |
| HSV(B) | 330.25º | 0.95% | 1% | - |
| XYZ | 45.17 | 23 | 23.89 | - |
| YUV | 98.04 | 147.17 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 132 | 0 | 0.95 | 0.48 | 0.00 | 330.25 | 0.99 | 0.52 |
| Hex | FE | C | 84 | 0 | 5F | 30 | 0 | 14A | 63 | 34 |
| Octal | 376 | 14 | 204 | 0 | 137 | 60 | 0 | 512 | 143 | 64 |
| Binary | 11111110 | 1100 | 10000100 | 0 | 1011111 | 110000 | 0 | 101001010 | 1100011 | 110100 |
Color Harmonies of #FE0C84
Complementary color
Monochromatic Colors of #FE0C84
Black with #FE0C84
Text Example
Text Example
White with #FE0C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0C84; }
p { color: rgb(254,12,132); }
H1.HeaderClassName
{
color: #FE0C84;
}
.AnyTagClassName
{
color: #FE0C84;
}
</style>
background-color css
<style>
a { background-color: #FE0C84; }
a { background-color: rgb(254,12,132); }
div.DivClassName
{
background-color: #FE0C84;
}
.BgClassName
{
background-color: #FE0C84;
}
</style>
border-color css
<style>
span { border-color: #FE0C84; }
span { border-color: rgb(254,12,132); }
td.TdClassName
{
border-color: #FE0C84;
}
.TagClassName
{
border-color: #FE0C84;
}
</style>