Shades of Shocking Pink #FE17CF
Tints of Shocking Pink #FE17CF
RGB
CMYK
RGB Variations
Color information
#FE17CF (or 0xFE17CF) is known color: Shocking Pink. HEX triplet: FE, 17 and CF. RGB value is (254,23,207). Sum of RGB (Red+Green+Blue) = 254+23+207=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE17CF is #01E830. Grayscale: #707070. Windows color (decimal): -124977 or 13572094. OLE color: 13572094.
HSL color Cylindrical-coordinate representation of color #FE17CF: hue angle of 312.21º 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 #FE17CF is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 207 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.00 |
| HSL | 312.21º | 0.99% | 0.54% | - |
| HSV(B) | 312.21º | 0.91% | 1% | - |
| XYZ | 52.44 | 26.19 | 61.32 | - |
| YUV | 113.05 | 181.03 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 207 | 0 | 0.91 | 0.19 | 0.00 | 312.21 | 0.99 | 0.54 |
| Hex | FE | 17 | CF | 0 | 5B | 13 | 0 | 138 | 63 | 36 |
| Octal | 376 | 27 | 317 | 0 | 133 | 23 | 0 | 470 | 143 | 66 |
| Binary | 11111110 | 10111 | 11001111 | 0 | 1011011 | 10011 | 0 | 100111000 | 1100011 | 110110 |
Color Harmonies of #FE17CF
Complementary color
Monochromatic Colors of #FE17CF
Black with #FE17CF
Text Example
Text Example
White with #FE17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17CF; }
p { color: rgb(254,23,207); }
H1.HeaderClassName
{
color: #FE17CF;
}
.AnyTagClassName
{
color: #FE17CF;
}
</style>
background-color css
<style>
a { background-color: #FE17CF; }
a { background-color: rgb(254,23,207); }
div.DivClassName
{
background-color: #FE17CF;
}
.BgClassName
{
background-color: #FE17CF;
}
</style>
border-color css
<style>
span { border-color: #FE17CF; }
span { border-color: rgb(254,23,207); }
td.TdClassName
{
border-color: #FE17CF;
}
.TagClassName
{
border-color: #FE17CF;
}
</style>