Shades of Shocking Pink #FE04B5
Tints of Shocking Pink #FE04B5
RGB
CMYK
RGB Variations
Color information
#FE04B5 (or 0xFE04B5) is known color: Shocking Pink. HEX triplet: FE, 04 and B5. RGB value is (254,4,181). Sum of RGB (Red+Green+Blue) = 254+4+181=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04B5 is #01FB4A. Grayscale: #626262. Windows color (decimal): -129867 or 11863294. OLE color: 11863294.
HSL color Cylindrical-coordinate representation of color #FE04B5: hue angle of 317.52º 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 #FE04B5 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.00 |
| HSL | 317.52º | 0.99% | 0.51% | - |
| HSV(B) | 317.52º | 0.98% | 1% | - |
| XYZ | 49.26 | 24.49 | 45.85 | - |
| YUV | 98.93 | 174.33 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 181 | 0 | 0.98 | 0.29 | 0.00 | 317.52 | 0.99 | 0.51 |
| Hex | FE | 4 | B5 | 0 | 62 | 1D | 0 | 13E | 63 | 33 |
| Octal | 376 | 4 | 265 | 0 | 142 | 35 | 0 | 476 | 143 | 63 |
| Binary | 11111110 | 100 | 10110101 | 0 | 1100010 | 11101 | 0 | 100111110 | 1100011 | 110011 |
Color Harmonies of #FE04B5
Complementary color
Monochromatic Colors of #FE04B5
Black with #FE04B5
Text Example
Text Example
White with #FE04B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04B5; }
p { color: rgb(254,4,181); }
H1.HeaderClassName
{
color: #FE04B5;
}
.AnyTagClassName
{
color: #FE04B5;
}
</style>
background-color css
<style>
a { background-color: #FE04B5; }
a { background-color: rgb(254,4,181); }
div.DivClassName
{
background-color: #FE04B5;
}
.BgClassName
{
background-color: #FE04B5;
}
</style>
border-color css
<style>
span { border-color: #FE04B5; }
span { border-color: rgb(254,4,181); }
td.TdClassName
{
border-color: #FE04B5;
}
.TagClassName
{
border-color: #FE04B5;
}
</style>