Shades of Shocking Pink #FE15BB
Tints of Shocking Pink #FE15BB
RGB
CMYK
RGB Variations
Color information
#FE15BB (or 0xFE15BB) is known color: Shocking Pink. HEX triplet: FE, 15 and BB. RGB value is (254,21,187). Sum of RGB (Red+Green+Blue) = 254+21+187=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15BB is #01EA44. Grayscale: #6D6D6D. Windows color (decimal): -125509 or 12260862. OLE color: 12260862.
HSL color Cylindrical-coordinate representation of color #FE15BB: hue angle of 317.25º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE15BB is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 187 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.00 |
| HSL | 317.25º | 0.99% | 0.54% | - |
| HSV(B) | 317.25º | 0.92% | 1% | - |
| XYZ | 50.11 | 25.2 | 49.24 | - |
| YUV | 109.59 | 171.69 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 187 | 0 | 0.92 | 0.26 | 0.00 | 317.25 | 0.99 | 0.54 |
| Hex | FE | 15 | BB | 0 | 5C | 1A | 0 | 13D | 63 | 36 |
| Octal | 376 | 25 | 273 | 0 | 134 | 32 | 0 | 475 | 143 | 66 |
| Binary | 11111110 | 10101 | 10111011 | 0 | 1011100 | 11010 | 0 | 100111101 | 1100011 | 110110 |
Color Harmonies of #FE15BB
Complementary color
Monochromatic Colors of #FE15BB
Black with #FE15BB
Text Example
Text Example
White with #FE15BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15BB; }
p { color: rgb(254,21,187); }
H1.HeaderClassName
{
color: #FE15BB;
}
.AnyTagClassName
{
color: #FE15BB;
}
</style>
background-color css
<style>
a { background-color: #FE15BB; }
a { background-color: rgb(254,21,187); }
div.DivClassName
{
background-color: #FE15BB;
}
.BgClassName
{
background-color: #FE15BB;
}
</style>
border-color css
<style>
span { border-color: #FE15BB; }
span { border-color: rgb(254,21,187); }
td.TdClassName
{
border-color: #FE15BB;
}
.TagClassName
{
border-color: #FE15BB;
}
</style>