Shades of Deep Pink #FE2478
Tints of Deep Pink #FE2478
RGB
CMYK
RGB Variations
Color information
#FE2478 (or 0xFE2478) is known color: Deep Pink. HEX triplet: FE, 24 and 78. RGB value is (254,36,120). Sum of RGB (Red+Green+Blue) = 254+36+120=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2478 is #01DB87. Grayscale: #6E6E6E. Windows color (decimal): -121736 or 7873790. OLE color: 7873790.
HSL color Cylindrical-coordinate representation of color #FE2478: hue angle of 336.88º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2478 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 120 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.00 |
| HSL | 336.88º | 0.99% | 0.57% | - |
| HSV(B) | 336.88º | 0.86% | 1% | - |
| XYZ | 44.89 | 23.69 | 19.98 | - |
| YUV | 110.76 | 133.22 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 120 | 0 | 0.86 | 0.53 | 0.00 | 336.88 | 0.99 | 0.57 |
| Hex | FE | 24 | 78 | 0 | 56 | 35 | 0 | 151 | 63 | 39 |
| Octal | 376 | 44 | 170 | 0 | 126 | 65 | 0 | 521 | 143 | 71 |
| Binary | 11111110 | 100100 | 1111000 | 0 | 1010110 | 110101 | 0 | 101010001 | 1100011 | 111001 |
Color Harmonies of #FE2478
Complementary color
Monochromatic Colors of #FE2478
Black with #FE2478
Text Example
Text Example
White with #FE2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2478; }
p { color: rgb(254,36,120); }
H1.HeaderClassName
{
color: #FE2478;
}
.AnyTagClassName
{
color: #FE2478;
}
</style>
background-color css
<style>
a { background-color: #FE2478; }
a { background-color: rgb(254,36,120); }
div.DivClassName
{
background-color: #FE2478;
}
.BgClassName
{
background-color: #FE2478;
}
</style>
border-color css
<style>
span { border-color: #FE2478; }
span { border-color: rgb(254,36,120); }
td.TdClassName
{
border-color: #FE2478;
}
.TagClassName
{
border-color: #FE2478;
}
</style>