Shades of Shocking Pink #FE03B5
Tints of Shocking Pink #FE03B5
RGB
CMYK
RGB Variations
Color information
#FE03B5 (or 0xFE03B5) is known color: Shocking Pink. HEX triplet: FE, 03 and B5. RGB value is (254,3,181). Sum of RGB (Red+Green+Blue) = 254+3+181=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03B5 is #01FC4A. Grayscale: #616161. Windows color (decimal): -130123 or 11863038. OLE color: 11863038.
HSL color Cylindrical-coordinate representation of color #FE03B5: hue angle of 317.45º 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 #FE03B5 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 181 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.00 |
| HSL | 317.45º | 0.99% | 0.5% | - |
| HSV(B) | 317.45º | 0.99% | 1% | - |
| XYZ | 49.25 | 24.47 | 45.84 | - |
| YUV | 98.34 | 174.66 | 239.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 181 | 0 | 0.99 | 0.29 | 0.00 | 317.45 | 0.99 | 0.5 |
| Hex | FE | 3 | B5 | 0 | 63 | 1D | 0 | 13D | 63 | 32 |
| Octal | 376 | 3 | 265 | 0 | 143 | 35 | 0 | 475 | 143 | 62 |
| Binary | 11111110 | 11 | 10110101 | 0 | 1100011 | 11101 | 0 | 100111101 | 1100011 | 110010 |
Color Harmonies of #FE03B5
Complementary color
Monochromatic Colors of #FE03B5
Black with #FE03B5
Text Example
Text Example
White with #FE03B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03B5; }
p { color: rgb(254,3,181); }
H1.HeaderClassName
{
color: #FE03B5;
}
.AnyTagClassName
{
color: #FE03B5;
}
</style>
background-color css
<style>
a { background-color: #FE03B5; }
a { background-color: rgb(254,3,181); }
div.DivClassName
{
background-color: #FE03B5;
}
.BgClassName
{
background-color: #FE03B5;
}
</style>
border-color css
<style>
span { border-color: #FE03B5; }
span { border-color: rgb(254,3,181); }
td.TdClassName
{
border-color: #FE03B5;
}
.TagClassName
{
border-color: #FE03B5;
}
</style>