Shades of Shocking Pink #FE22C1
Tints of Shocking Pink #FE22C1
RGB
CMYK
RGB Variations
Color information
#FE22C1 (or 0xFE22C1) is known color: Shocking Pink. HEX triplet: FE, 22 and C1. RGB value is (254,34,193). Sum of RGB (Red+Green+Blue) = 254+34+193=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 34 (13.67% from 255 or 7.07% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE22C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE22C1 is #01DD3E. Grayscale: #757575. Windows color (decimal): -122175 or 12657406. OLE color: 12657406.
HSL color Cylindrical-coordinate representation of color #FE22C1: hue angle of 316.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE22C1 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 193 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.00 |
| HSL | 316.64º | 0.99% | 0.56% | - |
| HSV(B) | 316.64º | 0.87% | 1% | - |
| XYZ | 51.07 | 26.07 | 52.79 | - |
| YUV | 117.91 | 170.39 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 193 | 0 | 0.87 | 0.24 | 0.00 | 316.64 | 0.99 | 0.56 |
| Hex | FE | 22 | C1 | 0 | 57 | 18 | 0 | 13D | 63 | 38 |
| Octal | 376 | 42 | 301 | 0 | 127 | 30 | 0 | 475 | 143 | 70 |
| Binary | 11111110 | 100010 | 11000001 | 0 | 1010111 | 11000 | 0 | 100111101 | 1100011 | 111000 |
Color Harmonies of #FE22C1
Complementary color
Monochromatic Colors of #FE22C1
Black with #FE22C1
Text Example
Text Example
White with #FE22C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE22C1; }
p { color: rgb(254,34,193); }
H1.HeaderClassName
{
color: #FE22C1;
}
.AnyTagClassName
{
color: #FE22C1;
}
</style>
background-color css
<style>
a { background-color: #FE22C1; }
a { background-color: rgb(254,34,193); }
div.DivClassName
{
background-color: #FE22C1;
}
.BgClassName
{
background-color: #FE22C1;
}
</style>
border-color css
<style>
span { border-color: #FE22C1; }
span { border-color: rgb(254,34,193); }
td.TdClassName
{
border-color: #FE22C1;
}
.TagClassName
{
border-color: #FE22C1;
}
</style>