Shades of Shocking Pink #FE13CB
Tints of Shocking Pink #FE13CB
RGB
CMYK
RGB Variations
Color information
#FE13CB (or 0xFE13CB) is known color: Shocking Pink. HEX triplet: FE, 13 and CB. RGB value is (254,19,203). Sum of RGB (Red+Green+Blue) = 254+19+203=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13CB is #01EC34. Grayscale: #6D6D6D. Windows color (decimal): -126005 or 13308926. OLE color: 13308926.
HSL color Cylindrical-coordinate representation of color #FE13CB: hue angle of 313.02º 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 #FE13CB is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 203 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.00 |
| HSL | 313.02º | 0.99% | 0.54% | - |
| HSV(B) | 313.02º | 0.93% | 1% | - |
| XYZ | 51.89 | 25.85 | 58.75 | - |
| YUV | 110.24 | 180.36 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 203 | 0 | 0.93 | 0.20 | 0.00 | 313.02 | 0.99 | 0.54 |
| Hex | FE | 13 | CB | 0 | 5D | 14 | 0 | 139 | 63 | 36 |
| Octal | 376 | 23 | 313 | 0 | 135 | 24 | 0 | 471 | 143 | 66 |
| Binary | 11111110 | 10011 | 11001011 | 0 | 1011101 | 10100 | 0 | 100111001 | 1100011 | 110110 |
Color Harmonies of #FE13CB
Complementary color
Monochromatic Colors of #FE13CB
Black with #FE13CB
Text Example
Text Example
White with #FE13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13CB; }
p { color: rgb(254,19,203); }
H1.HeaderClassName
{
color: #FE13CB;
}
.AnyTagClassName
{
color: #FE13CB;
}
</style>
background-color css
<style>
a { background-color: #FE13CB; }
a { background-color: rgb(254,19,203); }
div.DivClassName
{
background-color: #FE13CB;
}
.BgClassName
{
background-color: #FE13CB;
}
</style>
border-color css
<style>
span { border-color: #FE13CB; }
span { border-color: rgb(254,19,203); }
td.TdClassName
{
border-color: #FE13CB;
}
.TagClassName
{
border-color: #FE13CB;
}
</style>