Shades of Shocking Pink #FE0FC7
Tints of Shocking Pink #FE0FC7
RGB
CMYK
RGB Variations
Color information
#FE0FC7 (or 0xFE0FC7) is known color: Shocking Pink. HEX triplet: FE, 0F and C7. RGB value is (254,15,199). Sum of RGB (Red+Green+Blue) = 254+15+199=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FC7 is #01F038. Grayscale: #6A6A6A. Windows color (decimal): -127033 or 13045758. OLE color: 13045758.
HSL color Cylindrical-coordinate representation of color #FE0FC7: hue angle of 313.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 #FE0FC7 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 199 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.00 |
| HSL | 313.81º | 0.99% | 0.53% | - |
| HSV(B) | 313.81º | 0.94% | 1% | - |
| XYZ | 51.35 | 25.54 | 56.26 | - |
| YUV | 107.44 | 179.68 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 199 | 0 | 0.94 | 0.22 | 0.00 | 313.81 | 0.99 | 0.53 |
| Hex | FE | F | C7 | 0 | 5E | 16 | 0 | 13A | 63 | 35 |
| Octal | 376 | 17 | 307 | 0 | 136 | 26 | 0 | 472 | 143 | 65 |
| Binary | 11111110 | 1111 | 11000111 | 0 | 1011110 | 10110 | 0 | 100111010 | 1100011 | 110101 |
Color Harmonies of #FE0FC7
Complementary color
Monochromatic Colors of #FE0FC7
Black with #FE0FC7
Text Example
Text Example
White with #FE0FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FC7; }
p { color: rgb(254,15,199); }
H1.HeaderClassName
{
color: #FE0FC7;
}
.AnyTagClassName
{
color: #FE0FC7;
}
</style>
background-color css
<style>
a { background-color: #FE0FC7; }
a { background-color: rgb(254,15,199); }
div.DivClassName
{
background-color: #FE0FC7;
}
.BgClassName
{
background-color: #FE0FC7;
}
</style>
border-color css
<style>
span { border-color: #FE0FC7; }
span { border-color: rgb(254,15,199); }
td.TdClassName
{
border-color: #FE0FC7;
}
.TagClassName
{
border-color: #FE0FC7;
}
</style>