Shades of Shocking Pink #FE17C4
Tints of Shocking Pink #FE17C4
RGB
CMYK
RGB Variations
Color information
#FE17C4 (or 0xFE17C4) is known color: Shocking Pink. HEX triplet: FE, 17 and C4. RGB value is (254,23,196). Sum of RGB (Red+Green+Blue) = 254+23+196=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE17C4 is #01E83B. Grayscale: #6F6F6F. Windows color (decimal): -124988 or 12851198. OLE color: 12851198.
HSL color Cylindrical-coordinate representation of color #FE17C4: hue angle of 315.06º 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 #FE17C4 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 196 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.00 |
| HSL | 315.06º | 0.99% | 0.54% | - |
| HSV(B) | 315.06º | 0.91% | 1% | - |
| XYZ | 51.14 | 25.67 | 54.48 | - |
| YUV | 111.79 | 175.53 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 196 | 0 | 0.91 | 0.23 | 0.00 | 315.06 | 0.99 | 0.54 |
| Hex | FE | 17 | C4 | 0 | 5B | 17 | 0 | 13B | 63 | 36 |
| Octal | 376 | 27 | 304 | 0 | 133 | 27 | 0 | 473 | 143 | 66 |
| Binary | 11111110 | 10111 | 11000100 | 0 | 1011011 | 10111 | 0 | 100111011 | 1100011 | 110110 |
Color Harmonies of #FE17C4
Complementary color
Monochromatic Colors of #FE17C4
Black with #FE17C4
Text Example
Text Example
White with #FE17C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17C4; }
p { color: rgb(254,23,196); }
H1.HeaderClassName
{
color: #FE17C4;
}
.AnyTagClassName
{
color: #FE17C4;
}
</style>
background-color css
<style>
a { background-color: #FE17C4; }
a { background-color: rgb(254,23,196); }
div.DivClassName
{
background-color: #FE17C4;
}
.BgClassName
{
background-color: #FE17C4;
}
</style>
border-color css
<style>
span { border-color: #FE17C4; }
span { border-color: rgb(254,23,196); }
td.TdClassName
{
border-color: #FE17C4;
}
.TagClassName
{
border-color: #FE17C4;
}
</style>