Shades of Deep Pink #FE1376
Tints of Deep Pink #FE1376
RGB
CMYK
RGB Variations
Color information
#FE1376 (or 0xFE1376) is known color: Deep Pink. HEX triplet: FE, 13 and 76. RGB value is (254,19,118). Sum of RGB (Red+Green+Blue) = 254+19+118=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1376 is #01EC89. Grayscale: #646464. Windows color (decimal): -126090 or 7738366. OLE color: 7738366.
HSL color Cylindrical-coordinate representation of color #FE1376: hue angle of 334.72º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1376 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 118 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.00 |
| HSL | 334.72º | 0.99% | 0.54% | - |
| HSV(B) | 334.72º | 0.93% | 1% | - |
| XYZ | 44.38 | 22.84 | 19.21 | - |
| YUV | 100.55 | 137.86 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 118 | 0 | 0.93 | 0.54 | 0.00 | 334.72 | 0.99 | 0.54 |
| Hex | FE | 13 | 76 | 0 | 5D | 36 | 0 | 14F | 63 | 36 |
| Octal | 376 | 23 | 166 | 0 | 135 | 66 | 0 | 517 | 143 | 66 |
| Binary | 11111110 | 10011 | 1110110 | 0 | 1011101 | 110110 | 0 | 101001111 | 1100011 | 110110 |
Color Harmonies of #FE1376
Complementary color
Monochromatic Colors of #FE1376
Black with #FE1376
Text Example
Text Example
White with #FE1376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1376; }
p { color: rgb(254,19,118); }
H1.HeaderClassName
{
color: #FE1376;
}
.AnyTagClassName
{
color: #FE1376;
}
</style>
background-color css
<style>
a { background-color: #FE1376; }
a { background-color: rgb(254,19,118); }
div.DivClassName
{
background-color: #FE1376;
}
.BgClassName
{
background-color: #FE1376;
}
</style>
border-color css
<style>
span { border-color: #FE1376; }
span { border-color: rgb(254,19,118); }
td.TdClassName
{
border-color: #FE1376;
}
.TagClassName
{
border-color: #FE1376;
}
</style>