Shades of Shocking Pink #FE10CE
Tints of Shocking Pink #FE10CE
RGB
CMYK
RGB Variations
Color information
#FE10CE (or 0xFE10CE) is known color: Shocking Pink. HEX triplet: FE, 10 and CE. RGB value is (254,16,206). Sum of RGB (Red+Green+Blue) = 254+16+206=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10CE is #01EF31. Grayscale: #6C6C6C. Windows color (decimal): -126770 or 13504766. OLE color: 13504766.
HSL color Cylindrical-coordinate representation of color #FE10CE: hue angle of 312.1º 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 #FE10CE is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 206 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.00 |
| HSL | 312.1º | 0.99% | 0.53% | - |
| HSV(B) | 312.1º | 0.94% | 1% | - |
| XYZ | 52.2 | 25.9 | 60.64 | - |
| YUV | 108.82 | 182.85 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 206 | 0 | 0.94 | 0.19 | 0.00 | 312.1 | 0.99 | 0.53 |
| Hex | FE | 10 | CE | 0 | 5E | 13 | 0 | 138 | 63 | 35 |
| Octal | 376 | 20 | 316 | 0 | 136 | 23 | 0 | 470 | 143 | 65 |
| Binary | 11111110 | 10000 | 11001110 | 0 | 1011110 | 10011 | 0 | 100111000 | 1100011 | 110101 |
Color Harmonies of #FE10CE
Complementary color
Monochromatic Colors of #FE10CE
Black with #FE10CE
Text Example
Text Example
White with #FE10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10CE; }
p { color: rgb(254,16,206); }
H1.HeaderClassName
{
color: #FE10CE;
}
.AnyTagClassName
{
color: #FE10CE;
}
</style>
background-color css
<style>
a { background-color: #FE10CE; }
a { background-color: rgb(254,16,206); }
div.DivClassName
{
background-color: #FE10CE;
}
.BgClassName
{
background-color: #FE10CE;
}
</style>
border-color css
<style>
span { border-color: #FE10CE; }
span { border-color: rgb(254,16,206); }
td.TdClassName
{
border-color: #FE10CE;
}
.TagClassName
{
border-color: #FE10CE;
}
</style>