Shades of Deep Pink #FE1798
Tints of Deep Pink #FE1798
RGB
CMYK
RGB Variations
Color information
#FE1798 (or 0xFE1798) is known color: Deep Pink. HEX triplet: FE, 17 and 98. RGB value is (254,23,152). Sum of RGB (Red+Green+Blue) = 254+23+152=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1798 is #01E867. Grayscale: #6A6A6A. Windows color (decimal): -125032 or 9967614. OLE color: 9967614.
HSL color Cylindrical-coordinate representation of color #FE1798: hue angle of 326.49º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1798 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 152 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.00 |
| HSL | 326.49º | 0.99% | 0.54% | - |
| HSV(B) | 326.49º | 0.91% | 1% | - |
| XYZ | 46.85 | 23.95 | 31.86 | - |
| YUV | 106.78 | 153.53 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 152 | 0 | 0.91 | 0.40 | 0.00 | 326.49 | 0.99 | 0.54 |
| Hex | FE | 17 | 98 | 0 | 5B | 28 | 0 | 146 | 63 | 36 |
| Octal | 376 | 27 | 230 | 0 | 133 | 50 | 0 | 506 | 143 | 66 |
| Binary | 11111110 | 10111 | 10011000 | 0 | 1011011 | 101000 | 0 | 101000110 | 1100011 | 110110 |
Color Harmonies of #FE1798
Complementary color
Monochromatic Colors of #FE1798
Black with #FE1798
Text Example
Text Example
White with #FE1798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1798; }
p { color: rgb(254,23,152); }
H1.HeaderClassName
{
color: #FE1798;
}
.AnyTagClassName
{
color: #FE1798;
}
</style>
background-color css
<style>
a { background-color: #FE1798; }
a { background-color: rgb(254,23,152); }
div.DivClassName
{
background-color: #FE1798;
}
.BgClassName
{
background-color: #FE1798;
}
</style>
border-color css
<style>
span { border-color: #FE1798; }
span { border-color: rgb(254,23,152); }
td.TdClassName
{
border-color: #FE1798;
}
.TagClassName
{
border-color: #FE1798;
}
</style>