Shades of Deep Pink #FE197C
Tints of Deep Pink #FE197C
RGB
CMYK
RGB Variations
Color information
#FE197C (or 0xFE197C) is known color: Deep Pink. HEX triplet: FE, 19 and 7C. RGB value is (254,25,124). Sum of RGB (Red+Green+Blue) = 254+25+124=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE197C is #01E683. Grayscale: #686868. Windows color (decimal): -124548 or 8133118. OLE color: 8133118.
HSL color Cylindrical-coordinate representation of color #FE197C: hue angle of 334.06º 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 #FE197C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 124 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.00 |
| HSL | 334.06º | 0.99% | 0.55% | - |
| HSV(B) | 334.06º | 0.9% | 1% | - |
| XYZ | 44.86 | 23.22 | 21.19 | - |
| YUV | 104.76 | 138.87 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 124 | 0 | 0.90 | 0.51 | 0.00 | 334.06 | 0.99 | 0.55 |
| Hex | FE | 19 | 7C | 0 | 5A | 33 | 0 | 14E | 63 | 37 |
| Octal | 376 | 31 | 174 | 0 | 132 | 63 | 0 | 516 | 143 | 67 |
| Binary | 11111110 | 11001 | 1111100 | 0 | 1011010 | 110011 | 0 | 101001110 | 1100011 | 110111 |
Color Harmonies of #FE197C
Complementary color
Monochromatic Colors of #FE197C
Black with #FE197C
Text Example
Text Example
White with #FE197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE197C; }
p { color: rgb(254,25,124); }
H1.HeaderClassName
{
color: #FE197C;
}
.AnyTagClassName
{
color: #FE197C;
}
</style>
background-color css
<style>
a { background-color: #FE197C; }
a { background-color: rgb(254,25,124); }
div.DivClassName
{
background-color: #FE197C;
}
.BgClassName
{
background-color: #FE197C;
}
</style>
border-color css
<style>
span { border-color: #FE197C; }
span { border-color: rgb(254,25,124); }
td.TdClassName
{
border-color: #FE197C;
}
.TagClassName
{
border-color: #FE197C;
}
</style>