Shades of Shocking Pink #FE0FC3
Tints of Shocking Pink #FE0FC3
RGB
CMYK
RGB Variations
Color information
#FE0FC3 (or 0xFE0FC3) is known color: Shocking Pink. HEX triplet: FE, 0F and C3. RGB value is (254,15,195). Sum of RGB (Red+Green+Blue) = 254+15+195=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FC3 is #01F03C. Grayscale: #6A6A6A. Windows color (decimal): -127037 or 12783614. OLE color: 12783614.
HSL color Cylindrical-coordinate representation of color #FE0FC3: hue angle of 314.81º 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 #FE0FC3 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 195 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.00 |
| HSL | 314.81º | 0.99% | 0.53% | - |
| HSV(B) | 314.81º | 0.94% | 1% | - |
| XYZ | 50.89 | 25.35 | 53.84 | - |
| YUV | 106.98 | 177.68 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 195 | 0 | 0.94 | 0.23 | 0.00 | 314.81 | 0.99 | 0.53 |
| Hex | FE | F | C3 | 0 | 5E | 17 | 0 | 13B | 63 | 35 |
| Octal | 376 | 17 | 303 | 0 | 136 | 27 | 0 | 473 | 143 | 65 |
| Binary | 11111110 | 1111 | 11000011 | 0 | 1011110 | 10111 | 0 | 100111011 | 1100011 | 110101 |
Color Harmonies of #FE0FC3
Complementary color
Monochromatic Colors of #FE0FC3
Black with #FE0FC3
Text Example
Text Example
White with #FE0FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FC3; }
p { color: rgb(254,15,195); }
H1.HeaderClassName
{
color: #FE0FC3;
}
.AnyTagClassName
{
color: #FE0FC3;
}
</style>
background-color css
<style>
a { background-color: #FE0FC3; }
a { background-color: rgb(254,15,195); }
div.DivClassName
{
background-color: #FE0FC3;
}
.BgClassName
{
background-color: #FE0FC3;
}
</style>
border-color css
<style>
span { border-color: #FE0FC3; }
span { border-color: rgb(254,15,195); }
td.TdClassName
{
border-color: #FE0FC3;
}
.TagClassName
{
border-color: #FE0FC3;
}
</style>