Shades of Deep Pink #FE0B79
Tints of Deep Pink #FE0B79
RGB
CMYK
RGB Variations
Color information
#FE0B79 (or 0xFE0B79) is known color: Deep Pink. HEX triplet: FE, 0B and 79. RGB value is (254,11,121). Sum of RGB (Red+Green+Blue) = 254+11+121=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B79 is #01F486. Grayscale: #606060. Windows color (decimal): -128135 or 7932926. OLE color: 7932926.
HSL color Cylindrical-coordinate representation of color #FE0B79: hue angle of 332.84º 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 #FE0B79 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 121 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.00 |
| HSL | 332.84º | 0.99% | 0.52% | - |
| HSV(B) | 332.84º | 0.96% | 1% | - |
| XYZ | 44.44 | 22.69 | 20.13 | - |
| YUV | 96.2 | 142.01 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 121 | 0 | 0.96 | 0.52 | 0.00 | 332.84 | 0.99 | 0.52 |
| Hex | FE | B | 79 | 0 | 60 | 34 | 0 | 14D | 63 | 34 |
| Octal | 376 | 13 | 171 | 0 | 140 | 64 | 0 | 515 | 143 | 64 |
| Binary | 11111110 | 1011 | 1111001 | 0 | 1100000 | 110100 | 0 | 101001101 | 1100011 | 110100 |
Color Harmonies of #FE0B79
Complementary color
Monochromatic Colors of #FE0B79
Black with #FE0B79
Text Example
Text Example
White with #FE0B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B79; }
p { color: rgb(254,11,121); }
H1.HeaderClassName
{
color: #FE0B79;
}
.AnyTagClassName
{
color: #FE0B79;
}
</style>
background-color css
<style>
a { background-color: #FE0B79; }
a { background-color: rgb(254,11,121); }
div.DivClassName
{
background-color: #FE0B79;
}
.BgClassName
{
background-color: #FE0B79;
}
</style>
border-color css
<style>
span { border-color: #FE0B79; }
span { border-color: rgb(254,11,121); }
td.TdClassName
{
border-color: #FE0B79;
}
.TagClassName
{
border-color: #FE0B79;
}
</style>