Shades of Shocking Pink #FE09B3
Tints of Shocking Pink #FE09B3
RGB
CMYK
RGB Variations
Color information
#FE09B3 (or 0xFE09B3) is known color: Shocking Pink. HEX triplet: FE, 09 and B3. RGB value is (254,9,179). Sum of RGB (Red+Green+Blue) = 254+9+179=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09B3 is #01F64C. Grayscale: #656565. Windows color (decimal): -128589 or 11733502. OLE color: 11733502.
HSL color Cylindrical-coordinate representation of color #FE09B3: hue angle of 318.37º 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 #FE09B3 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 179 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.00 |
| HSL | 318.37º | 0.99% | 0.52% | - |
| HSV(B) | 318.37º | 0.96% | 1% | - |
| XYZ | 49.11 | 24.52 | 44.79 | - |
| YUV | 101.64 | 171.67 | 236.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 179 | 0 | 0.96 | 0.30 | 0.00 | 318.37 | 0.99 | 0.52 |
| Hex | FE | 9 | B3 | 0 | 60 | 1E | 0 | 13E | 63 | 34 |
| Octal | 376 | 11 | 263 | 0 | 140 | 36 | 0 | 476 | 143 | 64 |
| Binary | 11111110 | 1001 | 10110011 | 0 | 1100000 | 11110 | 0 | 100111110 | 1100011 | 110100 |
Color Harmonies of #FE09B3
Complementary color
Monochromatic Colors of #FE09B3
Black with #FE09B3
Text Example
Text Example
White with #FE09B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09B3; }
p { color: rgb(254,9,179); }
H1.HeaderClassName
{
color: #FE09B3;
}
.AnyTagClassName
{
color: #FE09B3;
}
</style>
background-color css
<style>
a { background-color: #FE09B3; }
a { background-color: rgb(254,9,179); }
div.DivClassName
{
background-color: #FE09B3;
}
.BgClassName
{
background-color: #FE09B3;
}
</style>
border-color css
<style>
span { border-color: #FE09B3; }
span { border-color: rgb(254,9,179); }
td.TdClassName
{
border-color: #FE09B3;
}
.TagClassName
{
border-color: #FE09B3;
}
</style>