Shades of Shocking Pink #FE1AC7
Tints of Shocking Pink #FE1AC7
RGB
CMYK
RGB Variations
Color information
#FE1AC7 (or 0xFE1AC7) is known color: Shocking Pink. HEX triplet: FE, 1A and C7. RGB value is (254,26,199). Sum of RGB (Red+Green+Blue) = 254+26+199=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1AC7 is #01E538. Grayscale: #717171. Windows color (decimal): -124217 or 13048574. OLE color: 13048574.
HSL color Cylindrical-coordinate representation of color #FE1AC7: hue angle of 314.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1AC7 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 199 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.00 |
| HSL | 314.47º | 0.99% | 0.55% | - |
| HSV(B) | 314.47º | 0.9% | 1% | - |
| XYZ | 51.55 | 25.93 | 56.32 | - |
| YUV | 113.89 | 176.04 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 199 | 0 | 0.90 | 0.22 | 0.00 | 314.47 | 0.99 | 0.55 |
| Hex | FE | 1A | C7 | 0 | 5A | 16 | 0 | 13A | 63 | 37 |
| Octal | 376 | 32 | 307 | 0 | 132 | 26 | 0 | 472 | 143 | 67 |
| Binary | 11111110 | 11010 | 11000111 | 0 | 1011010 | 10110 | 0 | 100111010 | 1100011 | 110111 |
Color Harmonies of #FE1AC7
Complementary color
Monochromatic Colors of #FE1AC7
Black with #FE1AC7
Text Example
Text Example
White with #FE1AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AC7; }
p { color: rgb(254,26,199); }
H1.HeaderClassName
{
color: #FE1AC7;
}
.AnyTagClassName
{
color: #FE1AC7;
}
</style>
background-color css
<style>
a { background-color: #FE1AC7; }
a { background-color: rgb(254,26,199); }
div.DivClassName
{
background-color: #FE1AC7;
}
.BgClassName
{
background-color: #FE1AC7;
}
</style>
border-color css
<style>
span { border-color: #FE1AC7; }
span { border-color: rgb(254,26,199); }
td.TdClassName
{
border-color: #FE1AC7;
}
.TagClassName
{
border-color: #FE1AC7;
}
</style>