Shades of Shocking Pink #FE17CE
Tints of Shocking Pink #FE17CE
RGB
CMYK
RGB Variations
Color information
#FE17CE (or 0xFE17CE) is known color: Shocking Pink. HEX triplet: FE, 17 and CE. RGB value is (254,23,206). Sum of RGB (Red+Green+Blue) = 254+23+206=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE17CE is #01E831. Grayscale: #707070. Windows color (decimal): -124978 or 13506558. OLE color: 13506558.
HSL color Cylindrical-coordinate representation of color #FE17CE: hue angle of 312.47º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE17CE is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 206 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.00 |
| HSL | 312.47º | 0.99% | 0.54% | - |
| HSV(B) | 312.47º | 0.91% | 1% | - |
| XYZ | 52.32 | 26.14 | 60.68 | - |
| YUV | 112.93 | 180.53 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 206 | 0 | 0.91 | 0.19 | 0.00 | 312.47 | 0.99 | 0.54 |
| Hex | FE | 17 | CE | 0 | 5B | 13 | 0 | 138 | 63 | 36 |
| Octal | 376 | 27 | 316 | 0 | 133 | 23 | 0 | 470 | 143 | 66 |
| Binary | 11111110 | 10111 | 11001110 | 0 | 1011011 | 10011 | 0 | 100111000 | 1100011 | 110110 |
Color Harmonies of #FE17CE
Complementary color
Monochromatic Colors of #FE17CE
Black with #FE17CE
Text Example
Text Example
White with #FE17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17CE; }
p { color: rgb(254,23,206); }
H1.HeaderClassName
{
color: #FE17CE;
}
.AnyTagClassName
{
color: #FE17CE;
}
</style>
background-color css
<style>
a { background-color: #FE17CE; }
a { background-color: rgb(254,23,206); }
div.DivClassName
{
background-color: #FE17CE;
}
.BgClassName
{
background-color: #FE17CE;
}
</style>
border-color css
<style>
span { border-color: #FE17CE; }
span { border-color: rgb(254,23,206); }
td.TdClassName
{
border-color: #FE17CE;
}
.TagClassName
{
border-color: #FE17CE;
}
</style>