Shades of Shocking Pink #FE1CBE
Tints of Shocking Pink #FE1CBE
RGB
CMYK
RGB Variations
Color information
#FE1CBE (or 0xFE1CBE) is known color: Shocking Pink. HEX triplet: FE, 1C and BE. RGB value is (254,28,190). Sum of RGB (Red+Green+Blue) = 254+28+190=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1CBE is #01E341. Grayscale: #717171. Windows color (decimal): -123714 or 12459262. OLE color: 12459262.
HSL color Cylindrical-coordinate representation of color #FE1CBE: hue angle of 316.99º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1CBE is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 190 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.00 |
| HSL | 316.99º | 0.99% | 0.55% | - |
| HSV(B) | 316.99º | 0.89% | 1% | - |
| XYZ | 50.58 | 25.62 | 50.99 | - |
| YUV | 114.04 | 170.87 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 190 | 0 | 0.89 | 0.25 | 0.00 | 316.99 | 0.99 | 0.55 |
| Hex | FE | 1C | BE | 0 | 59 | 19 | 0 | 13D | 63 | 37 |
| Octal | 376 | 34 | 276 | 0 | 131 | 31 | 0 | 475 | 143 | 67 |
| Binary | 11111110 | 11100 | 10111110 | 0 | 1011001 | 11001 | 0 | 100111101 | 1100011 | 110111 |
Color Harmonies of #FE1CBE
Complementary color
Monochromatic Colors of #FE1CBE
Black with #FE1CBE
Text Example
Text Example
White with #FE1CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1CBE; }
p { color: rgb(254,28,190); }
H1.HeaderClassName
{
color: #FE1CBE;
}
.AnyTagClassName
{
color: #FE1CBE;
}
</style>
background-color css
<style>
a { background-color: #FE1CBE; }
a { background-color: rgb(254,28,190); }
div.DivClassName
{
background-color: #FE1CBE;
}
.BgClassName
{
background-color: #FE1CBE;
}
</style>
border-color css
<style>
span { border-color: #FE1CBE; }
span { border-color: rgb(254,28,190); }
td.TdClassName
{
border-color: #FE1CBE;
}
.TagClassName
{
border-color: #FE1CBE;
}
</style>