Shades of Shocking Pink #FE17CD
Tints of Shocking Pink #FE17CD
RGB
CMYK
RGB Variations
Color information
#FE17CD (or 0xFE17CD) is known color: Shocking Pink. HEX triplet: FE, 17 and CD. RGB value is (254,23,205). Sum of RGB (Red+Green+Blue) = 254+23+205=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE17CD is #01E832. Grayscale: #707070. Windows color (decimal): -124979 or 13441022. OLE color: 13441022.
HSL color Cylindrical-coordinate representation of color #FE17CD: hue angle of 312.73º 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 #FE17CD is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 205 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.00 |
| HSL | 312.73º | 0.99% | 0.54% | - |
| HSV(B) | 312.73º | 0.91% | 1% | - |
| XYZ | 52.2 | 26.09 | 60.04 | - |
| YUV | 112.82 | 180.03 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 205 | 0 | 0.91 | 0.19 | 0.00 | 312.73 | 0.99 | 0.54 |
| Hex | FE | 17 | CD | 0 | 5B | 13 | 0 | 139 | 63 | 36 |
| Octal | 376 | 27 | 315 | 0 | 133 | 23 | 0 | 471 | 143 | 66 |
| Binary | 11111110 | 10111 | 11001101 | 0 | 1011011 | 10011 | 0 | 100111001 | 1100011 | 110110 |
Color Harmonies of #FE17CD
Complementary color
Monochromatic Colors of #FE17CD
Black with #FE17CD
Text Example
Text Example
White with #FE17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17CD; }
p { color: rgb(254,23,205); }
H1.HeaderClassName
{
color: #FE17CD;
}
.AnyTagClassName
{
color: #FE17CD;
}
</style>
background-color css
<style>
a { background-color: #FE17CD; }
a { background-color: rgb(254,23,205); }
div.DivClassName
{
background-color: #FE17CD;
}
.BgClassName
{
background-color: #FE17CD;
}
</style>
border-color css
<style>
span { border-color: #FE17CD; }
span { border-color: rgb(254,23,205); }
td.TdClassName
{
border-color: #FE17CD;
}
.TagClassName
{
border-color: #FE17CD;
}
</style>