Shades of Deep Pink #FE1794
Tints of Deep Pink #FE1794
RGB
CMYK
RGB Variations
Color information
#FE1794 (or 0xFE1794) is known color: Deep Pink. HEX triplet: FE, 17 and 94. RGB value is (254,23,148). Sum of RGB (Red+Green+Blue) = 254+23+148=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1794 is #01E86B. Grayscale: #6A6A6A. Windows color (decimal): -125036 or 9705470. OLE color: 9705470.
HSL color Cylindrical-coordinate representation of color #FE1794: hue angle of 327.53º 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 #FE1794 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 148 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.00 |
| HSL | 327.53º | 0.99% | 0.54% | - |
| HSV(B) | 327.53º | 0.91% | 1% | - |
| XYZ | 46.52 | 23.82 | 30.16 | - |
| YUV | 106.32 | 151.53 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 148 | 0 | 0.91 | 0.42 | 0.00 | 327.53 | 0.99 | 0.54 |
| Hex | FE | 17 | 94 | 0 | 5B | 2A | 0 | 148 | 63 | 36 |
| Octal | 376 | 27 | 224 | 0 | 133 | 52 | 0 | 510 | 143 | 66 |
| Binary | 11111110 | 10111 | 10010100 | 0 | 1011011 | 101010 | 0 | 101001000 | 1100011 | 110110 |
Color Harmonies of #FE1794
Complementary color
Monochromatic Colors of #FE1794
Black with #FE1794
Text Example
Text Example
White with #FE1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1794; }
p { color: rgb(254,23,148); }
H1.HeaderClassName
{
color: #FE1794;
}
.AnyTagClassName
{
color: #FE1794;
}
</style>
background-color css
<style>
a { background-color: #FE1794; }
a { background-color: rgb(254,23,148); }
div.DivClassName
{
background-color: #FE1794;
}
.BgClassName
{
background-color: #FE1794;
}
</style>
border-color css
<style>
span { border-color: #FE1794; }
span { border-color: rgb(254,23,148); }
td.TdClassName
{
border-color: #FE1794;
}
.TagClassName
{
border-color: #FE1794;
}
</style>