Shades of Shocking Pink #FE19BA
Tints of Shocking Pink #FE19BA
RGB
CMYK
RGB Variations
Color information
#FE19BA (or 0xFE19BA) is known color: Shocking Pink. HEX triplet: FE, 19 and BA. RGB value is (254,25,186). Sum of RGB (Red+Green+Blue) = 254+25+186=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19BA is #01E645. Grayscale: #6F6F6F. Windows color (decimal): -124486 or 12196350. OLE color: 12196350.
HSL color Cylindrical-coordinate representation of color #FE19BA: hue angle of 317.82º 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 #FE19BA is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 186 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.00 |
| HSL | 317.82º | 0.99% | 0.55% | - |
| HSV(B) | 317.82º | 0.9% | 1% | - |
| XYZ | 50.08 | 25.31 | 48.7 | - |
| YUV | 111.83 | 169.87 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 186 | 0 | 0.90 | 0.27 | 0.00 | 317.82 | 0.99 | 0.55 |
| Hex | FE | 19 | BA | 0 | 5A | 1B | 0 | 13E | 63 | 37 |
| Octal | 376 | 31 | 272 | 0 | 132 | 33 | 0 | 476 | 143 | 67 |
| Binary | 11111110 | 11001 | 10111010 | 0 | 1011010 | 11011 | 0 | 100111110 | 1100011 | 110111 |
Color Harmonies of #FE19BA
Complementary color
Monochromatic Colors of #FE19BA
Black with #FE19BA
Text Example
Text Example
White with #FE19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19BA; }
p { color: rgb(254,25,186); }
H1.HeaderClassName
{
color: #FE19BA;
}
.AnyTagClassName
{
color: #FE19BA;
}
</style>
background-color css
<style>
a { background-color: #FE19BA; }
a { background-color: rgb(254,25,186); }
div.DivClassName
{
background-color: #FE19BA;
}
.BgClassName
{
background-color: #FE19BA;
}
</style>
border-color css
<style>
span { border-color: #FE19BA; }
span { border-color: rgb(254,25,186); }
td.TdClassName
{
border-color: #FE19BA;
}
.TagClassName
{
border-color: #FE19BA;
}
</style>