Shades of Shocking Pink #FE04BE
Tints of Shocking Pink #FE04BE
RGB
CMYK
RGB Variations
Color information
#FE04BE (or 0xFE04BE) is known color: Shocking Pink. HEX triplet: FE, 04 and BE. RGB value is (254,4,190). Sum of RGB (Red+Green+Blue) = 254+4+190=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04BE is #01FB41. Grayscale: #636363. Windows color (decimal): -129858 or 12453118. OLE color: 12453118.
HSL color Cylindrical-coordinate representation of color #FE04BE: hue angle of 315.36º 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 #FE04BE is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.00 |
| HSL | 315.36º | 0.99% | 0.51% | - |
| HSV(B) | 315.36º | 0.98% | 1% | - |
| XYZ | 50.21 | 24.88 | 50.87 | - |
| YUV | 99.95 | 178.83 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 190 | 0 | 0.98 | 0.25 | 0.00 | 315.36 | 0.99 | 0.51 |
| Hex | FE | 4 | BE | 0 | 62 | 19 | 0 | 13B | 63 | 33 |
| Octal | 376 | 4 | 276 | 0 | 142 | 31 | 0 | 473 | 143 | 63 |
| Binary | 11111110 | 100 | 10111110 | 0 | 1100010 | 11001 | 0 | 100111011 | 1100011 | 110011 |
Color Harmonies of #FE04BE
Complementary color
Monochromatic Colors of #FE04BE
Black with #FE04BE
Text Example
Text Example
White with #FE04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04BE; }
p { color: rgb(254,4,190); }
H1.HeaderClassName
{
color: #FE04BE;
}
.AnyTagClassName
{
color: #FE04BE;
}
</style>
background-color css
<style>
a { background-color: #FE04BE; }
a { background-color: rgb(254,4,190); }
div.DivClassName
{
background-color: #FE04BE;
}
.BgClassName
{
background-color: #FE04BE;
}
</style>
border-color css
<style>
span { border-color: #FE04BE; }
span { border-color: rgb(254,4,190); }
td.TdClassName
{
border-color: #FE04BE;
}
.TagClassName
{
border-color: #FE04BE;
}
</style>