Shades of Deep Pink #FE197B
Tints of Deep Pink #FE197B
RGB
CMYK
RGB Variations
Color information
#FE197B (or 0xFE197B) is known color: Deep Pink. HEX triplet: FE, 19 and 7B. RGB value is (254,25,123). Sum of RGB (Red+Green+Blue) = 254+25+123=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE197B is #01E684. Grayscale: #686868. Windows color (decimal): -124549 or 8067582. OLE color: 8067582.
HSL color Cylindrical-coordinate representation of color #FE197B: hue angle of 334.32º 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 #FE197B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 123 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.00 |
| HSL | 334.32º | 0.99% | 0.55% | - |
| HSV(B) | 334.32º | 0.9% | 1% | - |
| XYZ | 44.8 | 23.2 | 20.86 | - |
| YUV | 104.64 | 138.37 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 123 | 0 | 0.90 | 0.52 | 0.00 | 334.32 | 0.99 | 0.55 |
| Hex | FE | 19 | 7B | 0 | 5A | 34 | 0 | 14E | 63 | 37 |
| Octal | 376 | 31 | 173 | 0 | 132 | 64 | 0 | 516 | 143 | 67 |
| Binary | 11111110 | 11001 | 1111011 | 0 | 1011010 | 110100 | 0 | 101001110 | 1100011 | 110111 |
Color Harmonies of #FE197B
Complementary color
Monochromatic Colors of #FE197B
Black with #FE197B
Text Example
Text Example
White with #FE197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE197B; }
p { color: rgb(254,25,123); }
H1.HeaderClassName
{
color: #FE197B;
}
.AnyTagClassName
{
color: #FE197B;
}
</style>
background-color css
<style>
a { background-color: #FE197B; }
a { background-color: rgb(254,25,123); }
div.DivClassName
{
background-color: #FE197B;
}
.BgClassName
{
background-color: #FE197B;
}
</style>
border-color css
<style>
span { border-color: #FE197B; }
span { border-color: rgb(254,25,123); }
td.TdClassName
{
border-color: #FE197B;
}
.TagClassName
{
border-color: #FE197B;
}
</style>