Shades of Shocking Pink #FE02BB
Tints of Shocking Pink #FE02BB
RGB
CMYK
RGB Variations
Color information
#FE02BB (or 0xFE02BB) is known color: Shocking Pink. HEX triplet: FE, 02 and BB. RGB value is (254,2,187). Sum of RGB (Red+Green+Blue) = 254+2+187=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02BB is #01FD44. Grayscale: #616161. Windows color (decimal): -130373 or 12255998. OLE color: 12255998.
HSL color Cylindrical-coordinate representation of color #FE02BB: hue angle of 315.95º 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 #FE02BB is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.00 |
| HSL | 315.95º | 0.99% | 0.5% | - |
| HSV(B) | 315.95º | 0.99% | 1% | - |
| XYZ | 49.86 | 24.7 | 49.15 | - |
| YUV | 98.44 | 177.99 | 238.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 187 | 0 | 0.99 | 0.26 | 0.00 | 315.95 | 0.99 | 0.5 |
| Hex | FE | 2 | BB | 0 | 63 | 1A | 0 | 13C | 63 | 32 |
| Octal | 376 | 2 | 273 | 0 | 143 | 32 | 0 | 474 | 143 | 62 |
| Binary | 11111110 | 10 | 10111011 | 0 | 1100011 | 11010 | 0 | 100111100 | 1100011 | 110010 |
Color Harmonies of #FE02BB
Complementary color
Monochromatic Colors of #FE02BB
Black with #FE02BB
Text Example
Text Example
White with #FE02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02BB; }
p { color: rgb(254,2,187); }
H1.HeaderClassName
{
color: #FE02BB;
}
.AnyTagClassName
{
color: #FE02BB;
}
</style>
background-color css
<style>
a { background-color: #FE02BB; }
a { background-color: rgb(254,2,187); }
div.DivClassName
{
background-color: #FE02BB;
}
.BgClassName
{
background-color: #FE02BB;
}
</style>
border-color css
<style>
span { border-color: #FE02BB; }
span { border-color: rgb(254,2,187); }
td.TdClassName
{
border-color: #FE02BB;
}
.TagClassName
{
border-color: #FE02BB;
}
</style>