Shades of Shocking Pink #FE1AC4
Tints of Shocking Pink #FE1AC4
RGB
CMYK
RGB Variations
Color information
#FE1AC4 (or 0xFE1AC4) is known color: Shocking Pink. HEX triplet: FE, 1A and C4. RGB value is (254,26,196). Sum of RGB (Red+Green+Blue) = 254+26+196=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1AC4 is #01E53B. Grayscale: #717171. Windows color (decimal): -124220 or 12851966. OLE color: 12851966.
HSL color Cylindrical-coordinate representation of color #FE1AC4: hue angle of 315.26º 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 #FE1AC4 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 196 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.00 |
| HSL | 315.26º | 0.99% | 0.55% | - |
| HSV(B) | 315.26º | 0.9% | 1% | - |
| XYZ | 51.21 | 25.8 | 54.5 | - |
| YUV | 113.55 | 174.54 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 196 | 0 | 0.90 | 0.23 | 0.00 | 315.26 | 0.99 | 0.55 |
| Hex | FE | 1A | C4 | 0 | 5A | 17 | 0 | 13B | 63 | 37 |
| Octal | 376 | 32 | 304 | 0 | 132 | 27 | 0 | 473 | 143 | 67 |
| Binary | 11111110 | 11010 | 11000100 | 0 | 1011010 | 10111 | 0 | 100111011 | 1100011 | 110111 |
Color Harmonies of #FE1AC4
Complementary color
Monochromatic Colors of #FE1AC4
Black with #FE1AC4
Text Example
Text Example
White with #FE1AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AC4; }
p { color: rgb(254,26,196); }
H1.HeaderClassName
{
color: #FE1AC4;
}
.AnyTagClassName
{
color: #FE1AC4;
}
</style>
background-color css
<style>
a { background-color: #FE1AC4; }
a { background-color: rgb(254,26,196); }
div.DivClassName
{
background-color: #FE1AC4;
}
.BgClassName
{
background-color: #FE1AC4;
}
</style>
border-color css
<style>
span { border-color: #FE1AC4; }
span { border-color: rgb(254,26,196); }
td.TdClassName
{
border-color: #FE1AC4;
}
.TagClassName
{
border-color: #FE1AC4;
}
</style>