Shades of Shocking Pink #FE05BC
Tints of Shocking Pink #FE05BC
RGB
CMYK
RGB Variations
Color information
#FE05BC (or 0xFE05BC) is known color: Shocking Pink. HEX triplet: FE, 05 and BC. RGB value is (254,5,188). Sum of RGB (Red+Green+Blue) = 254+5+188=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05BC is #01FA43. Grayscale: #636363. Windows color (decimal): -129604 or 12322302. OLE color: 12322302.
HSL color Cylindrical-coordinate representation of color #FE05BC: hue angle of 315.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05BC is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.00 |
| HSL | 315.9º | 0.99% | 0.51% | - |
| HSV(B) | 315.9º | 0.98% | 1% | - |
| XYZ | 50 | 24.81 | 49.73 | - |
| YUV | 100.31 | 177.49 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 188 | 0 | 0.98 | 0.26 | 0.00 | 315.9 | 0.99 | 0.51 |
| Hex | FE | 5 | BC | 0 | 62 | 1A | 0 | 13C | 63 | 33 |
| Octal | 376 | 5 | 274 | 0 | 142 | 32 | 0 | 474 | 143 | 63 |
| Binary | 11111110 | 101 | 10111100 | 0 | 1100010 | 11010 | 0 | 100111100 | 1100011 | 110011 |
Color Harmonies of #FE05BC
Complementary color
Monochromatic Colors of #FE05BC
Black with #FE05BC
Text Example
Text Example
White with #FE05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05BC; }
p { color: rgb(254,5,188); }
H1.HeaderClassName
{
color: #FE05BC;
}
.AnyTagClassName
{
color: #FE05BC;
}
</style>
background-color css
<style>
a { background-color: #FE05BC; }
a { background-color: rgb(254,5,188); }
div.DivClassName
{
background-color: #FE05BC;
}
.BgClassName
{
background-color: #FE05BC;
}
</style>
border-color css
<style>
span { border-color: #FE05BC; }
span { border-color: rgb(254,5,188); }
td.TdClassName
{
border-color: #FE05BC;
}
.TagClassName
{
border-color: #FE05BC;
}
</style>