Shades of Shocking Pink #FF15BD
Tints of Shocking Pink #FF15BD
RGB
CMYK
RGB Variations
Color information
#FF15BD (or 0xFF15BD) is known color: Shocking Pink. HEX triplet: FF, 15 and BD. RGB value is (255,21,189). Sum of RGB (Red+Green+Blue) = 255+21+189=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15BD is #00EA42. Grayscale: #6D6D6D. Windows color (decimal): -59971 or 12391935. OLE color: 12391935.
HSL color Cylindrical-coordinate representation of color #FF15BD: hue angle of 316.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF15BD is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 189 | - |
| CMYK | 0 | 0.92 | 0.26 | 0 |
| HSL | 316.92º | 1% | 0.54% | - |
| HSV(B) | 316.92º | 0.92% | 1% | - |
| XYZ | 50.69 | 25.47 | 50.39 | - |
| YUV | 110.12 | 172.52 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 189 | 0 | 0.92 | 0.26 | 0 | 316.92 | 1 | 0.54 |
| Hex | FF | 15 | BD | 0 | 5C | 1A | 0 | 13D | 64 | 36 |
| Octal | 377 | 25 | 275 | 0 | 134 | 32 | 0 | 475 | 144 | 66 |
| Binary | 11111111 | 10101 | 10111101 | 0 | 1011100 | 11010 | 0 | 100111101 | 1100100 | 110110 |
Color Harmonies of #FF15BD
Complementary color
Monochromatic Colors of #FF15BD
Black with #FF15BD
Text Example
Text Example
White with #FF15BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15BD; }
p { color: rgb(255,21,189); }
H1.HeaderClassName
{
color: #FF15BD;
}
.AnyTagClassName
{
color: #FF15BD;
}
</style>
background-color css
<style>
a { background-color: #FF15BD; }
a { background-color: rgb(255,21,189); }
div.DivClassName
{
background-color: #FF15BD;
}
.BgClassName
{
background-color: #FF15BD;
}
</style>
border-color css
<style>
span { border-color: #FF15BD; }
span { border-color: rgb(255,21,189); }
td.TdClassName
{
border-color: #FF15BD;
}
.TagClassName
{
border-color: #FF15BD;
}
</style>