Shades of Shocking Pink #FE14D1
Tints of Shocking Pink #FE14D1
RGB
CMYK
RGB Variations
Color information
#FE14D1 (or 0xFE14D1) is known color: Shocking Pink. HEX triplet: FE, 14 and D1. RGB value is (254,20,209). Sum of RGB (Red+Green+Blue) = 254+20+209=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE14D1 is #01EB2E. Grayscale: #6E6E6E. Windows color (decimal): -125743 or 13702398. OLE color: 13702398.
HSL color Cylindrical-coordinate representation of color #FE14D1: hue angle of 311.54º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE14D1 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 209 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.00 |
| HSL | 311.54º | 0.99% | 0.54% | - |
| HSV(B) | 311.54º | 0.92% | 1% | - |
| XYZ | 52.63 | 26.17 | 62.6 | - |
| YUV | 111.51 | 183.02 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 209 | 0 | 0.92 | 0.18 | 0.00 | 311.54 | 0.99 | 0.54 |
| Hex | FE | 14 | D1 | 0 | 5C | 12 | 0 | 138 | 63 | 36 |
| Octal | 376 | 24 | 321 | 0 | 134 | 22 | 0 | 470 | 143 | 66 |
| Binary | 11111110 | 10100 | 11010001 | 0 | 1011100 | 10010 | 0 | 100111000 | 1100011 | 110110 |
Color Harmonies of #FE14D1
Complementary color
Monochromatic Colors of #FE14D1
Black with #FE14D1
Text Example
Text Example
White with #FE14D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14D1; }
p { color: rgb(254,20,209); }
H1.HeaderClassName
{
color: #FE14D1;
}
.AnyTagClassName
{
color: #FE14D1;
}
</style>
background-color css
<style>
a { background-color: #FE14D1; }
a { background-color: rgb(254,20,209); }
div.DivClassName
{
background-color: #FE14D1;
}
.BgClassName
{
background-color: #FE14D1;
}
</style>
border-color css
<style>
span { border-color: #FE14D1; }
span { border-color: rgb(254,20,209); }
td.TdClassName
{
border-color: #FE14D1;
}
.TagClassName
{
border-color: #FE14D1;
}
</style>