Shades of Deep Pink #FE198B
Tints of Deep Pink #FE198B
RGB
CMYK
RGB Variations
Color information
#FE198B (or 0xFE198B) is known color: Deep Pink. HEX triplet: FE, 19 and 8B. RGB value is (254,25,139). Sum of RGB (Red+Green+Blue) = 254+25+139=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE198B is #01E674. Grayscale: #6A6A6A. Windows color (decimal): -124533 or 9116158. OLE color: 9116158.
HSL color Cylindrical-coordinate representation of color #FE198B: hue angle of 330.13º 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 #FE198B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 139 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.00 |
| HSL | 330.13º | 0.99% | 0.55% | - |
| HSV(B) | 330.13º | 0.9% | 1% | - |
| XYZ | 45.88 | 23.63 | 26.57 | - |
| YUV | 106.47 | 146.37 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 139 | 0 | 0.90 | 0.45 | 0.00 | 330.13 | 0.99 | 0.55 |
| Hex | FE | 19 | 8B | 0 | 5A | 2D | 0 | 14A | 63 | 37 |
| Octal | 376 | 31 | 213 | 0 | 132 | 55 | 0 | 512 | 143 | 67 |
| Binary | 11111110 | 11001 | 10001011 | 0 | 1011010 | 101101 | 0 | 101001010 | 1100011 | 110111 |
Color Harmonies of #FE198B
Complementary color
Monochromatic Colors of #FE198B
Black with #FE198B
Text Example
Text Example
White with #FE198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE198B; }
p { color: rgb(254,25,139); }
H1.HeaderClassName
{
color: #FE198B;
}
.AnyTagClassName
{
color: #FE198B;
}
</style>
background-color css
<style>
a { background-color: #FE198B; }
a { background-color: rgb(254,25,139); }
div.DivClassName
{
background-color: #FE198B;
}
.BgClassName
{
background-color: #FE198B;
}
</style>
border-color css
<style>
span { border-color: #FE198B; }
span { border-color: rgb(254,25,139); }
td.TdClassName
{
border-color: #FE198B;
}
.TagClassName
{
border-color: #FE198B;
}
</style>