Shades of Deep Pink #FE178C
Tints of Deep Pink #FE178C
RGB
CMYK
RGB Variations
Color information
#FE178C (or 0xFE178C) is known color: Deep Pink. HEX triplet: FE, 17 and 8C. RGB value is (254,23,140). Sum of RGB (Red+Green+Blue) = 254+23+140=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE178C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE178C is #01E873. Grayscale: #696969. Windows color (decimal): -125044 or 9181182. OLE color: 9181182.
HSL color Cylindrical-coordinate representation of color #FE178C: hue angle of 329.61º 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 #FE178C is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 140 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.00 |
| HSL | 329.61º | 0.99% | 0.54% | - |
| HSV(B) | 329.61º | 0.91% | 1% | - |
| XYZ | 45.91 | 23.58 | 26.94 | - |
| YUV | 105.41 | 147.53 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 140 | 0 | 0.91 | 0.45 | 0.00 | 329.61 | 0.99 | 0.54 |
| Hex | FE | 17 | 8C | 0 | 5B | 2D | 0 | 14A | 63 | 36 |
| Octal | 376 | 27 | 214 | 0 | 133 | 55 | 0 | 512 | 143 | 66 |
| Binary | 11111110 | 10111 | 10001100 | 0 | 1011011 | 101101 | 0 | 101001010 | 1100011 | 110110 |
Color Harmonies of #FE178C
Complementary color
Monochromatic Colors of #FE178C
Black with #FE178C
Text Example
Text Example
White with #FE178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE178C; }
p { color: rgb(254,23,140); }
H1.HeaderClassName
{
color: #FE178C;
}
.AnyTagClassName
{
color: #FE178C;
}
</style>
background-color css
<style>
a { background-color: #FE178C; }
a { background-color: rgb(254,23,140); }
div.DivClassName
{
background-color: #FE178C;
}
.BgClassName
{
background-color: #FE178C;
}
</style>
border-color css
<style>
span { border-color: #FE178C; }
span { border-color: rgb(254,23,140); }
td.TdClassName
{
border-color: #FE178C;
}
.TagClassName
{
border-color: #FE178C;
}
</style>