Shades of Shocking Pink #FE1ABC
Tints of Shocking Pink #FE1ABC
RGB
CMYK
RGB Variations
Color information
#FE1ABC (or 0xFE1ABC) is known color: Shocking Pink. HEX triplet: FE, 1A and BC. RGB value is (254,26,188). Sum of RGB (Red+Green+Blue) = 254+26+188=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ABC is #01E543. Grayscale: #707070. Windows color (decimal): -124228 or 12327678. OLE color: 12327678.
HSL color Cylindrical-coordinate representation of color #FE1ABC: hue angle of 317.37º 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 #FE1ABC is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 188 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.00 |
| HSL | 317.37º | 0.99% | 0.55% | - |
| HSV(B) | 317.37º | 0.9% | 1% | - |
| XYZ | 50.32 | 25.44 | 49.84 | - |
| YUV | 112.64 | 170.54 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 188 | 0 | 0.90 | 0.26 | 0.00 | 317.37 | 0.99 | 0.55 |
| Hex | FE | 1A | BC | 0 | 5A | 1A | 0 | 13D | 63 | 37 |
| Octal | 376 | 32 | 274 | 0 | 132 | 32 | 0 | 475 | 143 | 67 |
| Binary | 11111110 | 11010 | 10111100 | 0 | 1011010 | 11010 | 0 | 100111101 | 1100011 | 110111 |
Color Harmonies of #FE1ABC
Complementary color
Monochromatic Colors of #FE1ABC
Black with #FE1ABC
Text Example
Text Example
White with #FE1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ABC; }
p { color: rgb(254,26,188); }
H1.HeaderClassName
{
color: #FE1ABC;
}
.AnyTagClassName
{
color: #FE1ABC;
}
</style>
background-color css
<style>
a { background-color: #FE1ABC; }
a { background-color: rgb(254,26,188); }
div.DivClassName
{
background-color: #FE1ABC;
}
.BgClassName
{
background-color: #FE1ABC;
}
</style>
border-color css
<style>
span { border-color: #FE1ABC; }
span { border-color: rgb(254,26,188); }
td.TdClassName
{
border-color: #FE1ABC;
}
.TagClassName
{
border-color: #FE1ABC;
}
</style>