Shades of Deep Pink #FE177F
Tints of Deep Pink #FE177F
RGB
CMYK
RGB Variations
Color information
#FE177F (or 0xFE177F) is known color: Deep Pink. HEX triplet: FE, 17 and 7F. RGB value is (254,23,127). Sum of RGB (Red+Green+Blue) = 254+23+127=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE177F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE177F is #01E880. Grayscale: #676767. Windows color (decimal): -125057 or 8329214. OLE color: 8329214.
HSL color Cylindrical-coordinate representation of color #FE177F: hue angle of 332.99º 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 #FE177F is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 127 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.00 |
| HSL | 332.99º | 0.99% | 0.54% | - |
| HSV(B) | 332.99º | 0.91% | 1% | - |
| XYZ | 45.01 | 23.22 | 22.19 | - |
| YUV | 103.93 | 141.03 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 127 | 0 | 0.91 | 0.50 | 0.00 | 332.99 | 0.99 | 0.54 |
| Hex | FE | 17 | 7F | 0 | 5B | 32 | 0 | 14D | 63 | 36 |
| Octal | 376 | 27 | 177 | 0 | 133 | 62 | 0 | 515 | 143 | 66 |
| Binary | 11111110 | 10111 | 1111111 | 0 | 1011011 | 110010 | 0 | 101001101 | 1100011 | 110110 |
Color Harmonies of #FE177F
Complementary color
Monochromatic Colors of #FE177F
Black with #FE177F
Text Example
Text Example
White with #FE177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE177F; }
p { color: rgb(254,23,127); }
H1.HeaderClassName
{
color: #FE177F;
}
.AnyTagClassName
{
color: #FE177F;
}
</style>
background-color css
<style>
a { background-color: #FE177F; }
a { background-color: rgb(254,23,127); }
div.DivClassName
{
background-color: #FE177F;
}
.BgClassName
{
background-color: #FE177F;
}
</style>
border-color css
<style>
span { border-color: #FE177F; }
span { border-color: rgb(254,23,127); }
td.TdClassName
{
border-color: #FE177F;
}
.TagClassName
{
border-color: #FE177F;
}
</style>