Shades of Shocking Pink #FE01BC
Tints of Shocking Pink #FE01BC
RGB
CMYK
RGB Variations
Color information
#FE01BC (or 0xFE01BC) is known color: Shocking Pink. HEX triplet: FE, 01 and BC. RGB value is (254,1,188). Sum of RGB (Red+Green+Blue) = 254+1+188=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01BC is #01FE43. Grayscale: #616161. Windows color (decimal): -130628 or 12321278. OLE color: 12321278.
HSL color Cylindrical-coordinate representation of color #FE01BC: hue angle of 315.65º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01BC is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.00 |
| HSL | 315.65º | 0.99% | 0.5% | - |
| HSV(B) | 315.65º | 1% | 1% | - |
| XYZ | 49.96 | 24.72 | 49.72 | - |
| YUV | 97.97 | 178.82 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 188 | 0 | 1.00 | 0.26 | 0.00 | 315.65 | 0.99 | 0.5 |
| Hex | FE | 1 | BC | 0 | 64 | 1A | 0 | 13C | 63 | 32 |
| Octal | 376 | 1 | 274 | 0 | 144 | 32 | 0 | 474 | 143 | 62 |
| Binary | 11111110 | 1 | 10111100 | 0 | 1100100 | 11010 | 0 | 100111100 | 1100011 | 110010 |
Color Harmonies of #FE01BC
Complementary color
Monochromatic Colors of #FE01BC
Black with #FE01BC
Text Example
Text Example
White with #FE01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01BC; }
p { color: rgb(254,1,188); }
H1.HeaderClassName
{
color: #FE01BC;
}
.AnyTagClassName
{
color: #FE01BC;
}
</style>
background-color css
<style>
a { background-color: #FE01BC; }
a { background-color: rgb(254,1,188); }
div.DivClassName
{
background-color: #FE01BC;
}
.BgClassName
{
background-color: #FE01BC;
}
</style>
border-color css
<style>
span { border-color: #FE01BC; }
span { border-color: rgb(254,1,188); }
td.TdClassName
{
border-color: #FE01BC;
}
.TagClassName
{
border-color: #FE01BC;
}
</style>