Shades of Deep Pink #FE0174
Tints of Deep Pink #FE0174
RGB
CMYK
RGB Variations
Color information
#FE0174 (or 0xFE0174) is known color: Deep Pink. HEX triplet: FE, 01 and 74. RGB value is (254,1,116). Sum of RGB (Red+Green+Blue) = 254+1+116=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0174 is #01FE8B. Grayscale: #595959. Windows color (decimal): -130700 or 7602686. OLE color: 7602686.
HSL color Cylindrical-coordinate representation of color #FE0174: hue angle of 332.73º 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 #FE0174 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.00 |
| HSL | 332.73º | 0.99% | 0.5% | - |
| HSV(B) | 332.73º | 1% | 1% | - |
| XYZ | 44.04 | 22.35 | 18.52 | - |
| YUV | 89.76 | 142.82 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 116 | 0 | 1.00 | 0.54 | 0.00 | 332.73 | 0.99 | 0.5 |
| Hex | FE | 1 | 74 | 0 | 64 | 36 | 0 | 14D | 63 | 32 |
| Octal | 376 | 1 | 164 | 0 | 144 | 66 | 0 | 515 | 143 | 62 |
| Binary | 11111110 | 1 | 1110100 | 0 | 1100100 | 110110 | 0 | 101001101 | 1100011 | 110010 |
Color Harmonies of #FE0174
Complementary color
Monochromatic Colors of #FE0174
Black with #FE0174
Text Example
Text Example
White with #FE0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0174; }
p { color: rgb(254,1,116); }
H1.HeaderClassName
{
color: #FE0174;
}
.AnyTagClassName
{
color: #FE0174;
}
</style>
background-color css
<style>
a { background-color: #FE0174; }
a { background-color: rgb(254,1,116); }
div.DivClassName
{
background-color: #FE0174;
}
.BgClassName
{
background-color: #FE0174;
}
</style>
border-color css
<style>
span { border-color: #FE0174; }
span { border-color: rgb(254,1,116); }
td.TdClassName
{
border-color: #FE0174;
}
.TagClassName
{
border-color: #FE0174;
}
</style>