Shades of Deep Pink #FE1975
Tints of Deep Pink #FE1975
RGB
CMYK
RGB Variations
Color information
#FE1975 (or 0xFE1975) is known color: Deep Pink. HEX triplet: FE, 19 and 75. RGB value is (254,25,117). Sum of RGB (Red+Green+Blue) = 254+25+117=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1975 is #01E68A. Grayscale: #676767. Windows color (decimal): -124555 or 7674366. OLE color: 7674366.
HSL color Cylindrical-coordinate representation of color #FE1975: hue angle of 335.9º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1975 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 117 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.00 |
| HSL | 335.9º | 0.99% | 0.55% | - |
| HSV(B) | 335.9º | 0.9% | 1% | - |
| XYZ | 44.43 | 23.05 | 18.94 | - |
| YUV | 103.96 | 135.37 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 117 | 0 | 0.90 | 0.54 | 0.00 | 335.9 | 0.99 | 0.55 |
| Hex | FE | 19 | 75 | 0 | 5A | 36 | 0 | 150 | 63 | 37 |
| Octal | 376 | 31 | 165 | 0 | 132 | 66 | 0 | 520 | 143 | 67 |
| Binary | 11111110 | 11001 | 1110101 | 0 | 1011010 | 110110 | 0 | 101010000 | 1100011 | 110111 |
Color Harmonies of #FE1975
Complementary color
Monochromatic Colors of #FE1975
Black with #FE1975
Text Example
Text Example
White with #FE1975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1975; }
p { color: rgb(254,25,117); }
H1.HeaderClassName
{
color: #FE1975;
}
.AnyTagClassName
{
color: #FE1975;
}
</style>
background-color css
<style>
a { background-color: #FE1975; }
a { background-color: rgb(254,25,117); }
div.DivClassName
{
background-color: #FE1975;
}
.BgClassName
{
background-color: #FE1975;
}
</style>
border-color css
<style>
span { border-color: #FE1975; }
span { border-color: rgb(254,25,117); }
td.TdClassName
{
border-color: #FE1975;
}
.TagClassName
{
border-color: #FE1975;
}
</style>