Shades of Shocking Pink #FE13C4
Tints of Shocking Pink #FE13C4
RGB
CMYK
RGB Variations
Color information
#FE13C4 (or 0xFE13C4) is known color: Shocking Pink. HEX triplet: FE, 13 and C4. RGB value is (254,19,196). Sum of RGB (Red+Green+Blue) = 254+19+196=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13C4 is #01EC3B. Grayscale: #6C6C6C. Windows color (decimal): -126012 or 12850174. OLE color: 12850174.
HSL color Cylindrical-coordinate representation of color #FE13C4: hue angle of 314.81º 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 #FE13C4 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 196 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.00 |
| HSL | 314.81º | 0.99% | 0.54% | - |
| HSV(B) | 314.81º | 0.93% | 1% | - |
| XYZ | 51.07 | 25.52 | 54.46 | - |
| YUV | 109.44 | 176.86 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 196 | 0 | 0.93 | 0.23 | 0.00 | 314.81 | 0.99 | 0.54 |
| Hex | FE | 13 | C4 | 0 | 5D | 17 | 0 | 13B | 63 | 36 |
| Octal | 376 | 23 | 304 | 0 | 135 | 27 | 0 | 473 | 143 | 66 |
| Binary | 11111110 | 10011 | 11000100 | 0 | 1011101 | 10111 | 0 | 100111011 | 1100011 | 110110 |
Color Harmonies of #FE13C4
Complementary color
Monochromatic Colors of #FE13C4
Black with #FE13C4
Text Example
Text Example
White with #FE13C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13C4; }
p { color: rgb(254,19,196); }
H1.HeaderClassName
{
color: #FE13C4;
}
.AnyTagClassName
{
color: #FE13C4;
}
</style>
background-color css
<style>
a { background-color: #FE13C4; }
a { background-color: rgb(254,19,196); }
div.DivClassName
{
background-color: #FE13C4;
}
.BgClassName
{
background-color: #FE13C4;
}
</style>
border-color css
<style>
span { border-color: #FE13C4; }
span { border-color: rgb(254,19,196); }
td.TdClassName
{
border-color: #FE13C4;
}
.TagClassName
{
border-color: #FE13C4;
}
</style>