Shades of Shocking Pink #FE0EBF
Tints of Shocking Pink #FE0EBF
RGB
CMYK
RGB Variations
Color information
#FE0EBF (or 0xFE0EBF) is known color: Shocking Pink. HEX triplet: FE, 0E and BF. RGB value is (254,14,191). Sum of RGB (Red+Green+Blue) = 254+14+191=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0EBF is #01F140. Grayscale: #696969. Windows color (decimal): -127297 or 12521214. OLE color: 12521214.
HSL color Cylindrical-coordinate representation of color #FE0EBF: hue angle of 315.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0EBF is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 191 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.00 |
| HSL | 315.75º | 0.99% | 0.53% | - |
| HSV(B) | 315.75º | 0.94% | 1% | - |
| XYZ | 50.43 | 25.15 | 51.49 | - |
| YUV | 105.94 | 176.01 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 191 | 0 | 0.94 | 0.25 | 0.00 | 315.75 | 0.99 | 0.53 |
| Hex | FE | E | BF | 0 | 5E | 19 | 0 | 13C | 63 | 35 |
| Octal | 376 | 16 | 277 | 0 | 136 | 31 | 0 | 474 | 143 | 65 |
| Binary | 11111110 | 1110 | 10111111 | 0 | 1011110 | 11001 | 0 | 100111100 | 1100011 | 110101 |
Color Harmonies of #FE0EBF
Complementary color
Monochromatic Colors of #FE0EBF
Black with #FE0EBF
Text Example
Text Example
White with #FE0EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EBF; }
p { color: rgb(254,14,191); }
H1.HeaderClassName
{
color: #FE0EBF;
}
.AnyTagClassName
{
color: #FE0EBF;
}
</style>
background-color css
<style>
a { background-color: #FE0EBF; }
a { background-color: rgb(254,14,191); }
div.DivClassName
{
background-color: #FE0EBF;
}
.BgClassName
{
background-color: #FE0EBF;
}
</style>
border-color css
<style>
span { border-color: #FE0EBF; }
span { border-color: rgb(254,14,191); }
td.TdClassName
{
border-color: #FE0EBF;
}
.TagClassName
{
border-color: #FE0EBF;
}
</style>