Shades of Shocking Pink #FE14B7
Tints of Shocking Pink #FE14B7
RGB
CMYK
RGB Variations
Color information
#FE14B7 (or 0xFE14B7) is known color: Shocking Pink. HEX triplet: FE, 14 and B7. RGB value is (254,20,183). Sum of RGB (Red+Green+Blue) = 254+20+183=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE14B7 is #01EB48. Grayscale: #6C6C6C. Windows color (decimal): -125769 or 11998462. OLE color: 11998462.
HSL color Cylindrical-coordinate representation of color #FE14B7: hue angle of 318.21º 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 #FE14B7 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 183 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.00 |
| HSL | 318.21º | 0.99% | 0.54% | - |
| HSV(B) | 318.21º | 0.92% | 1% | - |
| XYZ | 49.67 | 24.99 | 47.01 | - |
| YUV | 108.55 | 170.02 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 183 | 0 | 0.92 | 0.28 | 0.00 | 318.21 | 0.99 | 0.54 |
| Hex | FE | 14 | B7 | 0 | 5C | 1C | 0 | 13E | 63 | 36 |
| Octal | 376 | 24 | 267 | 0 | 134 | 34 | 0 | 476 | 143 | 66 |
| Binary | 11111110 | 10100 | 10110111 | 0 | 1011100 | 11100 | 0 | 100111110 | 1100011 | 110110 |
Color Harmonies of #FE14B7
Complementary color
Monochromatic Colors of #FE14B7
Black with #FE14B7
Text Example
Text Example
White with #FE14B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14B7; }
p { color: rgb(254,20,183); }
H1.HeaderClassName
{
color: #FE14B7;
}
.AnyTagClassName
{
color: #FE14B7;
}
</style>
background-color css
<style>
a { background-color: #FE14B7; }
a { background-color: rgb(254,20,183); }
div.DivClassName
{
background-color: #FE14B7;
}
.BgClassName
{
background-color: #FE14B7;
}
</style>
border-color css
<style>
span { border-color: #FE14B7; }
span { border-color: rgb(254,20,183); }
td.TdClassName
{
border-color: #FE14B7;
}
.TagClassName
{
border-color: #FE14B7;
}
</style>