Shades of Shocking Pink #FE00B5
Tints of Shocking Pink #FE00B5
RGB
CMYK
RGB Variations
Color information
#FE00B5 (or 0xFE00B5) is known color: Shocking Pink. HEX triplet: FE, 00 and B5. RGB value is (254,0,181). Sum of RGB (Red+Green+Blue) = 254+0+181=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00B5 is #01FF4A. Grayscale: #606060. Windows color (decimal): -130891 or 11862270. OLE color: 11862270.
HSL color Cylindrical-coordinate representation of color #FE00B5: hue angle of 317.24º 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 #FE00B5 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.29 | 0.00 |
| HSL | 317.24º | 1% | 0.5% | - |
| HSV(B) | 317.24º | 1% | 1% | - |
| XYZ | 49.21 | 24.41 | 45.83 | - |
| YUV | 96.58 | 175.65 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 181 | 0 | 1 | 0.29 | 0.00 | 317.24 | 1 | 0.5 |
| Hex | FE | 0 | B5 | 0 | 64 | 1D | 0 | 13D | 64 | 32 |
| Octal | 376 | 0 | 265 | 0 | 144 | 35 | 0 | 475 | 144 | 62 |
| Binary | 11111110 | 0 | 10110101 | 0 | 1100100 | 11101 | 0 | 100111101 | 1100100 | 110010 |
Color Harmonies of #FE00B5
Complementary color
Monochromatic Colors of #FE00B5
Black with #FE00B5
Text Example
Text Example
White with #FE00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00B5; }
p { color: rgb(254,0,181); }
H1.HeaderClassName
{
color: #FE00B5;
}
.AnyTagClassName
{
color: #FE00B5;
}
</style>
background-color css
<style>
a { background-color: #FE00B5; }
a { background-color: rgb(254,0,181); }
div.DivClassName
{
background-color: #FE00B5;
}
.BgClassName
{
background-color: #FE00B5;
}
</style>
border-color css
<style>
span { border-color: #FE00B5; }
span { border-color: rgb(254,0,181); }
td.TdClassName
{
border-color: #FE00B5;
}
.TagClassName
{
border-color: #FE00B5;
}
</style>