Shades of Deep Pink #FE1780
Tints of Deep Pink #FE1780
RGB
CMYK
RGB Variations
Color information
#FE1780 (or 0xFE1780) is known color: Deep Pink. HEX triplet: FE, 17 and 80. RGB value is (254,23,128). Sum of RGB (Red+Green+Blue) = 254+23+128=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1780 is #01E87F. Grayscale: #676767. Windows color (decimal): -125056 or 8394750. OLE color: 8394750.
HSL color Cylindrical-coordinate representation of color #FE1780: hue angle of 332.73º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1780 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 128 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.00 |
| HSL | 332.73º | 0.99% | 0.54% | - |
| HSV(B) | 332.73º | 0.91% | 1% | - |
| XYZ | 45.08 | 23.24 | 22.53 | - |
| YUV | 104.04 | 141.53 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 128 | 0 | 0.91 | 0.50 | 0.00 | 332.73 | 0.99 | 0.54 |
| Hex | FE | 17 | 80 | 0 | 5B | 32 | 0 | 14D | 63 | 36 |
| Octal | 376 | 27 | 200 | 0 | 133 | 62 | 0 | 515 | 143 | 66 |
| Binary | 11111110 | 10111 | 10000000 | 0 | 1011011 | 110010 | 0 | 101001101 | 1100011 | 110110 |
Color Harmonies of #FE1780
Complementary color
Monochromatic Colors of #FE1780
Black with #FE1780
Text Example
Text Example
White with #FE1780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1780; }
p { color: rgb(254,23,128); }
H1.HeaderClassName
{
color: #FE1780;
}
.AnyTagClassName
{
color: #FE1780;
}
</style>
background-color css
<style>
a { background-color: #FE1780; }
a { background-color: rgb(254,23,128); }
div.DivClassName
{
background-color: #FE1780;
}
.BgClassName
{
background-color: #FE1780;
}
</style>
border-color css
<style>
span { border-color: #FE1780; }
span { border-color: rgb(254,23,128); }
td.TdClassName
{
border-color: #FE1780;
}
.TagClassName
{
border-color: #FE1780;
}
</style>