Shades of Shocking Pink #FE17D5
Tints of Shocking Pink #FE17D5
RGB
CMYK
RGB Variations
Color information
#FE17D5 (or 0xFE17D5) is known color: Shocking Pink. HEX triplet: FE, 17 and D5. RGB value is (254,23,213). Sum of RGB (Red+Green+Blue) = 254+23+213=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 23 (9.38% from 255 or 4.69% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE17D5 is #01E82A. Grayscale: #717171. Windows color (decimal): -124971 or 13965310. OLE color: 13965310.
HSL color Cylindrical-coordinate representation of color #FE17D5: hue angle of 310.65º 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 #FE17D5 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 213 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.00 |
| HSL | 310.65º | 0.99% | 0.54% | - |
| HSV(B) | 310.65º | 0.91% | 1% | - |
| XYZ | 53.19 | 26.49 | 65.26 | - |
| YUV | 113.73 | 184.03 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 213 | 0 | 0.91 | 0.16 | 0.00 | 310.65 | 0.99 | 0.54 |
| Hex | FE | 17 | D5 | 0 | 5B | 10 | 0 | 137 | 63 | 36 |
| Octal | 376 | 27 | 325 | 0 | 133 | 20 | 0 | 467 | 143 | 66 |
| Binary | 11111110 | 10111 | 11010101 | 0 | 1011011 | 10000 | 0 | 100110111 | 1100011 | 110110 |
Color Harmonies of #FE17D5
Complementary color
Monochromatic Colors of #FE17D5
Black with #FE17D5
Text Example
Text Example
White with #FE17D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17D5; }
p { color: rgb(254,23,213); }
H1.HeaderClassName
{
color: #FE17D5;
}
.AnyTagClassName
{
color: #FE17D5;
}
</style>
background-color css
<style>
a { background-color: #FE17D5; }
a { background-color: rgb(254,23,213); }
div.DivClassName
{
background-color: #FE17D5;
}
.BgClassName
{
background-color: #FE17D5;
}
</style>
border-color css
<style>
span { border-color: #FE17D5; }
span { border-color: rgb(254,23,213); }
td.TdClassName
{
border-color: #FE17D5;
}
.TagClassName
{
border-color: #FE17D5;
}
</style>