Shades of Shocking Pink #FE20BF
Tints of Shocking Pink #FE20BF
RGB
CMYK
RGB Variations
Color information
#FE20BF (or 0xFE20BF) is known color: Shocking Pink. HEX triplet: FE, 20 and BF. RGB value is (254,32,191). Sum of RGB (Red+Green+Blue) = 254+32+191=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20BF is #01DF40. Grayscale: #747474. Windows color (decimal): -122689 or 12525822. OLE color: 12525822.
HSL color Cylindrical-coordinate representation of color #FE20BF: hue angle of 317.03º 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 #FE20BF is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 191 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.00 |
| HSL | 317.03º | 0.99% | 0.56% | - |
| HSV(B) | 317.03º | 0.87% | 1% | - |
| XYZ | 50.79 | 25.87 | 51.61 | - |
| YUV | 116.5 | 170.05 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 191 | 0 | 0.87 | 0.25 | 0.00 | 317.03 | 0.99 | 0.56 |
| Hex | FE | 20 | BF | 0 | 57 | 19 | 0 | 13D | 63 | 38 |
| Octal | 376 | 40 | 277 | 0 | 127 | 31 | 0 | 475 | 143 | 70 |
| Binary | 11111110 | 100000 | 10111111 | 0 | 1010111 | 11001 | 0 | 100111101 | 1100011 | 111000 |
Color Harmonies of #FE20BF
Complementary color
Monochromatic Colors of #FE20BF
Black with #FE20BF
Text Example
Text Example
White with #FE20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20BF; }
p { color: rgb(254,32,191); }
H1.HeaderClassName
{
color: #FE20BF;
}
.AnyTagClassName
{
color: #FE20BF;
}
</style>
background-color css
<style>
a { background-color: #FE20BF; }
a { background-color: rgb(254,32,191); }
div.DivClassName
{
background-color: #FE20BF;
}
.BgClassName
{
background-color: #FE20BF;
}
</style>
border-color css
<style>
span { border-color: #FE20BF; }
span { border-color: rgb(254,32,191); }
td.TdClassName
{
border-color: #FE20BF;
}
.TagClassName
{
border-color: #FE20BF;
}
</style>