Shades of Shocking Pink #FE0FC6
Tints of Shocking Pink #FE0FC6
RGB
CMYK
RGB Variations
Color information
#FE0FC6 (or 0xFE0FC6) is known color: Shocking Pink. HEX triplet: FE, 0F and C6. RGB value is (254,15,198). Sum of RGB (Red+Green+Blue) = 254+15+198=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FC6 is #01F039. Grayscale: #6A6A6A. Windows color (decimal): -127034 or 12980222. OLE color: 12980222.
HSL color Cylindrical-coordinate representation of color #FE0FC6: hue angle of 314.06º 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 #FE0FC6 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 198 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.00 |
| HSL | 314.06º | 0.99% | 0.53% | - |
| HSV(B) | 314.06º | 0.94% | 1% | - |
| XYZ | 51.24 | 25.49 | 55.65 | - |
| YUV | 107.32 | 179.18 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 198 | 0 | 0.94 | 0.22 | 0.00 | 314.06 | 0.99 | 0.53 |
| Hex | FE | F | C6 | 0 | 5E | 16 | 0 | 13A | 63 | 35 |
| Octal | 376 | 17 | 306 | 0 | 136 | 26 | 0 | 472 | 143 | 65 |
| Binary | 11111110 | 1111 | 11000110 | 0 | 1011110 | 10110 | 0 | 100111010 | 1100011 | 110101 |
Color Harmonies of #FE0FC6
Complementary color
Monochromatic Colors of #FE0FC6
Black with #FE0FC6
Text Example
Text Example
White with #FE0FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FC6; }
p { color: rgb(254,15,198); }
H1.HeaderClassName
{
color: #FE0FC6;
}
.AnyTagClassName
{
color: #FE0FC6;
}
</style>
background-color css
<style>
a { background-color: #FE0FC6; }
a { background-color: rgb(254,15,198); }
div.DivClassName
{
background-color: #FE0FC6;
}
.BgClassName
{
background-color: #FE0FC6;
}
</style>
border-color css
<style>
span { border-color: #FE0FC6; }
span { border-color: rgb(254,15,198); }
td.TdClassName
{
border-color: #FE0FC6;
}
.TagClassName
{
border-color: #FE0FC6;
}
</style>