Shades of Deep Pink #FE0178
Tints of Deep Pink #FE0178
RGB
CMYK
RGB Variations
Color information
#FE0178 (or 0xFE0178) is known color: Deep Pink. HEX triplet: FE, 01 and 78. RGB value is (254,1,120). Sum of RGB (Red+Green+Blue) = 254+1+120=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0178 is #01FE87. Grayscale: #595959. Windows color (decimal): -130696 or 7864830. OLE color: 7864830.
HSL color Cylindrical-coordinate representation of color #FE0178: hue angle of 331.78º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0178 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 120 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.00 |
| HSL | 331.78º | 0.99% | 0.5% | - |
| HSV(B) | 331.78º | 1% | 1% | - |
| XYZ | 44.27 | 22.45 | 19.77 | - |
| YUV | 90.21 | 144.82 | 244.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 120 | 0 | 1.00 | 0.53 | 0.00 | 331.78 | 0.99 | 0.5 |
| Hex | FE | 1 | 78 | 0 | 64 | 35 | 0 | 14C | 63 | 32 |
| Octal | 376 | 1 | 170 | 0 | 144 | 65 | 0 | 514 | 143 | 62 |
| Binary | 11111110 | 1 | 1111000 | 0 | 1100100 | 110101 | 0 | 101001100 | 1100011 | 110010 |
Color Harmonies of #FE0178
Complementary color
Monochromatic Colors of #FE0178
Black with #FE0178
Text Example
Text Example
White with #FE0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0178; }
p { color: rgb(254,1,120); }
H1.HeaderClassName
{
color: #FE0178;
}
.AnyTagClassName
{
color: #FE0178;
}
</style>
background-color css
<style>
a { background-color: #FE0178; }
a { background-color: rgb(254,1,120); }
div.DivClassName
{
background-color: #FE0178;
}
.BgClassName
{
background-color: #FE0178;
}
</style>
border-color css
<style>
span { border-color: #FE0178; }
span { border-color: rgb(254,1,120); }
td.TdClassName
{
border-color: #FE0178;
}
.TagClassName
{
border-color: #FE0178;
}
</style>