Shades of Deep Pink #FE1777
Tints of Deep Pink #FE1777
RGB
CMYK
RGB Variations
Color information
#FE1777 (or 0xFE1777) is known color: Deep Pink. HEX triplet: FE, 17 and 77. RGB value is (254,23,119). Sum of RGB (Red+Green+Blue) = 254+23+119=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1777 is #01E888. Grayscale: #666666. Windows color (decimal): -125065 or 7804926. OLE color: 7804926.
HSL color Cylindrical-coordinate representation of color #FE1777: hue angle of 335.06º 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 #FE1777 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 119 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.00 |
| HSL | 335.06º | 0.99% | 0.54% | - |
| HSV(B) | 335.06º | 0.91% | 1% | - |
| XYZ | 44.51 | 23.02 | 19.55 | - |
| YUV | 103.01 | 137.03 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 119 | 0 | 0.91 | 0.53 | 0.00 | 335.06 | 0.99 | 0.54 |
| Hex | FE | 17 | 77 | 0 | 5B | 35 | 0 | 14F | 63 | 36 |
| Octal | 376 | 27 | 167 | 0 | 133 | 65 | 0 | 517 | 143 | 66 |
| Binary | 11111110 | 10111 | 1110111 | 0 | 1011011 | 110101 | 0 | 101001111 | 1100011 | 110110 |
Color Harmonies of #FE1777
Complementary color
Monochromatic Colors of #FE1777
Black with #FE1777
Text Example
Text Example
White with #FE1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1777; }
p { color: rgb(254,23,119); }
H1.HeaderClassName
{
color: #FE1777;
}
.AnyTagClassName
{
color: #FE1777;
}
</style>
background-color css
<style>
a { background-color: #FE1777; }
a { background-color: rgb(254,23,119); }
div.DivClassName
{
background-color: #FE1777;
}
.BgClassName
{
background-color: #FE1777;
}
</style>
border-color css
<style>
span { border-color: #FE1777; }
span { border-color: rgb(254,23,119); }
td.TdClassName
{
border-color: #FE1777;
}
.TagClassName
{
border-color: #FE1777;
}
</style>