Shades of Shocking Pink #FE09B9
Tints of Shocking Pink #FE09B9
RGB
CMYK
RGB Variations
Color information
#FE09B9 (or 0xFE09B9) is known color: Shocking Pink. HEX triplet: FE, 09 and B9. RGB value is (254,9,185). Sum of RGB (Red+Green+Blue) = 254+9+185=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09B9 is #01F646. Grayscale: #656565. Windows color (decimal): -128583 or 12126718. OLE color: 12126718.
HSL color Cylindrical-coordinate representation of color #FE09B9: hue angle of 316.9º 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 #FE09B9 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 185 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.00 |
| HSL | 316.9º | 0.99% | 0.52% | - |
| HSV(B) | 316.9º | 0.96% | 1% | - |
| XYZ | 49.73 | 24.77 | 48.06 | - |
| YUV | 102.32 | 174.67 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 185 | 0 | 0.96 | 0.27 | 0.00 | 316.9 | 0.99 | 0.52 |
| Hex | FE | 9 | B9 | 0 | 60 | 1B | 0 | 13D | 63 | 34 |
| Octal | 376 | 11 | 271 | 0 | 140 | 33 | 0 | 475 | 143 | 64 |
| Binary | 11111110 | 1001 | 10111001 | 0 | 1100000 | 11011 | 0 | 100111101 | 1100011 | 110100 |
Color Harmonies of #FE09B9
Complementary color
Monochromatic Colors of #FE09B9
Black with #FE09B9
Text Example
Text Example
White with #FE09B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09B9; }
p { color: rgb(254,9,185); }
H1.HeaderClassName
{
color: #FE09B9;
}
.AnyTagClassName
{
color: #FE09B9;
}
</style>
background-color css
<style>
a { background-color: #FE09B9; }
a { background-color: rgb(254,9,185); }
div.DivClassName
{
background-color: #FE09B9;
}
.BgClassName
{
background-color: #FE09B9;
}
</style>
border-color css
<style>
span { border-color: #FE09B9; }
span { border-color: rgb(254,9,185); }
td.TdClassName
{
border-color: #FE09B9;
}
.TagClassName
{
border-color: #FE09B9;
}
</style>