Shades of Shocking Pink #FF13BD
Tints of Shocking Pink #FF13BD
RGB
CMYK
RGB Variations
Color information
#FF13BD (or 0xFF13BD) is known color: Shocking Pink. HEX triplet: FF, 13 and BD. RGB value is (255,19,189). Sum of RGB (Red+Green+Blue) = 255+19+189=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13BD is #00EC42. Grayscale: #6C6C6C. Windows color (decimal): -60483 or 12391423. OLE color: 12391423.
HSL color Cylindrical-coordinate representation of color #FF13BD: hue angle of 316.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF13BD is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 189 | - |
| CMYK | 0 | 0.93 | 0.26 | 0 |
| HSL | 316.78º | 1% | 0.54% | - |
| HSV(B) | 316.78º | 0.93% | 1% | - |
| XYZ | 50.66 | 25.4 | 50.38 | - |
| YUV | 108.94 | 173.19 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 189 | 0 | 0.93 | 0.26 | 0 | 316.78 | 1 | 0.54 |
| Hex | FF | 13 | BD | 0 | 5D | 1A | 0 | 13D | 64 | 36 |
| Octal | 377 | 23 | 275 | 0 | 135 | 32 | 0 | 475 | 144 | 66 |
| Binary | 11111111 | 10011 | 10111101 | 0 | 1011101 | 11010 | 0 | 100111101 | 1100100 | 110110 |
Color Harmonies of #FF13BD
Complementary color
Monochromatic Colors of #FF13BD
Black with #FF13BD
Text Example
Text Example
White with #FF13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13BD; }
p { color: rgb(255,19,189); }
H1.HeaderClassName
{
color: #FF13BD;
}
.AnyTagClassName
{
color: #FF13BD;
}
</style>
background-color css
<style>
a { background-color: #FF13BD; }
a { background-color: rgb(255,19,189); }
div.DivClassName
{
background-color: #FF13BD;
}
.BgClassName
{
background-color: #FF13BD;
}
</style>
border-color css
<style>
span { border-color: #FF13BD; }
span { border-color: rgb(255,19,189); }
td.TdClassName
{
border-color: #FF13BD;
}
.TagClassName
{
border-color: #FF13BD;
}
</style>