Shades of Deep Pink #FE1474
Tints of Deep Pink #FE1474
RGB
CMYK
RGB Variations
Color information
#FE1474 (or 0xFE1474) is known color: Deep Pink. HEX triplet: FE, 14 and 74. RGB value is (254,20,116). Sum of RGB (Red+Green+Blue) = 254+20+116=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1474 is #01EB8B. Grayscale: #646464. Windows color (decimal): -125836 or 7607550. OLE color: 7607550.
HSL color Cylindrical-coordinate representation of color #FE1474: hue angle of 335.38º 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 #FE1474 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 116 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.00 |
| HSL | 335.38º | 0.99% | 0.54% | - |
| HSV(B) | 335.38º | 0.92% | 1% | - |
| XYZ | 44.28 | 22.83 | 18.6 | - |
| YUV | 100.91 | 136.52 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 116 | 0 | 0.92 | 0.54 | 0.00 | 335.38 | 0.99 | 0.54 |
| Hex | FE | 14 | 74 | 0 | 5C | 36 | 0 | 14F | 63 | 36 |
| Octal | 376 | 24 | 164 | 0 | 134 | 66 | 0 | 517 | 143 | 66 |
| Binary | 11111110 | 10100 | 1110100 | 0 | 1011100 | 110110 | 0 | 101001111 | 1100011 | 110110 |
Color Harmonies of #FE1474
Complementary color
Monochromatic Colors of #FE1474
Black with #FE1474
Text Example
Text Example
White with #FE1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1474; }
p { color: rgb(254,20,116); }
H1.HeaderClassName
{
color: #FE1474;
}
.AnyTagClassName
{
color: #FE1474;
}
</style>
background-color css
<style>
a { background-color: #FE1474; }
a { background-color: rgb(254,20,116); }
div.DivClassName
{
background-color: #FE1474;
}
.BgClassName
{
background-color: #FE1474;
}
</style>
border-color css
<style>
span { border-color: #FE1474; }
span { border-color: rgb(254,20,116); }
td.TdClassName
{
border-color: #FE1474;
}
.TagClassName
{
border-color: #FE1474;
}
</style>