Shades of Deep Pink #FE1378
Tints of Deep Pink #FE1378
RGB
CMYK
RGB Variations
Color information
#FE1378 (or 0xFE1378) is known color: Deep Pink. HEX triplet: FE, 13 and 78. RGB value is (254,19,120). Sum of RGB (Red+Green+Blue) = 254+19+120=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1378 is #01EC87. Grayscale: #646464. Windows color (decimal): -126088 or 7869438. OLE color: 7869438.
HSL color Cylindrical-coordinate representation of color #FE1378: hue angle of 334.21º 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 #FE1378 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 120 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.00 |
| HSL | 334.21º | 0.99% | 0.54% | - |
| HSV(B) | 334.21º | 0.93% | 1% | - |
| XYZ | 44.5 | 22.89 | 19.84 | - |
| YUV | 100.78 | 138.86 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 120 | 0 | 0.93 | 0.53 | 0.00 | 334.21 | 0.99 | 0.54 |
| Hex | FE | 13 | 78 | 0 | 5D | 35 | 0 | 14E | 63 | 36 |
| Octal | 376 | 23 | 170 | 0 | 135 | 65 | 0 | 516 | 143 | 66 |
| Binary | 11111110 | 10011 | 1111000 | 0 | 1011101 | 110101 | 0 | 101001110 | 1100011 | 110110 |
Color Harmonies of #FE1378
Complementary color
Monochromatic Colors of #FE1378
Black with #FE1378
Text Example
Text Example
White with #FE1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1378; }
p { color: rgb(254,19,120); }
H1.HeaderClassName
{
color: #FE1378;
}
.AnyTagClassName
{
color: #FE1378;
}
</style>
background-color css
<style>
a { background-color: #FE1378; }
a { background-color: rgb(254,19,120); }
div.DivClassName
{
background-color: #FE1378;
}
.BgClassName
{
background-color: #FE1378;
}
</style>
border-color css
<style>
span { border-color: #FE1378; }
span { border-color: rgb(254,19,120); }
td.TdClassName
{
border-color: #FE1378;
}
.TagClassName
{
border-color: #FE1378;
}
</style>