Shades of Shocking Pink #FE11D0
Tints of Shocking Pink #FE11D0
RGB
CMYK
RGB Variations
Color information
#FE11D0 (or 0xFE11D0) is known color: Shocking Pink. HEX triplet: FE, 11 and D0. RGB value is (254,17,208). Sum of RGB (Red+Green+Blue) = 254+17+208=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11D0 is #01EE2F. Grayscale: #6D6D6D. Windows color (decimal): -126512 or 13636094. OLE color: 13636094.
HSL color Cylindrical-coordinate representation of color #FE11D0: hue angle of 311.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11D0 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 208 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.00 |
| HSL | 311.65º | 0.99% | 0.53% | - |
| HSV(B) | 311.65º | 0.93% | 1% | - |
| XYZ | 52.46 | 26.03 | 61.93 | - |
| YUV | 109.64 | 183.52 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 208 | 0 | 0.93 | 0.18 | 0.00 | 311.65 | 0.99 | 0.53 |
| Hex | FE | 11 | D0 | 0 | 5D | 12 | 0 | 138 | 63 | 35 |
| Octal | 376 | 21 | 320 | 0 | 135 | 22 | 0 | 470 | 143 | 65 |
| Binary | 11111110 | 10001 | 11010000 | 0 | 1011101 | 10010 | 0 | 100111000 | 1100011 | 110101 |
Color Harmonies of #FE11D0
Complementary color
Monochromatic Colors of #FE11D0
Black with #FE11D0
Text Example
Text Example
White with #FE11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11D0; }
p { color: rgb(254,17,208); }
H1.HeaderClassName
{
color: #FE11D0;
}
.AnyTagClassName
{
color: #FE11D0;
}
</style>
background-color css
<style>
a { background-color: #FE11D0; }
a { background-color: rgb(254,17,208); }
div.DivClassName
{
background-color: #FE11D0;
}
.BgClassName
{
background-color: #FE11D0;
}
</style>
border-color css
<style>
span { border-color: #FE11D0; }
span { border-color: rgb(254,17,208); }
td.TdClassName
{
border-color: #FE11D0;
}
.TagClassName
{
border-color: #FE11D0;
}
</style>