Shades of Shocking Pink #FE0FCE
Tints of Shocking Pink #FE0FCE
RGB
CMYK
RGB Variations
Color information
#FE0FCE (or 0xFE0FCE) is known color: Shocking Pink. HEX triplet: FE, 0F and CE. RGB value is (254,15,206). Sum of RGB (Red+Green+Blue) = 254+15+206=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FCE is #01F031. Grayscale: #6B6B6B. Windows color (decimal): -127026 or 13504510. OLE color: 13504510.
HSL color Cylindrical-coordinate representation of color #FE0FCE: hue angle of 312.05º 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 #FE0FCE is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 206 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.00 |
| HSL | 312.05º | 0.99% | 0.53% | - |
| HSV(B) | 312.05º | 0.94% | 1% | - |
| XYZ | 52.18 | 25.87 | 60.64 | - |
| YUV | 108.24 | 183.18 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 206 | 0 | 0.94 | 0.19 | 0.00 | 312.05 | 0.99 | 0.53 |
| Hex | FE | F | CE | 0 | 5E | 13 | 0 | 138 | 63 | 35 |
| Octal | 376 | 17 | 316 | 0 | 136 | 23 | 0 | 470 | 143 | 65 |
| Binary | 11111110 | 1111 | 11001110 | 0 | 1011110 | 10011 | 0 | 100111000 | 1100011 | 110101 |
Color Harmonies of #FE0FCE
Complementary color
Monochromatic Colors of #FE0FCE
Black with #FE0FCE
Text Example
Text Example
White with #FE0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FCE; }
p { color: rgb(254,15,206); }
H1.HeaderClassName
{
color: #FE0FCE;
}
.AnyTagClassName
{
color: #FE0FCE;
}
</style>
background-color css
<style>
a { background-color: #FE0FCE; }
a { background-color: rgb(254,15,206); }
div.DivClassName
{
background-color: #FE0FCE;
}
.BgClassName
{
background-color: #FE0FCE;
}
</style>
border-color css
<style>
span { border-color: #FE0FCE; }
span { border-color: rgb(254,15,206); }
td.TdClassName
{
border-color: #FE0FCE;
}
.TagClassName
{
border-color: #FE0FCE;
}
</style>