Shades of Deep Pink #FE1475
Tints of Deep Pink #FE1475
RGB
CMYK
RGB Variations
Color information
#FE1475 (or 0xFE1475) is known color: Deep Pink. HEX triplet: FE, 14 and 75. RGB value is (254,20,117). Sum of RGB (Red+Green+Blue) = 254+20+117=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1475 is #01EB8A. Grayscale: #646464. Windows color (decimal): -125835 or 7673086. OLE color: 7673086.
HSL color Cylindrical-coordinate representation of color #FE1475: hue angle of 335.13º 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 #FE1475 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 117 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.00 |
| HSL | 335.13º | 0.99% | 0.54% | - |
| HSV(B) | 335.13º | 0.92% | 1% | - |
| XYZ | 44.33 | 22.86 | 18.9 | - |
| YUV | 101.02 | 137.02 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 117 | 0 | 0.92 | 0.54 | 0.00 | 335.13 | 0.99 | 0.54 |
| Hex | FE | 14 | 75 | 0 | 5C | 36 | 0 | 14F | 63 | 36 |
| Octal | 376 | 24 | 165 | 0 | 134 | 66 | 0 | 517 | 143 | 66 |
| Binary | 11111110 | 10100 | 1110101 | 0 | 1011100 | 110110 | 0 | 101001111 | 1100011 | 110110 |
Color Harmonies of #FE1475
Complementary color
Monochromatic Colors of #FE1475
Black with #FE1475
Text Example
Text Example
White with #FE1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1475; }
p { color: rgb(254,20,117); }
H1.HeaderClassName
{
color: #FE1475;
}
.AnyTagClassName
{
color: #FE1475;
}
</style>
background-color css
<style>
a { background-color: #FE1475; }
a { background-color: rgb(254,20,117); }
div.DivClassName
{
background-color: #FE1475;
}
.BgClassName
{
background-color: #FE1475;
}
</style>
border-color css
<style>
span { border-color: #FE1475; }
span { border-color: rgb(254,20,117); }
td.TdClassName
{
border-color: #FE1475;
}
.TagClassName
{
border-color: #FE1475;
}
</style>