Shades of Shocking Pink #FE10CD
Tints of Shocking Pink #FE10CD
RGB
CMYK
RGB Variations
Color information
#FE10CD (or 0xFE10CD) is known color: Shocking Pink. HEX triplet: FE, 10 and CD. RGB value is (254,16,205). Sum of RGB (Red+Green+Blue) = 254+16+205=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10CD is #01EF32. Grayscale: #6C6C6C. Windows color (decimal): -126771 or 13439230. OLE color: 13439230.
HSL color Cylindrical-coordinate representation of color #FE10CD: hue angle of 312.35º 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 #FE10CD is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 205 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.00 |
| HSL | 312.35º | 0.99% | 0.53% | - |
| HSV(B) | 312.35º | 0.94% | 1% | - |
| XYZ | 52.08 | 25.85 | 60 | - |
| YUV | 108.71 | 182.35 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 205 | 0 | 0.94 | 0.19 | 0.00 | 312.35 | 0.99 | 0.53 |
| Hex | FE | 10 | CD | 0 | 5E | 13 | 0 | 138 | 63 | 35 |
| Octal | 376 | 20 | 315 | 0 | 136 | 23 | 0 | 470 | 143 | 65 |
| Binary | 11111110 | 10000 | 11001101 | 0 | 1011110 | 10011 | 0 | 100111000 | 1100011 | 110101 |
Color Harmonies of #FE10CD
Complementary color
Monochromatic Colors of #FE10CD
Black with #FE10CD
Text Example
Text Example
White with #FE10CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10CD; }
p { color: rgb(254,16,205); }
H1.HeaderClassName
{
color: #FE10CD;
}
.AnyTagClassName
{
color: #FE10CD;
}
</style>
background-color css
<style>
a { background-color: #FE10CD; }
a { background-color: rgb(254,16,205); }
div.DivClassName
{
background-color: #FE10CD;
}
.BgClassName
{
background-color: #FE10CD;
}
</style>
border-color css
<style>
span { border-color: #FE10CD; }
span { border-color: rgb(254,16,205); }
td.TdClassName
{
border-color: #FE10CD;
}
.TagClassName
{
border-color: #FE10CD;
}
</style>