Shades of Shocking Pink #FE05BA
Tints of Shocking Pink #FE05BA
RGB
CMYK
RGB Variations
Color information
#FE05BA (or 0xFE05BA) is known color: Shocking Pink. HEX triplet: FE, 05 and BA. RGB value is (254,5,186). Sum of RGB (Red+Green+Blue) = 254+5+186=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05BA is #01FA45. Grayscale: #636363. Windows color (decimal): -129606 or 12191230. OLE color: 12191230.
HSL color Cylindrical-coordinate representation of color #FE05BA: hue angle of 316.39º 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 #FE05BA is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.00 |
| HSL | 316.39º | 0.99% | 0.51% | - |
| HSV(B) | 316.39º | 0.98% | 1% | - |
| XYZ | 49.79 | 24.72 | 48.6 | - |
| YUV | 100.09 | 176.49 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 186 | 0 | 0.98 | 0.27 | 0.00 | 316.39 | 0.99 | 0.51 |
| Hex | FE | 5 | BA | 0 | 62 | 1B | 0 | 13C | 63 | 33 |
| Octal | 376 | 5 | 272 | 0 | 142 | 33 | 0 | 474 | 143 | 63 |
| Binary | 11111110 | 101 | 10111010 | 0 | 1100010 | 11011 | 0 | 100111100 | 1100011 | 110011 |
Color Harmonies of #FE05BA
Complementary color
Monochromatic Colors of #FE05BA
Black with #FE05BA
Text Example
Text Example
White with #FE05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05BA; }
p { color: rgb(254,5,186); }
H1.HeaderClassName
{
color: #FE05BA;
}
.AnyTagClassName
{
color: #FE05BA;
}
</style>
background-color css
<style>
a { background-color: #FE05BA; }
a { background-color: rgb(254,5,186); }
div.DivClassName
{
background-color: #FE05BA;
}
.BgClassName
{
background-color: #FE05BA;
}
</style>
border-color css
<style>
span { border-color: #FE05BA; }
span { border-color: rgb(254,5,186); }
td.TdClassName
{
border-color: #FE05BA;
}
.TagClassName
{
border-color: #FE05BA;
}
</style>