Shades of Deep Pink #FE0476
Tints of Deep Pink #FE0476
RGB
CMYK
RGB Variations
Color information
#FE0476 (or 0xFE0476) is known color: Deep Pink. HEX triplet: FE, 04 and 76. RGB value is (254,4,118). Sum of RGB (Red+Green+Blue) = 254+4+118=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0476 is #01FB89. Grayscale: #5B5B5B. Windows color (decimal): -129930 or 7734526. OLE color: 7734526.
HSL color Cylindrical-coordinate representation of color #FE0476: hue angle of 332.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0476 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.00 |
| HSL | 332.64º | 0.99% | 0.51% | - |
| HSV(B) | 332.64º | 0.98% | 1% | - |
| XYZ | 44.19 | 22.47 | 19.15 | - |
| YUV | 91.75 | 142.83 | 243.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 118 | 0 | 0.98 | 0.54 | 0.00 | 332.64 | 0.99 | 0.51 |
| Hex | FE | 4 | 76 | 0 | 62 | 36 | 0 | 14D | 63 | 33 |
| Octal | 376 | 4 | 166 | 0 | 142 | 66 | 0 | 515 | 143 | 63 |
| Binary | 11111110 | 100 | 1110110 | 0 | 1100010 | 110110 | 0 | 101001101 | 1100011 | 110011 |
Color Harmonies of #FE0476
Complementary color
Monochromatic Colors of #FE0476
Black with #FE0476
Text Example
Text Example
White with #FE0476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0476; }
p { color: rgb(254,4,118); }
H1.HeaderClassName
{
color: #FE0476;
}
.AnyTagClassName
{
color: #FE0476;
}
</style>
background-color css
<style>
a { background-color: #FE0476; }
a { background-color: rgb(254,4,118); }
div.DivClassName
{
background-color: #FE0476;
}
.BgClassName
{
background-color: #FE0476;
}
</style>
border-color css
<style>
span { border-color: #FE0476; }
span { border-color: rgb(254,4,118); }
td.TdClassName
{
border-color: #FE0476;
}
.TagClassName
{
border-color: #FE0476;
}
</style>