Shades of Shocking Pink #FE17BB
Tints of Shocking Pink #FE17BB
RGB
CMYK
RGB Variations
Color information
#FE17BB (or 0xFE17BB) is known color: Shocking Pink. HEX triplet: FE, 17 and BB. RGB value is (254,23,187). Sum of RGB (Red+Green+Blue) = 254+23+187=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE17BB is #01E844. Grayscale: #6E6E6E. Windows color (decimal): -124997 or 12261374. OLE color: 12261374.
HSL color Cylindrical-coordinate representation of color #FE17BB: hue angle of 317.4º 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 #FE17BB is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 187 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.00 |
| HSL | 317.4º | 0.99% | 0.54% | - |
| HSV(B) | 317.4º | 0.91% | 1% | - |
| XYZ | 50.15 | 25.27 | 49.25 | - |
| YUV | 110.77 | 171.03 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 187 | 0 | 0.91 | 0.26 | 0.00 | 317.4 | 0.99 | 0.54 |
| Hex | FE | 17 | BB | 0 | 5B | 1A | 0 | 13D | 63 | 36 |
| Octal | 376 | 27 | 273 | 0 | 133 | 32 | 0 | 475 | 143 | 66 |
| Binary | 11111110 | 10111 | 10111011 | 0 | 1011011 | 11010 | 0 | 100111101 | 1100011 | 110110 |
Color Harmonies of #FE17BB
Complementary color
Monochromatic Colors of #FE17BB
Black with #FE17BB
Text Example
Text Example
White with #FE17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17BB; }
p { color: rgb(254,23,187); }
H1.HeaderClassName
{
color: #FE17BB;
}
.AnyTagClassName
{
color: #FE17BB;
}
</style>
background-color css
<style>
a { background-color: #FE17BB; }
a { background-color: rgb(254,23,187); }
div.DivClassName
{
background-color: #FE17BB;
}
.BgClassName
{
background-color: #FE17BB;
}
</style>
border-color css
<style>
span { border-color: #FE17BB; }
span { border-color: rgb(254,23,187); }
td.TdClassName
{
border-color: #FE17BB;
}
.TagClassName
{
border-color: #FE17BB;
}
</style>