Shades of Deep Pink #FE1775
Tints of Deep Pink #FE1775
RGB
CMYK
RGB Variations
Color information
#FE1775 (or 0xFE1775) is known color: Deep Pink. HEX triplet: FE, 17 and 75. RGB value is (254,23,117). Sum of RGB (Red+Green+Blue) = 254+23+117=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1775 is #01E88A. Grayscale: #666666. Windows color (decimal): -125067 or 7673854. OLE color: 7673854.
HSL color Cylindrical-coordinate representation of color #FE1775: hue angle of 335.58º 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 #FE1775 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 117 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.00 |
| HSL | 335.58º | 0.99% | 0.54% | - |
| HSV(B) | 335.58º | 0.91% | 1% | - |
| XYZ | 44.39 | 22.97 | 18.92 | - |
| YUV | 102.79 | 136.03 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 117 | 0 | 0.91 | 0.54 | 0.00 | 335.58 | 0.99 | 0.54 |
| Hex | FE | 17 | 75 | 0 | 5B | 36 | 0 | 150 | 63 | 36 |
| Octal | 376 | 27 | 165 | 0 | 133 | 66 | 0 | 520 | 143 | 66 |
| Binary | 11111110 | 10111 | 1110101 | 0 | 1011011 | 110110 | 0 | 101010000 | 1100011 | 110110 |
Color Harmonies of #FE1775
Complementary color
Monochromatic Colors of #FE1775
Black with #FE1775
Text Example
Text Example
White with #FE1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1775; }
p { color: rgb(254,23,117); }
H1.HeaderClassName
{
color: #FE1775;
}
.AnyTagClassName
{
color: #FE1775;
}
</style>
background-color css
<style>
a { background-color: #FE1775; }
a { background-color: rgb(254,23,117); }
div.DivClassName
{
background-color: #FE1775;
}
.BgClassName
{
background-color: #FE1775;
}
</style>
border-color css
<style>
span { border-color: #FE1775; }
span { border-color: rgb(254,23,117); }
td.TdClassName
{
border-color: #FE1775;
}
.TagClassName
{
border-color: #FE1775;
}
</style>