Shades of Shocking Pink #FE08B2
Tints of Shocking Pink #FE08B2
RGB
CMYK
RGB Variations
Color information
#FE08B2 (or 0xFE08B2) is known color: Shocking Pink. HEX triplet: FE, 08 and B2. RGB value is (254,8,178). Sum of RGB (Red+Green+Blue) = 254+8+178=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE08B2 is #01F74D. Grayscale: #646464. Windows color (decimal): -128846 or 11667710. OLE color: 11667710.
HSL color Cylindrical-coordinate representation of color #FE08B2: hue angle of 318.54º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE08B2 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 178 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.00 |
| HSL | 318.54º | 0.99% | 0.51% | - |
| HSV(B) | 318.54º | 0.97% | 1% | - |
| XYZ | 49 | 24.46 | 44.26 | - |
| YUV | 100.93 | 171.5 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 178 | 0 | 0.97 | 0.30 | 0.00 | 318.54 | 0.99 | 0.51 |
| Hex | FE | 8 | B2 | 0 | 61 | 1E | 0 | 13F | 63 | 33 |
| Octal | 376 | 10 | 262 | 0 | 141 | 36 | 0 | 477 | 143 | 63 |
| Binary | 11111110 | 1000 | 10110010 | 0 | 1100001 | 11110 | 0 | 100111111 | 1100011 | 110011 |
Color Harmonies of #FE08B2
Complementary color
Monochromatic Colors of #FE08B2
Black with #FE08B2
Text Example
Text Example
White with #FE08B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08B2; }
p { color: rgb(254,8,178); }
H1.HeaderClassName
{
color: #FE08B2;
}
.AnyTagClassName
{
color: #FE08B2;
}
</style>
background-color css
<style>
a { background-color: #FE08B2; }
a { background-color: rgb(254,8,178); }
div.DivClassName
{
background-color: #FE08B2;
}
.BgClassName
{
background-color: #FE08B2;
}
</style>
border-color css
<style>
span { border-color: #FE08B2; }
span { border-color: rgb(254,8,178); }
td.TdClassName
{
border-color: #FE08B2;
}
.TagClassName
{
border-color: #FE08B2;
}
</style>