Shades of Deep Pink #FE0074
Tints of Deep Pink #FE0074
RGB
CMYK
RGB Variations
Color information
#FE0074 (or 0xFE0074) is known color: Deep Pink. HEX triplet: FE, 00 and 74. RGB value is (254,0,116). Sum of RGB (Red+Green+Blue) = 254+0+116=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0074 is #01FF8B. Grayscale: #585858. Windows color (decimal): -130956 or 7602430. OLE color: 7602430.
HSL color Cylindrical-coordinate representation of color #FE0074: hue angle of 332.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0074 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.54 | 0.00 |
| HSL | 332.6º | 1% | 0.5% | - |
| HSV(B) | 332.6º | 1% | 1% | - |
| XYZ | 44.03 | 22.33 | 18.51 | - |
| YUV | 89.17 | 143.15 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 116 | 0 | 1 | 0.54 | 0.00 | 332.6 | 1 | 0.5 |
| Hex | FE | 0 | 74 | 0 | 64 | 36 | 0 | 14D | 64 | 32 |
| Octal | 376 | 0 | 164 | 0 | 144 | 66 | 0 | 515 | 144 | 62 |
| Binary | 11111110 | 0 | 1110100 | 0 | 1100100 | 110110 | 0 | 101001101 | 1100100 | 110010 |
Color Harmonies of #FE0074
Complementary color
Monochromatic Colors of #FE0074
Black with #FE0074
Text Example
Text Example
White with #FE0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0074; }
p { color: rgb(254,0,116); }
H1.HeaderClassName
{
color: #FE0074;
}
.AnyTagClassName
{
color: #FE0074;
}
</style>
background-color css
<style>
a { background-color: #FE0074; }
a { background-color: rgb(254,0,116); }
div.DivClassName
{
background-color: #FE0074;
}
.BgClassName
{
background-color: #FE0074;
}
</style>
border-color css
<style>
span { border-color: #FE0074; }
span { border-color: rgb(254,0,116); }
td.TdClassName
{
border-color: #FE0074;
}
.TagClassName
{
border-color: #FE0074;
}
</style>