Shades of Shocking Pink #FE09B5
Tints of Shocking Pink #FE09B5
RGB
CMYK
RGB Variations
Color information
#FE09B5 (or 0xFE09B5) is known color: Shocking Pink. HEX triplet: FE, 09 and B5. RGB value is (254,9,181). Sum of RGB (Red+Green+Blue) = 254+9+181=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09B5 is #01F64A. Grayscale: #656565. Windows color (decimal): -128587 or 11864574. OLE color: 11864574.
HSL color Cylindrical-coordinate representation of color #FE09B5: hue angle of 317.88º 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 #FE09B5 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 181 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.00 |
| HSL | 317.88º | 0.99% | 0.52% | - |
| HSV(B) | 317.88º | 0.96% | 1% | - |
| XYZ | 49.31 | 24.6 | 45.87 | - |
| YUV | 101.86 | 172.67 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 181 | 0 | 0.96 | 0.29 | 0.00 | 317.88 | 0.99 | 0.52 |
| Hex | FE | 9 | B5 | 0 | 60 | 1D | 0 | 13E | 63 | 34 |
| Octal | 376 | 11 | 265 | 0 | 140 | 35 | 0 | 476 | 143 | 64 |
| Binary | 11111110 | 1001 | 10110101 | 0 | 1100000 | 11101 | 0 | 100111110 | 1100011 | 110100 |
Color Harmonies of #FE09B5
Complementary color
Monochromatic Colors of #FE09B5
Black with #FE09B5
Text Example
Text Example
White with #FE09B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09B5; }
p { color: rgb(254,9,181); }
H1.HeaderClassName
{
color: #FE09B5;
}
.AnyTagClassName
{
color: #FE09B5;
}
</style>
background-color css
<style>
a { background-color: #FE09B5; }
a { background-color: rgb(254,9,181); }
div.DivClassName
{
background-color: #FE09B5;
}
.BgClassName
{
background-color: #FE09B5;
}
</style>
border-color css
<style>
span { border-color: #FE09B5; }
span { border-color: rgb(254,9,181); }
td.TdClassName
{
border-color: #FE09B5;
}
.TagClassName
{
border-color: #FE09B5;
}
</style>