Shades of Shocking Pink #FE10B8
Tints of Shocking Pink #FE10B8
RGB
CMYK
RGB Variations
Color information
#FE10B8 (or 0xFE10B8) is known color: Shocking Pink. HEX triplet: FE, 10 and B8. RGB value is (254,16,184). Sum of RGB (Red+Green+Blue) = 254+16+184=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10B8 is #01EF47. Grayscale: #696969. Windows color (decimal): -126792 or 12062974. OLE color: 12062974.
HSL color Cylindrical-coordinate representation of color #FE10B8: hue angle of 317.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE10B8 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 184 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.00 |
| HSL | 317.65º | 0.99% | 0.53% | - |
| HSV(B) | 317.65º | 0.94% | 1% | - |
| XYZ | 49.71 | 24.9 | 47.53 | - |
| YUV | 106.31 | 171.85 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 184 | 0 | 0.94 | 0.28 | 0.00 | 317.65 | 0.99 | 0.53 |
| Hex | FE | 10 | B8 | 0 | 5E | 1C | 0 | 13E | 63 | 35 |
| Octal | 376 | 20 | 270 | 0 | 136 | 34 | 0 | 476 | 143 | 65 |
| Binary | 11111110 | 10000 | 10111000 | 0 | 1011110 | 11100 | 0 | 100111110 | 1100011 | 110101 |
Color Harmonies of #FE10B8
Complementary color
Monochromatic Colors of #FE10B8
Black with #FE10B8
Text Example
Text Example
White with #FE10B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10B8; }
p { color: rgb(254,16,184); }
H1.HeaderClassName
{
color: #FE10B8;
}
.AnyTagClassName
{
color: #FE10B8;
}
</style>
background-color css
<style>
a { background-color: #FE10B8; }
a { background-color: rgb(254,16,184); }
div.DivClassName
{
background-color: #FE10B8;
}
.BgClassName
{
background-color: #FE10B8;
}
</style>
border-color css
<style>
span { border-color: #FE10B8; }
span { border-color: rgb(254,16,184); }
td.TdClassName
{
border-color: #FE10B8;
}
.TagClassName
{
border-color: #FE10B8;
}
</style>