Shades of Deep Pink #FE1876
Tints of Deep Pink #FE1876
RGB
CMYK
RGB Variations
Color information
#FE1876 (or 0xFE1876) is known color: Deep Pink. HEX triplet: FE, 18 and 76. RGB value is (254,24,118). Sum of RGB (Red+Green+Blue) = 254+24+118=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1876 is #01E789. Grayscale: #676767. Windows color (decimal): -124810 or 7739646. OLE color: 7739646.
HSL color Cylindrical-coordinate representation of color #FE1876: hue angle of 335.48º 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 #FE1876 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 118 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.00 |
| HSL | 335.48º | 0.99% | 0.55% | - |
| HSV(B) | 335.48º | 0.91% | 1% | - |
| XYZ | 44.47 | 23.03 | 19.24 | - |
| YUV | 103.49 | 136.2 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 118 | 0 | 0.91 | 0.54 | 0.00 | 335.48 | 0.99 | 0.55 |
| Hex | FE | 18 | 76 | 0 | 5B | 36 | 0 | 14F | 63 | 37 |
| Octal | 376 | 30 | 166 | 0 | 133 | 66 | 0 | 517 | 143 | 67 |
| Binary | 11111110 | 11000 | 1110110 | 0 | 1011011 | 110110 | 0 | 101001111 | 1100011 | 110111 |
Color Harmonies of #FE1876
Complementary color
Monochromatic Colors of #FE1876
Black with #FE1876
Text Example
Text Example
White with #FE1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1876; }
p { color: rgb(254,24,118); }
H1.HeaderClassName
{
color: #FE1876;
}
.AnyTagClassName
{
color: #FE1876;
}
</style>
background-color css
<style>
a { background-color: #FE1876; }
a { background-color: rgb(254,24,118); }
div.DivClassName
{
background-color: #FE1876;
}
.BgClassName
{
background-color: #FE1876;
}
</style>
border-color css
<style>
span { border-color: #FE1876; }
span { border-color: rgb(254,24,118); }
td.TdClassName
{
border-color: #FE1876;
}
.TagClassName
{
border-color: #FE1876;
}
</style>