Shades of Shocking Pink #FE14BB
Tints of Shocking Pink #FE14BB
RGB
CMYK
RGB Variations
Color information
#FE14BB (or 0xFE14BB) is known color: Shocking Pink. HEX triplet: FE, 14 and BB. RGB value is (254,20,187). Sum of RGB (Red+Green+Blue) = 254+20+187=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE14BB is #01EB44. Grayscale: #6C6C6C. Windows color (decimal): -125765 or 12260606. OLE color: 12260606.
HSL color Cylindrical-coordinate representation of color #FE14BB: hue angle of 317.18º 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 #FE14BB is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 187 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.00 |
| HSL | 317.18º | 0.99% | 0.54% | - |
| HSV(B) | 317.18º | 0.92% | 1% | - |
| XYZ | 50.09 | 25.16 | 49.23 | - |
| YUV | 109 | 172.02 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 187 | 0 | 0.92 | 0.26 | 0.00 | 317.18 | 0.99 | 0.54 |
| Hex | FE | 14 | BB | 0 | 5C | 1A | 0 | 13D | 63 | 36 |
| Octal | 376 | 24 | 273 | 0 | 134 | 32 | 0 | 475 | 143 | 66 |
| Binary | 11111110 | 10100 | 10111011 | 0 | 1011100 | 11010 | 0 | 100111101 | 1100011 | 110110 |
Color Harmonies of #FE14BB
Complementary color
Monochromatic Colors of #FE14BB
Black with #FE14BB
Text Example
Text Example
White with #FE14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14BB; }
p { color: rgb(254,20,187); }
H1.HeaderClassName
{
color: #FE14BB;
}
.AnyTagClassName
{
color: #FE14BB;
}
</style>
background-color css
<style>
a { background-color: #FE14BB; }
a { background-color: rgb(254,20,187); }
div.DivClassName
{
background-color: #FE14BB;
}
.BgClassName
{
background-color: #FE14BB;
}
</style>
border-color css
<style>
span { border-color: #FE14BB; }
span { border-color: rgb(254,20,187); }
td.TdClassName
{
border-color: #FE14BB;
}
.TagClassName
{
border-color: #FE14BB;
}
</style>