Shades of Deep Pink #FE1778
Tints of Deep Pink #FE1778
RGB
CMYK
RGB Variations
Color information
#FE1778 (or 0xFE1778) is known color: Deep Pink. HEX triplet: FE, 17 and 78. RGB value is (254,23,120). Sum of RGB (Red+Green+Blue) = 254+23+120=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1778 is #01E887. Grayscale: #666666. Windows color (decimal): -125064 or 7870462. OLE color: 7870462.
HSL color Cylindrical-coordinate representation of color #FE1778: hue angle of 334.81º 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 #FE1778 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 120 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.00 |
| HSL | 334.81º | 0.99% | 0.54% | - |
| HSV(B) | 334.81º | 0.91% | 1% | - |
| XYZ | 44.57 | 23.04 | 19.87 | - |
| YUV | 103.13 | 137.53 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 120 | 0 | 0.91 | 0.53 | 0.00 | 334.81 | 0.99 | 0.54 |
| Hex | FE | 17 | 78 | 0 | 5B | 35 | 0 | 14F | 63 | 36 |
| Octal | 376 | 27 | 170 | 0 | 133 | 65 | 0 | 517 | 143 | 66 |
| Binary | 11111110 | 10111 | 1111000 | 0 | 1011011 | 110101 | 0 | 101001111 | 1100011 | 110110 |
Color Harmonies of #FE1778
Complementary color
Monochromatic Colors of #FE1778
Black with #FE1778
Text Example
Text Example
White with #FE1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1778; }
p { color: rgb(254,23,120); }
H1.HeaderClassName
{
color: #FE1778;
}
.AnyTagClassName
{
color: #FE1778;
}
</style>
background-color css
<style>
a { background-color: #FE1778; }
a { background-color: rgb(254,23,120); }
div.DivClassName
{
background-color: #FE1778;
}
.BgClassName
{
background-color: #FE1778;
}
</style>
border-color css
<style>
span { border-color: #FE1778; }
span { border-color: rgb(254,23,120); }
td.TdClassName
{
border-color: #FE1778;
}
.TagClassName
{
border-color: #FE1778;
}
</style>