Shades of Deep Pink #FE1384
Tints of Deep Pink #FE1384
RGB
CMYK
RGB Variations
Color information
#FE1384 (or 0xFE1384) is known color: Deep Pink. HEX triplet: FE, 13 and 84. RGB value is (254,19,132). Sum of RGB (Red+Green+Blue) = 254+19+132=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1384 is #01EC7B. Grayscale: #656565. Windows color (decimal): -126076 or 8655870. OLE color: 8655870.
HSL color Cylindrical-coordinate representation of color #FE1384: hue angle of 331.15º 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 #FE1384 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 132 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.00 |
| HSL | 331.15º | 0.99% | 0.54% | - |
| HSV(B) | 331.15º | 0.93% | 1% | - |
| XYZ | 45.27 | 23.2 | 23.92 | - |
| YUV | 102.15 | 144.86 | 236.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 132 | 0 | 0.93 | 0.48 | 0.00 | 331.15 | 0.99 | 0.54 |
| Hex | FE | 13 | 84 | 0 | 5D | 30 | 0 | 14B | 63 | 36 |
| Octal | 376 | 23 | 204 | 0 | 135 | 60 | 0 | 513 | 143 | 66 |
| Binary | 11111110 | 10011 | 10000100 | 0 | 1011101 | 110000 | 0 | 101001011 | 1100011 | 110110 |
Color Harmonies of #FE1384
Complementary color
Monochromatic Colors of #FE1384
Black with #FE1384
Text Example
Text Example
White with #FE1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1384; }
p { color: rgb(254,19,132); }
H1.HeaderClassName
{
color: #FE1384;
}
.AnyTagClassName
{
color: #FE1384;
}
</style>
background-color css
<style>
a { background-color: #FE1384; }
a { background-color: rgb(254,19,132); }
div.DivClassName
{
background-color: #FE1384;
}
.BgClassName
{
background-color: #FE1384;
}
</style>
border-color css
<style>
span { border-color: #FE1384; }
span { border-color: rgb(254,19,132); }
td.TdClassName
{
border-color: #FE1384;
}
.TagClassName
{
border-color: #FE1384;
}
</style>