Shades of Shocking Pink #FE00B9
Tints of Shocking Pink #FE00B9
RGB
CMYK
RGB Variations
Color information
#FE00B9 (or 0xFE00B9) is known color: Shocking Pink. HEX triplet: FE, 00 and B9. RGB value is (254,0,185). Sum of RGB (Red+Green+Blue) = 254+0+185=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00B9 is #01FF46. Grayscale: #606060. Windows color (decimal): -130887 or 12124414. OLE color: 12124414.
HSL color Cylindrical-coordinate representation of color #FE00B9: hue angle of 316.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00B9 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.27 | 0.00 |
| HSL | 316.3º | 1% | 0.5% | - |
| HSV(B) | 316.3º | 1% | 1% | - |
| XYZ | 49.63 | 24.57 | 48.03 | - |
| YUV | 97.04 | 177.65 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 185 | 0 | 1 | 0.27 | 0.00 | 316.3 | 1 | 0.5 |
| Hex | FE | 0 | B9 | 0 | 64 | 1B | 0 | 13C | 64 | 32 |
| Octal | 376 | 0 | 271 | 0 | 144 | 33 | 0 | 474 | 144 | 62 |
| Binary | 11111110 | 0 | 10111001 | 0 | 1100100 | 11011 | 0 | 100111100 | 1100100 | 110010 |
Color Harmonies of #FE00B9
Complementary color
Monochromatic Colors of #FE00B9
Black with #FE00B9
Text Example
Text Example
White with #FE00B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00B9; }
p { color: rgb(254,0,185); }
H1.HeaderClassName
{
color: #FE00B9;
}
.AnyTagClassName
{
color: #FE00B9;
}
</style>
background-color css
<style>
a { background-color: #FE00B9; }
a { background-color: rgb(254,0,185); }
div.DivClassName
{
background-color: #FE00B9;
}
.BgClassName
{
background-color: #FE00B9;
}
</style>
border-color css
<style>
span { border-color: #FE00B9; }
span { border-color: rgb(254,0,185); }
td.TdClassName
{
border-color: #FE00B9;
}
.TagClassName
{
border-color: #FE00B9;
}
</style>