Shades of Shocking Pink #FE03BB
Tints of Shocking Pink #FE03BB
RGB
CMYK
RGB Variations
Color information
#FE03BB (or 0xFE03BB) is known color: Shocking Pink. HEX triplet: FE, 03 and BB. RGB value is (254,3,187). Sum of RGB (Red+Green+Blue) = 254+3+187=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03BB is #01FC44. Grayscale: #626262. Windows color (decimal): -130117 or 12256254. OLE color: 12256254.
HSL color Cylindrical-coordinate representation of color #FE03BB: hue angle of 316.02º 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 #FE03BB is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 187 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.00 |
| HSL | 316.02º | 0.99% | 0.5% | - |
| HSV(B) | 316.02º | 0.99% | 1% | - |
| XYZ | 49.88 | 24.72 | 49.16 | - |
| YUV | 99.03 | 177.66 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 187 | 0 | 0.99 | 0.26 | 0.00 | 316.02 | 0.99 | 0.5 |
| Hex | FE | 3 | BB | 0 | 63 | 1A | 0 | 13C | 63 | 32 |
| Octal | 376 | 3 | 273 | 0 | 143 | 32 | 0 | 474 | 143 | 62 |
| Binary | 11111110 | 11 | 10111011 | 0 | 1100011 | 11010 | 0 | 100111100 | 1100011 | 110010 |
Color Harmonies of #FE03BB
Complementary color
Monochromatic Colors of #FE03BB
Black with #FE03BB
Text Example
Text Example
White with #FE03BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03BB; }
p { color: rgb(254,3,187); }
H1.HeaderClassName
{
color: #FE03BB;
}
.AnyTagClassName
{
color: #FE03BB;
}
</style>
background-color css
<style>
a { background-color: #FE03BB; }
a { background-color: rgb(254,3,187); }
div.DivClassName
{
background-color: #FE03BB;
}
.BgClassName
{
background-color: #FE03BB;
}
</style>
border-color css
<style>
span { border-color: #FE03BB; }
span { border-color: rgb(254,3,187); }
td.TdClassName
{
border-color: #FE03BB;
}
.TagClassName
{
border-color: #FE03BB;
}
</style>