Shades of Shocking Pink #FE0FCB
Tints of Shocking Pink #FE0FCB
RGB
CMYK
RGB Variations
Color information
#FE0FCB (or 0xFE0FCB) is known color: Shocking Pink. HEX triplet: FE, 0F and CB. RGB value is (254,15,203). Sum of RGB (Red+Green+Blue) = 254+15+203=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FCB is #01F034. Grayscale: #6B6B6B. Windows color (decimal): -127029 or 13307902. OLE color: 13307902.
HSL color Cylindrical-coordinate representation of color #FE0FCB: hue angle of 312.8º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FCB is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 203 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.00 |
| HSL | 312.8º | 0.99% | 0.53% | - |
| HSV(B) | 312.8º | 0.94% | 1% | - |
| XYZ | 51.82 | 25.72 | 58.73 | - |
| YUV | 107.89 | 181.68 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 203 | 0 | 0.94 | 0.20 | 0.00 | 312.8 | 0.99 | 0.53 |
| Hex | FE | F | CB | 0 | 5E | 14 | 0 | 139 | 63 | 35 |
| Octal | 376 | 17 | 313 | 0 | 136 | 24 | 0 | 471 | 143 | 65 |
| Binary | 11111110 | 1111 | 11001011 | 0 | 1011110 | 10100 | 0 | 100111001 | 1100011 | 110101 |
Color Harmonies of #FE0FCB
Complementary color
Monochromatic Colors of #FE0FCB
Black with #FE0FCB
Text Example
Text Example
White with #FE0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FCB; }
p { color: rgb(254,15,203); }
H1.HeaderClassName
{
color: #FE0FCB;
}
.AnyTagClassName
{
color: #FE0FCB;
}
</style>
background-color css
<style>
a { background-color: #FE0FCB; }
a { background-color: rgb(254,15,203); }
div.DivClassName
{
background-color: #FE0FCB;
}
.BgClassName
{
background-color: #FE0FCB;
}
</style>
border-color css
<style>
span { border-color: #FE0FCB; }
span { border-color: rgb(254,15,203); }
td.TdClassName
{
border-color: #FE0FCB;
}
.TagClassName
{
border-color: #FE0FCB;
}
</style>