Shades of Deep Pink #FE1477
Tints of Deep Pink #FE1477
RGB
CMYK
RGB Variations
Color information
#FE1477 (or 0xFE1477) is known color: Deep Pink. HEX triplet: FE, 14 and 77. RGB value is (254,20,119). Sum of RGB (Red+Green+Blue) = 254+20+119=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1477 is #01EB88. Grayscale: #656565. Windows color (decimal): -125833 or 7804158. OLE color: 7804158.
HSL color Cylindrical-coordinate representation of color #FE1477: hue angle of 334.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1477 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 119 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.00 |
| HSL | 334.62º | 0.99% | 0.54% | - |
| HSV(B) | 334.62º | 0.92% | 1% | - |
| XYZ | 44.45 | 22.9 | 19.53 | - |
| YUV | 101.25 | 138.02 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 119 | 0 | 0.92 | 0.53 | 0.00 | 334.62 | 0.99 | 0.54 |
| Hex | FE | 14 | 77 | 0 | 5C | 35 | 0 | 14F | 63 | 36 |
| Octal | 376 | 24 | 167 | 0 | 134 | 65 | 0 | 517 | 143 | 66 |
| Binary | 11111110 | 10100 | 1110111 | 0 | 1011100 | 110101 | 0 | 101001111 | 1100011 | 110110 |
Color Harmonies of #FE1477
Complementary color
Monochromatic Colors of #FE1477
Black with #FE1477
Text Example
Text Example
White with #FE1477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1477; }
p { color: rgb(254,20,119); }
H1.HeaderClassName
{
color: #FE1477;
}
.AnyTagClassName
{
color: #FE1477;
}
</style>
background-color css
<style>
a { background-color: #FE1477; }
a { background-color: rgb(254,20,119); }
div.DivClassName
{
background-color: #FE1477;
}
.BgClassName
{
background-color: #FE1477;
}
</style>
border-color css
<style>
span { border-color: #FE1477; }
span { border-color: rgb(254,20,119); }
td.TdClassName
{
border-color: #FE1477;
}
.TagClassName
{
border-color: #FE1477;
}
</style>