Shades of Shocking Pink #FE03BD
Tints of Shocking Pink #FE03BD
RGB
CMYK
RGB Variations
Color information
#FE03BD (or 0xFE03BD) is known color: Shocking Pink. HEX triplet: FE, 03 and BD. RGB value is (254,3,189). Sum of RGB (Red+Green+Blue) = 254+3+189=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03BD is #01FC42. Grayscale: #626262. Windows color (decimal): -130115 or 12387326. OLE color: 12387326.
HSL color Cylindrical-coordinate representation of color #FE03BD: hue angle of 315.54º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE03BD is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.00 |
| HSL | 315.54º | 0.99% | 0.5% | - |
| HSV(B) | 315.54º | 0.99% | 1% | - |
| XYZ | 50.09 | 24.81 | 50.29 | - |
| YUV | 99.25 | 178.66 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 189 | 0 | 0.99 | 0.26 | 0.00 | 315.54 | 0.99 | 0.5 |
| Hex | FE | 3 | BD | 0 | 63 | 1A | 0 | 13C | 63 | 32 |
| Octal | 376 | 3 | 275 | 0 | 143 | 32 | 0 | 474 | 143 | 62 |
| Binary | 11111110 | 11 | 10111101 | 0 | 1100011 | 11010 | 0 | 100111100 | 1100011 | 110010 |
Color Harmonies of #FE03BD
Complementary color
Monochromatic Colors of #FE03BD
Black with #FE03BD
Text Example
Text Example
White with #FE03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03BD; }
p { color: rgb(254,3,189); }
H1.HeaderClassName
{
color: #FE03BD;
}
.AnyTagClassName
{
color: #FE03BD;
}
</style>
background-color css
<style>
a { background-color: #FE03BD; }
a { background-color: rgb(254,3,189); }
div.DivClassName
{
background-color: #FE03BD;
}
.BgClassName
{
background-color: #FE03BD;
}
</style>
border-color css
<style>
span { border-color: #FE03BD; }
span { border-color: rgb(254,3,189); }
td.TdClassName
{
border-color: #FE03BD;
}
.TagClassName
{
border-color: #FE03BD;
}
</style>