Shades of Shocking Pink #FE1ABB
Tints of Shocking Pink #FE1ABB
RGB
CMYK
RGB Variations
Color information
#FE1ABB (or 0xFE1ABB) is known color: Shocking Pink. HEX triplet: FE, 1A and BB. RGB value is (254,26,187). Sum of RGB (Red+Green+Blue) = 254+26+187=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ABB is #01E544. Grayscale: #707070. Windows color (decimal): -124229 or 12262142. OLE color: 12262142.
HSL color Cylindrical-coordinate representation of color #FE1ABB: hue angle of 317.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1ABB is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 187 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.00 |
| HSL | 317.63º | 0.99% | 0.55% | - |
| HSV(B) | 317.63º | 0.9% | 1% | - |
| XYZ | 50.21 | 25.4 | 49.27 | - |
| YUV | 112.53 | 170.04 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 187 | 0 | 0.90 | 0.26 | 0.00 | 317.63 | 0.99 | 0.55 |
| Hex | FE | 1A | BB | 0 | 5A | 1A | 0 | 13E | 63 | 37 |
| Octal | 376 | 32 | 273 | 0 | 132 | 32 | 0 | 476 | 143 | 67 |
| Binary | 11111110 | 11010 | 10111011 | 0 | 1011010 | 11010 | 0 | 100111110 | 1100011 | 110111 |
Color Harmonies of #FE1ABB
Complementary color
Monochromatic Colors of #FE1ABB
Black with #FE1ABB
Text Example
Text Example
White with #FE1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ABB; }
p { color: rgb(254,26,187); }
H1.HeaderClassName
{
color: #FE1ABB;
}
.AnyTagClassName
{
color: #FE1ABB;
}
</style>
background-color css
<style>
a { background-color: #FE1ABB; }
a { background-color: rgb(254,26,187); }
div.DivClassName
{
background-color: #FE1ABB;
}
.BgClassName
{
background-color: #FE1ABB;
}
</style>
border-color css
<style>
span { border-color: #FE1ABB; }
span { border-color: rgb(254,26,187); }
td.TdClassName
{
border-color: #FE1ABB;
}
.TagClassName
{
border-color: #FE1ABB;
}
</style>