Shades of Shocking Pink #FE17BE
Tints of Shocking Pink #FE17BE
RGB
CMYK
RGB Variations
Color information
#FE17BE (or 0xFE17BE) is known color: Shocking Pink. HEX triplet: FE, 17 and BE. RGB value is (254,23,190). Sum of RGB (Red+Green+Blue) = 254+23+190=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE17BE is #01E841. Grayscale: #6E6E6E. Windows color (decimal): -124994 or 12457982. OLE color: 12457982.
HSL color Cylindrical-coordinate representation of color #FE17BE: hue angle of 316.62º 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 #FE17BE is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 190 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.00 |
| HSL | 316.62º | 0.99% | 0.54% | - |
| HSV(B) | 316.62º | 0.91% | 1% | - |
| XYZ | 50.47 | 25.4 | 50.96 | - |
| YUV | 111.11 | 172.53 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 190 | 0 | 0.91 | 0.25 | 0.00 | 316.62 | 0.99 | 0.54 |
| Hex | FE | 17 | BE | 0 | 5B | 19 | 0 | 13D | 63 | 36 |
| Octal | 376 | 27 | 276 | 0 | 133 | 31 | 0 | 475 | 143 | 66 |
| Binary | 11111110 | 10111 | 10111110 | 0 | 1011011 | 11001 | 0 | 100111101 | 1100011 | 110110 |
Color Harmonies of #FE17BE
Complementary color
Monochromatic Colors of #FE17BE
Black with #FE17BE
Text Example
Text Example
White with #FE17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17BE; }
p { color: rgb(254,23,190); }
H1.HeaderClassName
{
color: #FE17BE;
}
.AnyTagClassName
{
color: #FE17BE;
}
</style>
background-color css
<style>
a { background-color: #FE17BE; }
a { background-color: rgb(254,23,190); }
div.DivClassName
{
background-color: #FE17BE;
}
.BgClassName
{
background-color: #FE17BE;
}
</style>
border-color css
<style>
span { border-color: #FE17BE; }
span { border-color: rgb(254,23,190); }
td.TdClassName
{
border-color: #FE17BE;
}
.TagClassName
{
border-color: #FE17BE;
}
</style>