Shades of Shocking Pink #FE0BB9
Tints of Shocking Pink #FE0BB9
RGB
CMYK
RGB Variations
Color information
#FE0BB9 (or 0xFE0BB9) is known color: Shocking Pink. HEX triplet: FE, 0B and B9. RGB value is (254,11,185). Sum of RGB (Red+Green+Blue) = 254+11+185=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0BB9 is #01F446. Grayscale: #676767. Windows color (decimal): -128071 or 12127230. OLE color: 12127230.
HSL color Cylindrical-coordinate representation of color #FE0BB9: hue angle of 317.04º 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 #FE0BB9 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 185 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.00 |
| HSL | 317.04º | 0.99% | 0.52% | - |
| HSV(B) | 317.04º | 0.96% | 1% | - |
| XYZ | 49.75 | 24.81 | 48.07 | - |
| YUV | 103.49 | 174.01 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 185 | 0 | 0.96 | 0.27 | 0.00 | 317.04 | 0.99 | 0.52 |
| Hex | FE | B | B9 | 0 | 60 | 1B | 0 | 13D | 63 | 34 |
| Octal | 376 | 13 | 271 | 0 | 140 | 33 | 0 | 475 | 143 | 64 |
| Binary | 11111110 | 1011 | 10111001 | 0 | 1100000 | 11011 | 0 | 100111101 | 1100011 | 110100 |
Color Harmonies of #FE0BB9
Complementary color
Monochromatic Colors of #FE0BB9
Black with #FE0BB9
Text Example
Text Example
White with #FE0BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BB9; }
p { color: rgb(254,11,185); }
H1.HeaderClassName
{
color: #FE0BB9;
}
.AnyTagClassName
{
color: #FE0BB9;
}
</style>
background-color css
<style>
a { background-color: #FE0BB9; }
a { background-color: rgb(254,11,185); }
div.DivClassName
{
background-color: #FE0BB9;
}
.BgClassName
{
background-color: #FE0BB9;
}
</style>
border-color css
<style>
span { border-color: #FE0BB9; }
span { border-color: rgb(254,11,185); }
td.TdClassName
{
border-color: #FE0BB9;
}
.TagClassName
{
border-color: #FE0BB9;
}
</style>