Shades of Deep Pink #FE0B84
Tints of Deep Pink #FE0B84
RGB
CMYK
RGB Variations
Color information
#FE0B84 (or 0xFE0B84) is known color: Deep Pink. HEX triplet: FE, 0B and 84. RGB value is (254,11,132). Sum of RGB (Red+Green+Blue) = 254+11+132=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0B84 is #01F47B. Grayscale: #616161. Windows color (decimal): -128124 or 8653822. OLE color: 8653822.
HSL color Cylindrical-coordinate representation of color #FE0B84: hue angle of 330.12º 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 #FE0B84 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 132 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.00 |
| HSL | 330.12º | 0.99% | 0.52% | - |
| HSV(B) | 330.12º | 0.96% | 1% | - |
| XYZ | 45.16 | 22.98 | 23.88 | - |
| YUV | 97.45 | 147.51 | 239.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 132 | 0 | 0.96 | 0.48 | 0.00 | 330.12 | 0.99 | 0.52 |
| Hex | FE | B | 84 | 0 | 60 | 30 | 0 | 14A | 63 | 34 |
| Octal | 376 | 13 | 204 | 0 | 140 | 60 | 0 | 512 | 143 | 64 |
| Binary | 11111110 | 1011 | 10000100 | 0 | 1100000 | 110000 | 0 | 101001010 | 1100011 | 110100 |
Color Harmonies of #FE0B84
Complementary color
Monochromatic Colors of #FE0B84
Black with #FE0B84
Text Example
Text Example
White with #FE0B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B84; }
p { color: rgb(254,11,132); }
H1.HeaderClassName
{
color: #FE0B84;
}
.AnyTagClassName
{
color: #FE0B84;
}
</style>
background-color css
<style>
a { background-color: #FE0B84; }
a { background-color: rgb(254,11,132); }
div.DivClassName
{
background-color: #FE0B84;
}
.BgClassName
{
background-color: #FE0B84;
}
</style>
border-color css
<style>
span { border-color: #FE0B84; }
span { border-color: rgb(254,11,132); }
td.TdClassName
{
border-color: #FE0B84;
}
.TagClassName
{
border-color: #FE0B84;
}
</style>