Shades of Shocking Pink #FF15C1
Tints of Shocking Pink #FF15C1
RGB
CMYK
RGB Variations
Color information
#FF15C1 (or 0xFF15C1) is known color: Shocking Pink. HEX triplet: FF, 15 and C1. RGB value is (255,21,193). Sum of RGB (Red+Green+Blue) = 255+21+193=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15C1 is #00EA3E. Grayscale: #6E6E6E. Windows color (decimal): -59967 or 12654079. OLE color: 12654079.
HSL color Cylindrical-coordinate representation of color #FF15C1: hue angle of 315.9º 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 #FF15C1 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 193 | - |
| CMYK | 0 | 0.92 | 0.24 | 0 |
| HSL | 315.9º | 1% | 0.54% | - |
| HSV(B) | 315.9º | 0.92% | 1% | - |
| XYZ | 51.13 | 25.65 | 52.71 | - |
| YUV | 110.57 | 174.52 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 193 | 0 | 0.92 | 0.24 | 0 | 315.9 | 1 | 0.54 |
| Hex | FF | 15 | C1 | 0 | 5C | 18 | 0 | 13C | 64 | 36 |
| Octal | 377 | 25 | 301 | 0 | 134 | 30 | 0 | 474 | 144 | 66 |
| Binary | 11111111 | 10101 | 11000001 | 0 | 1011100 | 11000 | 0 | 100111100 | 1100100 | 110110 |
Color Harmonies of #FF15C1
Complementary color
Monochromatic Colors of #FF15C1
Black with #FF15C1
Text Example
Text Example
White with #FF15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15C1; }
p { color: rgb(255,21,193); }
H1.HeaderClassName
{
color: #FF15C1;
}
.AnyTagClassName
{
color: #FF15C1;
}
</style>
background-color css
<style>
a { background-color: #FF15C1; }
a { background-color: rgb(255,21,193); }
div.DivClassName
{
background-color: #FF15C1;
}
.BgClassName
{
background-color: #FF15C1;
}
</style>
border-color css
<style>
span { border-color: #FF15C1; }
span { border-color: rgb(255,21,193); }
td.TdClassName
{
border-color: #FF15C1;
}
.TagClassName
{
border-color: #FF15C1;
}
</style>