Shades of Shocking Pink #FE13BA
Tints of Shocking Pink #FE13BA
RGB
CMYK
RGB Variations
Color information
#FE13BA (or 0xFE13BA) is known color: Shocking Pink. HEX triplet: FE, 13 and BA. RGB value is (254,19,186). Sum of RGB (Red+Green+Blue) = 254+19+186=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13BA is #01EC45. Grayscale: #6B6B6B. Windows color (decimal): -126022 or 12194814. OLE color: 12194814.
HSL color Cylindrical-coordinate representation of color #FE13BA: hue angle of 317.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13BA is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 186 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.00 |
| HSL | 317.36º | 0.99% | 0.54% | - |
| HSV(B) | 317.36º | 0.93% | 1% | - |
| XYZ | 49.97 | 25.08 | 48.66 | - |
| YUV | 108.3 | 171.86 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 186 | 0 | 0.93 | 0.27 | 0.00 | 317.36 | 0.99 | 0.54 |
| Hex | FE | 13 | BA | 0 | 5D | 1B | 0 | 13D | 63 | 36 |
| Octal | 376 | 23 | 272 | 0 | 135 | 33 | 0 | 475 | 143 | 66 |
| Binary | 11111110 | 10011 | 10111010 | 0 | 1011101 | 11011 | 0 | 100111101 | 1100011 | 110110 |
Color Harmonies of #FE13BA
Complementary color
Monochromatic Colors of #FE13BA
Black with #FE13BA
Text Example
Text Example
White with #FE13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13BA; }
p { color: rgb(254,19,186); }
H1.HeaderClassName
{
color: #FE13BA;
}
.AnyTagClassName
{
color: #FE13BA;
}
</style>
background-color css
<style>
a { background-color: #FE13BA; }
a { background-color: rgb(254,19,186); }
div.DivClassName
{
background-color: #FE13BA;
}
.BgClassName
{
background-color: #FE13BA;
}
</style>
border-color css
<style>
span { border-color: #FE13BA; }
span { border-color: rgb(254,19,186); }
td.TdClassName
{
border-color: #FE13BA;
}
.TagClassName
{
border-color: #FE13BA;
}
</style>