Shades of Shocking Pink #FE07C0
Tints of Shocking Pink #FE07C0
RGB
CMYK
RGB Variations
Color information
#FE07C0 (or 0xFE07C0) is known color: Shocking Pink. HEX triplet: FE, 07 and C0. RGB value is (254,7,192). Sum of RGB (Red+Green+Blue) = 254+7+192=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07C0 is #01F83F. Grayscale: #656565. Windows color (decimal): -129088 or 12584958. OLE color: 12584958.
HSL color Cylindrical-coordinate representation of color #FE07C0: hue angle of 315.06º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE07C0 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 192 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.00 |
| HSL | 315.06º | 0.99% | 0.51% | - |
| HSV(B) | 315.06º | 0.97% | 1% | - |
| XYZ | 50.46 | 25.03 | 52.04 | - |
| YUV | 101.94 | 178.83 | 236.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 192 | 0 | 0.97 | 0.24 | 0.00 | 315.06 | 0.99 | 0.51 |
| Hex | FE | 7 | C0 | 0 | 61 | 18 | 0 | 13B | 63 | 33 |
| Octal | 376 | 7 | 300 | 0 | 141 | 30 | 0 | 473 | 143 | 63 |
| Binary | 11111110 | 111 | 11000000 | 0 | 1100001 | 11000 | 0 | 100111011 | 1100011 | 110011 |
Color Harmonies of #FE07C0
Complementary color
Monochromatic Colors of #FE07C0
Black with #FE07C0
Text Example
Text Example
White with #FE07C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07C0; }
p { color: rgb(254,7,192); }
H1.HeaderClassName
{
color: #FE07C0;
}
.AnyTagClassName
{
color: #FE07C0;
}
</style>
background-color css
<style>
a { background-color: #FE07C0; }
a { background-color: rgb(254,7,192); }
div.DivClassName
{
background-color: #FE07C0;
}
.BgClassName
{
background-color: #FE07C0;
}
</style>
border-color css
<style>
span { border-color: #FE07C0; }
span { border-color: rgb(254,7,192); }
td.TdClassName
{
border-color: #FE07C0;
}
.TagClassName
{
border-color: #FE07C0;
}
</style>