Shades of Deep Pink #FE1472
Tints of Deep Pink #FE1472
RGB
CMYK
RGB Variations
Color information
#FE1472 (or 0xFE1472) is known color: Deep Pink. HEX triplet: FE, 14 and 72. RGB value is (254,20,114). Sum of RGB (Red+Green+Blue) = 254+20+114=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1472 is #01EB8D. Grayscale: #646464. Windows color (decimal): -125838 or 7476478. OLE color: 7476478.
HSL color Cylindrical-coordinate representation of color #FE1472: hue angle of 335.9º 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 #FE1472 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 114 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.00 |
| HSL | 335.9º | 0.99% | 0.54% | - |
| HSV(B) | 335.9º | 0.92% | 1% | - |
| XYZ | 44.16 | 22.79 | 17.99 | - |
| YUV | 100.68 | 135.52 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 114 | 0 | 0.92 | 0.55 | 0.00 | 335.9 | 0.99 | 0.54 |
| Hex | FE | 14 | 72 | 0 | 5C | 37 | 0 | 150 | 63 | 36 |
| Octal | 376 | 24 | 162 | 0 | 134 | 67 | 0 | 520 | 143 | 66 |
| Binary | 11111110 | 10100 | 1110010 | 0 | 1011100 | 110111 | 0 | 101010000 | 1100011 | 110110 |
Color Harmonies of #FE1472
Complementary color
Monochromatic Colors of #FE1472
Black with #FE1472
Text Example
Text Example
White with #FE1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1472; }
p { color: rgb(254,20,114); }
H1.HeaderClassName
{
color: #FE1472;
}
.AnyTagClassName
{
color: #FE1472;
}
</style>
background-color css
<style>
a { background-color: #FE1472; }
a { background-color: rgb(254,20,114); }
div.DivClassName
{
background-color: #FE1472;
}
.BgClassName
{
background-color: #FE1472;
}
</style>
border-color css
<style>
span { border-color: #FE1472; }
span { border-color: rgb(254,20,114); }
td.TdClassName
{
border-color: #FE1472;
}
.TagClassName
{
border-color: #FE1472;
}
</style>