Shades of Shocking Pink #FE11CA
Tints of Shocking Pink #FE11CA
RGB
CMYK
RGB Variations
Color information
#FE11CA (or 0xFE11CA) is known color: Shocking Pink. HEX triplet: FE, 11 and CA. RGB value is (254,17,202). Sum of RGB (Red+Green+Blue) = 254+17+202=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11CA is #01EE35. Grayscale: #6C6C6C. Windows color (decimal): -126518 or 13242878. OLE color: 13242878.
HSL color Cylindrical-coordinate representation of color #FE11CA: hue angle of 313.16º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11CA is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 202 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.00 |
| HSL | 313.16º | 0.99% | 0.53% | - |
| HSV(B) | 313.16º | 0.93% | 1% | - |
| XYZ | 51.73 | 25.74 | 58.12 | - |
| YUV | 108.95 | 180.52 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 202 | 0 | 0.93 | 0.20 | 0.00 | 313.16 | 0.99 | 0.53 |
| Hex | FE | 11 | CA | 0 | 5D | 14 | 0 | 139 | 63 | 35 |
| Octal | 376 | 21 | 312 | 0 | 135 | 24 | 0 | 471 | 143 | 65 |
| Binary | 11111110 | 10001 | 11001010 | 0 | 1011101 | 10100 | 0 | 100111001 | 1100011 | 110101 |
Color Harmonies of #FE11CA
Complementary color
Monochromatic Colors of #FE11CA
Black with #FE11CA
Text Example
Text Example
White with #FE11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11CA; }
p { color: rgb(254,17,202); }
H1.HeaderClassName
{
color: #FE11CA;
}
.AnyTagClassName
{
color: #FE11CA;
}
</style>
background-color css
<style>
a { background-color: #FE11CA; }
a { background-color: rgb(254,17,202); }
div.DivClassName
{
background-color: #FE11CA;
}
.BgClassName
{
background-color: #FE11CA;
}
</style>
border-color css
<style>
span { border-color: #FE11CA; }
span { border-color: rgb(254,17,202); }
td.TdClassName
{
border-color: #FE11CA;
}
.TagClassName
{
border-color: #FE11CA;
}
</style>