Shades of Shocking Pink #FE0CB4
Tints of Shocking Pink #FE0CB4
RGB
CMYK
RGB Variations
Color information
#FE0CB4 (or 0xFE0CB4) is known color: Shocking Pink. HEX triplet: FE, 0C and B4. RGB value is (254,12,180). Sum of RGB (Red+Green+Blue) = 254+12+180=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0CB4 is #01F34B. Grayscale: #676767. Windows color (decimal): -127820 or 11799806. OLE color: 11799806.
HSL color Cylindrical-coordinate representation of color #FE0CB4: hue angle of 318.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0CB4 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 180 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.00 |
| HSL | 318.35º | 0.99% | 0.52% | - |
| HSV(B) | 318.35º | 0.95% | 1% | - |
| XYZ | 49.24 | 24.63 | 45.34 | - |
| YUV | 103.51 | 171.17 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 180 | 0 | 0.95 | 0.29 | 0.00 | 318.35 | 0.99 | 0.52 |
| Hex | FE | C | B4 | 0 | 5F | 1D | 0 | 13E | 63 | 34 |
| Octal | 376 | 14 | 264 | 0 | 137 | 35 | 0 | 476 | 143 | 64 |
| Binary | 11111110 | 1100 | 10110100 | 0 | 1011111 | 11101 | 0 | 100111110 | 1100011 | 110100 |
Color Harmonies of #FE0CB4
Complementary color
Monochromatic Colors of #FE0CB4
Black with #FE0CB4
Text Example
Text Example
White with #FE0CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0CB4; }
p { color: rgb(254,12,180); }
H1.HeaderClassName
{
color: #FE0CB4;
}
.AnyTagClassName
{
color: #FE0CB4;
}
</style>
background-color css
<style>
a { background-color: #FE0CB4; }
a { background-color: rgb(254,12,180); }
div.DivClassName
{
background-color: #FE0CB4;
}
.BgClassName
{
background-color: #FE0CB4;
}
</style>
border-color css
<style>
span { border-color: #FE0CB4; }
span { border-color: rgb(254,12,180); }
td.TdClassName
{
border-color: #FE0CB4;
}
.TagClassName
{
border-color: #FE0CB4;
}
</style>