Shades of Deep Pink #FE197A
Tints of Deep Pink #FE197A
RGB
CMYK
RGB Variations
Color information
#FE197A (or 0xFE197A) is known color: Deep Pink. HEX triplet: FE, 19 and 7A. RGB value is (254,25,122). Sum of RGB (Red+Green+Blue) = 254+25+122=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE197A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE197A is #01E685. Grayscale: #686868. Windows color (decimal): -124550 or 8002046. OLE color: 8002046.
HSL color Cylindrical-coordinate representation of color #FE197A: hue angle of 334.59º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE197A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 122 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.00 |
| HSL | 334.59º | 0.99% | 0.55% | - |
| HSV(B) | 334.59º | 0.9% | 1% | - |
| XYZ | 44.73 | 23.17 | 20.53 | - |
| YUV | 104.53 | 137.87 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 122 | 0 | 0.90 | 0.52 | 0.00 | 334.59 | 0.99 | 0.55 |
| Hex | FE | 19 | 7A | 0 | 5A | 34 | 0 | 14F | 63 | 37 |
| Octal | 376 | 31 | 172 | 0 | 132 | 64 | 0 | 517 | 143 | 67 |
| Binary | 11111110 | 11001 | 1111010 | 0 | 1011010 | 110100 | 0 | 101001111 | 1100011 | 110111 |
Color Harmonies of #FE197A
Complementary color
Monochromatic Colors of #FE197A
Black with #FE197A
Text Example
Text Example
White with #FE197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE197A; }
p { color: rgb(254,25,122); }
H1.HeaderClassName
{
color: #FE197A;
}
.AnyTagClassName
{
color: #FE197A;
}
</style>
background-color css
<style>
a { background-color: #FE197A; }
a { background-color: rgb(254,25,122); }
div.DivClassName
{
background-color: #FE197A;
}
.BgClassName
{
background-color: #FE197A;
}
</style>
border-color css
<style>
span { border-color: #FE197A; }
span { border-color: rgb(254,25,122); }
td.TdClassName
{
border-color: #FE197A;
}
.TagClassName
{
border-color: #FE197A;
}
</style>