Shades of Shocking Pink #FE13CC
Tints of Shocking Pink #FE13CC
RGB
CMYK
RGB Variations
Color information
#FE13CC (or 0xFE13CC) is known color: Shocking Pink. HEX triplet: FE, 13 and CC. RGB value is (254,19,204). Sum of RGB (Red+Green+Blue) = 254+19+204=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13CC is #01EC33. Grayscale: #6D6D6D. Windows color (decimal): -126004 or 13374462. OLE color: 13374462.
HSL color Cylindrical-coordinate representation of color #FE13CC: hue angle of 312.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13CC is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 204 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.00 |
| HSL | 312.77º | 0.99% | 0.54% | - |
| HSV(B) | 312.77º | 0.93% | 1% | - |
| XYZ | 52.01 | 25.9 | 59.38 | - |
| YUV | 110.36 | 180.86 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 204 | 0 | 0.93 | 0.20 | 0.00 | 312.77 | 0.99 | 0.54 |
| Hex | FE | 13 | CC | 0 | 5D | 14 | 0 | 139 | 63 | 36 |
| Octal | 376 | 23 | 314 | 0 | 135 | 24 | 0 | 471 | 143 | 66 |
| Binary | 11111110 | 10011 | 11001100 | 0 | 1011101 | 10100 | 0 | 100111001 | 1100011 | 110110 |
Color Harmonies of #FE13CC
Complementary color
Monochromatic Colors of #FE13CC
Black with #FE13CC
Text Example
Text Example
White with #FE13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13CC; }
p { color: rgb(254,19,204); }
H1.HeaderClassName
{
color: #FE13CC;
}
.AnyTagClassName
{
color: #FE13CC;
}
</style>
background-color css
<style>
a { background-color: #FE13CC; }
a { background-color: rgb(254,19,204); }
div.DivClassName
{
background-color: #FE13CC;
}
.BgClassName
{
background-color: #FE13CC;
}
</style>
border-color css
<style>
span { border-color: #FE13CC; }
span { border-color: rgb(254,19,204); }
td.TdClassName
{
border-color: #FE13CC;
}
.TagClassName
{
border-color: #FE13CC;
}
</style>