Shades of Shocking Pink #FE03B8
Tints of Shocking Pink #FE03B8
RGB
CMYK
RGB Variations
Color information
#FE03B8 (or 0xFE03B8) is known color: Shocking Pink. HEX triplet: FE, 03 and B8. RGB value is (254,3,184). Sum of RGB (Red+Green+Blue) = 254+3+184=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03B8 is #01FC47. Grayscale: #626262. Windows color (decimal): -130120 or 12059646. OLE color: 12059646.
HSL color Cylindrical-coordinate representation of color #FE03B8: hue angle of 316.73º 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 #FE03B8 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 184 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.00 |
| HSL | 316.73º | 0.99% | 0.5% | - |
| HSV(B) | 316.73º | 0.99% | 1% | - |
| XYZ | 49.56 | 24.6 | 47.48 | - |
| YUV | 98.68 | 176.16 | 238.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 184 | 0 | 0.99 | 0.28 | 0.00 | 316.73 | 0.99 | 0.5 |
| Hex | FE | 3 | B8 | 0 | 63 | 1C | 0 | 13D | 63 | 32 |
| Octal | 376 | 3 | 270 | 0 | 143 | 34 | 0 | 475 | 143 | 62 |
| Binary | 11111110 | 11 | 10111000 | 0 | 1100011 | 11100 | 0 | 100111101 | 1100011 | 110010 |
Color Harmonies of #FE03B8
Complementary color
Monochromatic Colors of #FE03B8
Black with #FE03B8
Text Example
Text Example
White with #FE03B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03B8; }
p { color: rgb(254,3,184); }
H1.HeaderClassName
{
color: #FE03B8;
}
.AnyTagClassName
{
color: #FE03B8;
}
</style>
background-color css
<style>
a { background-color: #FE03B8; }
a { background-color: rgb(254,3,184); }
div.DivClassName
{
background-color: #FE03B8;
}
.BgClassName
{
background-color: #FE03B8;
}
</style>
border-color css
<style>
span { border-color: #FE03B8; }
span { border-color: rgb(254,3,184); }
td.TdClassName
{
border-color: #FE03B8;
}
.TagClassName
{
border-color: #FE03B8;
}
</style>