Shades of Shocking Pink #FE00B3
Tints of Shocking Pink #FE00B3
RGB
CMYK
RGB Variations
Color information
#FE00B3 (or 0xFE00B3) is known color: Shocking Pink. HEX triplet: FE, 00 and B3. RGB value is (254,0,179). Sum of RGB (Red+Green+Blue) = 254+0+179=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00B3 is #01FF4C. Grayscale: #5F5F5F. Windows color (decimal): -130893 or 11731198. OLE color: 11731198.
HSL color Cylindrical-coordinate representation of color #FE00B3: hue angle of 317.72º 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 #FE00B3 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.30 | 0.00 |
| HSL | 317.72º | 1% | 0.5% | - |
| HSV(B) | 317.72º | 1% | 1% | - |
| XYZ | 49.01 | 24.33 | 44.76 | - |
| YUV | 96.35 | 174.65 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 179 | 0 | 1 | 0.30 | 0.00 | 317.72 | 1 | 0.5 |
| Hex | FE | 0 | B3 | 0 | 64 | 1E | 0 | 13E | 64 | 32 |
| Octal | 376 | 0 | 263 | 0 | 144 | 36 | 0 | 476 | 144 | 62 |
| Binary | 11111110 | 0 | 10110011 | 0 | 1100100 | 11110 | 0 | 100111110 | 1100100 | 110010 |
Color Harmonies of #FE00B3
Complementary color
Monochromatic Colors of #FE00B3
Black with #FE00B3
Text Example
Text Example
White with #FE00B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00B3; }
p { color: rgb(254,0,179); }
H1.HeaderClassName
{
color: #FE00B3;
}
.AnyTagClassName
{
color: #FE00B3;
}
</style>
background-color css
<style>
a { background-color: #FE00B3; }
a { background-color: rgb(254,0,179); }
div.DivClassName
{
background-color: #FE00B3;
}
.BgClassName
{
background-color: #FE00B3;
}
</style>
border-color css
<style>
span { border-color: #FE00B3; }
span { border-color: rgb(254,0,179); }
td.TdClassName
{
border-color: #FE00B3;
}
.TagClassName
{
border-color: #FE00B3;
}
</style>