Shades of Shocking Pink #FE02B8
Tints of Shocking Pink #FE02B8
RGB
CMYK
RGB Variations
Color information
#FE02B8 (or 0xFE02B8) is known color: Shocking Pink. HEX triplet: FE, 02 and B8. RGB value is (254,2,184). Sum of RGB (Red+Green+Blue) = 254+2+184=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02B8 is #01FD47. Grayscale: #616161. Windows color (decimal): -130376 or 12059390. OLE color: 12059390.
HSL color Cylindrical-coordinate representation of color #FE02B8: hue angle of 316.67º 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 #FE02B8 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 184 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.00 |
| HSL | 316.67º | 0.99% | 0.5% | - |
| HSV(B) | 316.67º | 0.99% | 1% | - |
| XYZ | 49.55 | 24.57 | 47.48 | - |
| YUV | 98.1 | 176.49 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 184 | 0 | 0.99 | 0.28 | 0.00 | 316.67 | 0.99 | 0.5 |
| Hex | FE | 2 | B8 | 0 | 63 | 1C | 0 | 13D | 63 | 32 |
| Octal | 376 | 2 | 270 | 0 | 143 | 34 | 0 | 475 | 143 | 62 |
| Binary | 11111110 | 10 | 10111000 | 0 | 1100011 | 11100 | 0 | 100111101 | 1100011 | 110010 |
Color Harmonies of #FE02B8
Complementary color
Monochromatic Colors of #FE02B8
Black with #FE02B8
Text Example
Text Example
White with #FE02B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02B8; }
p { color: rgb(254,2,184); }
H1.HeaderClassName
{
color: #FE02B8;
}
.AnyTagClassName
{
color: #FE02B8;
}
</style>
background-color css
<style>
a { background-color: #FE02B8; }
a { background-color: rgb(254,2,184); }
div.DivClassName
{
background-color: #FE02B8;
}
.BgClassName
{
background-color: #FE02B8;
}
</style>
border-color css
<style>
span { border-color: #FE02B8; }
span { border-color: rgb(254,2,184); }
td.TdClassName
{
border-color: #FE02B8;
}
.TagClassName
{
border-color: #FE02B8;
}
</style>