Shades of Shocking Pink #FE04BB
Tints of Shocking Pink #FE04BB
RGB
CMYK
RGB Variations
Color information
#FE04BB (or 0xFE04BB) is known color: Shocking Pink. HEX triplet: FE, 04 and BB. RGB value is (254,4,187). Sum of RGB (Red+Green+Blue) = 254+4+187=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04BB is #01FB44. Grayscale: #636363. Windows color (decimal): -129861 or 12256510. OLE color: 12256510.
HSL color Cylindrical-coordinate representation of color #FE04BB: hue angle of 316.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE04BB is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.00 |
| HSL | 316.08º | 0.99% | 0.51% | - |
| HSV(B) | 316.08º | 0.98% | 1% | - |
| XYZ | 49.89 | 24.75 | 49.16 | - |
| YUV | 99.61 | 177.33 | 238.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 187 | 0 | 0.98 | 0.26 | 0.00 | 316.08 | 0.99 | 0.51 |
| Hex | FE | 4 | BB | 0 | 62 | 1A | 0 | 13C | 63 | 33 |
| Octal | 376 | 4 | 273 | 0 | 142 | 32 | 0 | 474 | 143 | 63 |
| Binary | 11111110 | 100 | 10111011 | 0 | 1100010 | 11010 | 0 | 100111100 | 1100011 | 110011 |
Color Harmonies of #FE04BB
Complementary color
Monochromatic Colors of #FE04BB
Black with #FE04BB
Text Example
Text Example
White with #FE04BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04BB; }
p { color: rgb(254,4,187); }
H1.HeaderClassName
{
color: #FE04BB;
}
.AnyTagClassName
{
color: #FE04BB;
}
</style>
background-color css
<style>
a { background-color: #FE04BB; }
a { background-color: rgb(254,4,187); }
div.DivClassName
{
background-color: #FE04BB;
}
.BgClassName
{
background-color: #FE04BB;
}
</style>
border-color css
<style>
span { border-color: #FE04BB; }
span { border-color: rgb(254,4,187); }
td.TdClassName
{
border-color: #FE04BB;
}
.TagClassName
{
border-color: #FE04BB;
}
</style>