Shades of Shocking Pink #FE10B5
Tints of Shocking Pink #FE10B5
RGB
CMYK
RGB Variations
Color information
#FE10B5 (or 0xFE10B5) is known color: Shocking Pink. HEX triplet: FE, 10 and B5. RGB value is (254,16,181). Sum of RGB (Red+Green+Blue) = 254+16+181=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10B5 is #01EF4A. Grayscale: #696969. Windows color (decimal): -126795 or 11866366. OLE color: 11866366.
HSL color Cylindrical-coordinate representation of color #FE10B5: hue angle of 318.4º 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 #FE10B5 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 181 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.00 |
| HSL | 318.4º | 0.99% | 0.53% | - |
| HSV(B) | 318.4º | 0.94% | 1% | - |
| XYZ | 49.4 | 24.78 | 45.9 | - |
| YUV | 105.97 | 170.35 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 181 | 0 | 0.94 | 0.29 | 0.00 | 318.4 | 0.99 | 0.53 |
| Hex | FE | 10 | B5 | 0 | 5E | 1D | 0 | 13E | 63 | 35 |
| Octal | 376 | 20 | 265 | 0 | 136 | 35 | 0 | 476 | 143 | 65 |
| Binary | 11111110 | 10000 | 10110101 | 0 | 1011110 | 11101 | 0 | 100111110 | 1100011 | 110101 |
Color Harmonies of #FE10B5
Complementary color
Monochromatic Colors of #FE10B5
Black with #FE10B5
Text Example
Text Example
White with #FE10B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10B5; }
p { color: rgb(254,16,181); }
H1.HeaderClassName
{
color: #FE10B5;
}
.AnyTagClassName
{
color: #FE10B5;
}
</style>
background-color css
<style>
a { background-color: #FE10B5; }
a { background-color: rgb(254,16,181); }
div.DivClassName
{
background-color: #FE10B5;
}
.BgClassName
{
background-color: #FE10B5;
}
</style>
border-color css
<style>
span { border-color: #FE10B5; }
span { border-color: rgb(254,16,181); }
td.TdClassName
{
border-color: #FE10B5;
}
.TagClassName
{
border-color: #FE10B5;
}
</style>