Shades of Deep Pink #FE178A
Tints of Deep Pink #FE178A
RGB
CMYK
RGB Variations
Color information
#FE178A (or 0xFE178A) is known color: Deep Pink. HEX triplet: FE, 17 and 8A. RGB value is (254,23,138). Sum of RGB (Red+Green+Blue) = 254+23+138=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE178A is #01E875. Grayscale: #686868. Windows color (decimal): -125046 or 9050110. OLE color: 9050110.
HSL color Cylindrical-coordinate representation of color #FE178A: hue angle of 330.13º 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 #FE178A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 138 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.00 |
| HSL | 330.13º | 0.99% | 0.54% | - |
| HSV(B) | 330.13º | 0.91% | 1% | - |
| XYZ | 45.77 | 23.52 | 26.17 | - |
| YUV | 105.18 | 146.53 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 138 | 0 | 0.91 | 0.46 | 0.00 | 330.13 | 0.99 | 0.54 |
| Hex | FE | 17 | 8A | 0 | 5B | 2E | 0 | 14A | 63 | 36 |
| Octal | 376 | 27 | 212 | 0 | 133 | 56 | 0 | 512 | 143 | 66 |
| Binary | 11111110 | 10111 | 10001010 | 0 | 1011011 | 101110 | 0 | 101001010 | 1100011 | 110110 |
Color Harmonies of #FE178A
Complementary color
Monochromatic Colors of #FE178A
Black with #FE178A
Text Example
Text Example
White with #FE178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE178A; }
p { color: rgb(254,23,138); }
H1.HeaderClassName
{
color: #FE178A;
}
.AnyTagClassName
{
color: #FE178A;
}
</style>
background-color css
<style>
a { background-color: #FE178A; }
a { background-color: rgb(254,23,138); }
div.DivClassName
{
background-color: #FE178A;
}
.BgClassName
{
background-color: #FE178A;
}
</style>
border-color css
<style>
span { border-color: #FE178A; }
span { border-color: rgb(254,23,138); }
td.TdClassName
{
border-color: #FE178A;
}
.TagClassName
{
border-color: #FE178A;
}
</style>