Shades of Shocking Pink #FE00BD
Tints of Shocking Pink #FE00BD
RGB
CMYK
RGB Variations
Color information
#FE00BD (or 0xFE00BD) is known color: Shocking Pink. HEX triplet: FE, 00 and BD. RGB value is (254,0,189). Sum of RGB (Red+Green+Blue) = 254+0+189=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00BD is #01FF42. Grayscale: #606060. Windows color (decimal): -130883 or 12386558. OLE color: 12386558.
HSL color Cylindrical-coordinate representation of color #FE00BD: hue angle of 315.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00BD is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.26 | 0.00 |
| HSL | 315.35º | 1% | 0.5% | - |
| HSV(B) | 315.35º | 1% | 1% | - |
| XYZ | 50.06 | 24.74 | 50.28 | - |
| YUV | 97.49 | 179.65 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 189 | 0 | 1 | 0.26 | 0.00 | 315.35 | 1 | 0.5 |
| Hex | FE | 0 | BD | 0 | 64 | 1A | 0 | 13B | 64 | 32 |
| Octal | 376 | 0 | 275 | 0 | 144 | 32 | 0 | 473 | 144 | 62 |
| Binary | 11111110 | 0 | 10111101 | 0 | 1100100 | 11010 | 0 | 100111011 | 1100100 | 110010 |
Color Harmonies of #FE00BD
Complementary color
Monochromatic Colors of #FE00BD
Black with #FE00BD
Text Example
Text Example
White with #FE00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00BD; }
p { color: rgb(254,0,189); }
H1.HeaderClassName
{
color: #FE00BD;
}
.AnyTagClassName
{
color: #FE00BD;
}
</style>
background-color css
<style>
a { background-color: #FE00BD; }
a { background-color: rgb(254,0,189); }
div.DivClassName
{
background-color: #FE00BD;
}
.BgClassName
{
background-color: #FE00BD;
}
</style>
border-color css
<style>
span { border-color: #FE00BD; }
span { border-color: rgb(254,0,189); }
td.TdClassName
{
border-color: #FE00BD;
}
.TagClassName
{
border-color: #FE00BD;
}
</style>