Shades of Shocking Pink #FE12CA
Tints of Shocking Pink #FE12CA
RGB
CMYK
RGB Variations
Color information
#FE12CA (or 0xFE12CA) is known color: Shocking Pink. HEX triplet: FE, 12 and CA. RGB value is (254,18,202). Sum of RGB (Red+Green+Blue) = 254+18+202=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12CA is #01ED35. Grayscale: #6D6D6D. Windows color (decimal): -126262 or 13243134. OLE color: 13243134.
HSL color Cylindrical-coordinate representation of color #FE12CA: hue angle of 313.22º 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 #FE12CA is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 202 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.00 |
| HSL | 313.22º | 0.99% | 0.53% | - |
| HSV(B) | 313.22º | 0.93% | 1% | - |
| XYZ | 51.75 | 25.77 | 58.12 | - |
| YUV | 109.54 | 180.19 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 202 | 0 | 0.93 | 0.20 | 0.00 | 313.22 | 0.99 | 0.53 |
| Hex | FE | 12 | CA | 0 | 5D | 14 | 0 | 139 | 63 | 35 |
| Octal | 376 | 22 | 312 | 0 | 135 | 24 | 0 | 471 | 143 | 65 |
| Binary | 11111110 | 10010 | 11001010 | 0 | 1011101 | 10100 | 0 | 100111001 | 1100011 | 110101 |
Color Harmonies of #FE12CA
Complementary color
Monochromatic Colors of #FE12CA
Black with #FE12CA
Text Example
Text Example
White with #FE12CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12CA; }
p { color: rgb(254,18,202); }
H1.HeaderClassName
{
color: #FE12CA;
}
.AnyTagClassName
{
color: #FE12CA;
}
</style>
background-color css
<style>
a { background-color: #FE12CA; }
a { background-color: rgb(254,18,202); }
div.DivClassName
{
background-color: #FE12CA;
}
.BgClassName
{
background-color: #FE12CA;
}
</style>
border-color css
<style>
span { border-color: #FE12CA; }
span { border-color: rgb(254,18,202); }
td.TdClassName
{
border-color: #FE12CA;
}
.TagClassName
{
border-color: #FE12CA;
}
</style>