Shades of Deep Pink #FE177D
Tints of Deep Pink #FE177D
RGB
CMYK
RGB Variations
Color information
#FE177D (or 0xFE177D) is known color: Deep Pink. HEX triplet: FE, 17 and 7D. RGB value is (254,23,125). Sum of RGB (Red+Green+Blue) = 254+23+125=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE177D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE177D is #01E882. Grayscale: #676767. Windows color (decimal): -125059 or 8198142. OLE color: 8198142.
HSL color Cylindrical-coordinate representation of color #FE177D: hue angle of 333.51º 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 #FE177D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 125 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.00 |
| HSL | 333.51º | 0.99% | 0.54% | - |
| HSV(B) | 333.51º | 0.91% | 1% | - |
| XYZ | 44.88 | 23.16 | 21.51 | - |
| YUV | 103.7 | 140.03 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 125 | 0 | 0.91 | 0.51 | 0.00 | 333.51 | 0.99 | 0.54 |
| Hex | FE | 17 | 7D | 0 | 5B | 33 | 0 | 14E | 63 | 36 |
| Octal | 376 | 27 | 175 | 0 | 133 | 63 | 0 | 516 | 143 | 66 |
| Binary | 11111110 | 10111 | 1111101 | 0 | 1011011 | 110011 | 0 | 101001110 | 1100011 | 110110 |
Color Harmonies of #FE177D
Complementary color
Monochromatic Colors of #FE177D
Black with #FE177D
Text Example
Text Example
White with #FE177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE177D; }
p { color: rgb(254,23,125); }
H1.HeaderClassName
{
color: #FE177D;
}
.AnyTagClassName
{
color: #FE177D;
}
</style>
background-color css
<style>
a { background-color: #FE177D; }
a { background-color: rgb(254,23,125); }
div.DivClassName
{
background-color: #FE177D;
}
.BgClassName
{
background-color: #FE177D;
}
</style>
border-color css
<style>
span { border-color: #FE177D; }
span { border-color: rgb(254,23,125); }
td.TdClassName
{
border-color: #FE177D;
}
.TagClassName
{
border-color: #FE177D;
}
</style>