Shades of Shocking Pink #FE10B6
Tints of Shocking Pink #FE10B6
RGB
CMYK
RGB Variations
Color information
#FE10B6 (or 0xFE10B6) is known color: Shocking Pink. HEX triplet: FE, 10 and B6. RGB value is (254,16,182). Sum of RGB (Red+Green+Blue) = 254+16+182=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10B6 is #01EF49. Grayscale: #696969. Windows color (decimal): -126794 or 11931902. OLE color: 11931902.
HSL color Cylindrical-coordinate representation of color #FE10B6: hue angle of 318.15º 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 #FE10B6 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 182 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.00 |
| HSL | 318.15º | 0.99% | 0.53% | - |
| HSV(B) | 318.15º | 0.94% | 1% | - |
| XYZ | 49.5 | 24.82 | 46.44 | - |
| YUV | 106.09 | 170.85 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 182 | 0 | 0.94 | 0.28 | 0.00 | 318.15 | 0.99 | 0.53 |
| Hex | FE | 10 | B6 | 0 | 5E | 1C | 0 | 13E | 63 | 35 |
| Octal | 376 | 20 | 266 | 0 | 136 | 34 | 0 | 476 | 143 | 65 |
| Binary | 11111110 | 10000 | 10110110 | 0 | 1011110 | 11100 | 0 | 100111110 | 1100011 | 110101 |
Color Harmonies of #FE10B6
Complementary color
Monochromatic Colors of #FE10B6
Black with #FE10B6
Text Example
Text Example
White with #FE10B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10B6; }
p { color: rgb(254,16,182); }
H1.HeaderClassName
{
color: #FE10B6;
}
.AnyTagClassName
{
color: #FE10B6;
}
</style>
background-color css
<style>
a { background-color: #FE10B6; }
a { background-color: rgb(254,16,182); }
div.DivClassName
{
background-color: #FE10B6;
}
.BgClassName
{
background-color: #FE10B6;
}
</style>
border-color css
<style>
span { border-color: #FE10B6; }
span { border-color: rgb(254,16,182); }
td.TdClassName
{
border-color: #FE10B6;
}
.TagClassName
{
border-color: #FE10B6;
}
</style>