Shades of Deep Pink #FE1879
Tints of Deep Pink #FE1879
RGB
CMYK
RGB Variations
Color information
#FE1879 (or 0xFE1879) is known color: Deep Pink. HEX triplet: FE, 18 and 79. RGB value is (254,24,121). Sum of RGB (Red+Green+Blue) = 254+24+121=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1879 is #01E786. Grayscale: #676767. Windows color (decimal): -124807 or 7936254. OLE color: 7936254.
HSL color Cylindrical-coordinate representation of color #FE1879: hue angle of 334.7º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1879 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 121 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.00 |
| HSL | 334.7º | 0.99% | 0.55% | - |
| HSV(B) | 334.7º | 0.91% | 1% | - |
| XYZ | 44.65 | 23.1 | 20.2 | - |
| YUV | 103.83 | 137.7 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 121 | 0 | 0.91 | 0.52 | 0.00 | 334.7 | 0.99 | 0.55 |
| Hex | FE | 18 | 79 | 0 | 5B | 34 | 0 | 14F | 63 | 37 |
| Octal | 376 | 30 | 171 | 0 | 133 | 64 | 0 | 517 | 143 | 67 |
| Binary | 11111110 | 11000 | 1111001 | 0 | 1011011 | 110100 | 0 | 101001111 | 1100011 | 110111 |
Color Harmonies of #FE1879
Complementary color
Monochromatic Colors of #FE1879
Black with #FE1879
Text Example
Text Example
White with #FE1879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1879; }
p { color: rgb(254,24,121); }
H1.HeaderClassName
{
color: #FE1879;
}
.AnyTagClassName
{
color: #FE1879;
}
</style>
background-color css
<style>
a { background-color: #FE1879; }
a { background-color: rgb(254,24,121); }
div.DivClassName
{
background-color: #FE1879;
}
.BgClassName
{
background-color: #FE1879;
}
</style>
border-color css
<style>
span { border-color: #FE1879; }
span { border-color: rgb(254,24,121); }
td.TdClassName
{
border-color: #FE1879;
}
.TagClassName
{
border-color: #FE1879;
}
</style>