Shades of Shocking Pink #FE09BA
Tints of Shocking Pink #FE09BA
RGB
CMYK
RGB Variations
Color information
#FE09BA (or 0xFE09BA) is known color: Shocking Pink. HEX triplet: FE, 09 and BA. RGB value is (254,9,186). Sum of RGB (Red+Green+Blue) = 254+9+186=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09BA is #01F645. Grayscale: #656565. Windows color (decimal): -128582 or 12192254. OLE color: 12192254.
HSL color Cylindrical-coordinate representation of color #FE09BA: hue angle of 316.65º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE09BA is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 186 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.00 |
| HSL | 316.65º | 0.99% | 0.52% | - |
| HSV(B) | 316.65º | 0.96% | 1% | - |
| XYZ | 49.83 | 24.81 | 48.62 | - |
| YUV | 102.43 | 175.17 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 186 | 0 | 0.96 | 0.27 | 0.00 | 316.65 | 0.99 | 0.52 |
| Hex | FE | 9 | BA | 0 | 60 | 1B | 0 | 13D | 63 | 34 |
| Octal | 376 | 11 | 272 | 0 | 140 | 33 | 0 | 475 | 143 | 64 |
| Binary | 11111110 | 1001 | 10111010 | 0 | 1100000 | 11011 | 0 | 100111101 | 1100011 | 110100 |
Color Harmonies of #FE09BA
Complementary color
Monochromatic Colors of #FE09BA
Black with #FE09BA
Text Example
Text Example
White with #FE09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09BA; }
p { color: rgb(254,9,186); }
H1.HeaderClassName
{
color: #FE09BA;
}
.AnyTagClassName
{
color: #FE09BA;
}
</style>
background-color css
<style>
a { background-color: #FE09BA; }
a { background-color: rgb(254,9,186); }
div.DivClassName
{
background-color: #FE09BA;
}
.BgClassName
{
background-color: #FE09BA;
}
</style>
border-color css
<style>
span { border-color: #FE09BA; }
span { border-color: rgb(254,9,186); }
td.TdClassName
{
border-color: #FE09BA;
}
.TagClassName
{
border-color: #FE09BA;
}
</style>