Shades of Shocking Pink #FF15C7
Tints of Shocking Pink #FF15C7
RGB
CMYK
RGB Variations
Color information
#FF15C7 (or 0xFF15C7) is known color: Shocking Pink. HEX triplet: FF, 15 and C7. RGB value is (255,21,199). Sum of RGB (Red+Green+Blue) = 255+21+199=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15C7 is #00EA38. Grayscale: #6E6E6E. Windows color (decimal): -59961 or 13047295. OLE color: 13047295.
HSL color Cylindrical-coordinate representation of color #FF15C7: hue angle of 314.36º 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 #FF15C7 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 199 | - |
| CMYK | 0 | 0.92 | 0.22 | 0 |
| HSL | 314.36º | 1% | 0.54% | - |
| HSV(B) | 314.36º | 0.92% | 1% | - |
| XYZ | 51.82 | 25.92 | 56.3 | - |
| YUV | 111.26 | 177.52 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 199 | 0 | 0.92 | 0.22 | 0 | 314.36 | 1 | 0.54 |
| Hex | FF | 15 | C7 | 0 | 5C | 16 | 0 | 13A | 64 | 36 |
| Octal | 377 | 25 | 307 | 0 | 134 | 26 | 0 | 472 | 144 | 66 |
| Binary | 11111111 | 10101 | 11000111 | 0 | 1011100 | 10110 | 0 | 100111010 | 1100100 | 110110 |
Color Harmonies of #FF15C7
Complementary color
Monochromatic Colors of #FF15C7
Black with #FF15C7
Text Example
Text Example
White with #FF15C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15C7; }
p { color: rgb(255,21,199); }
H1.HeaderClassName
{
color: #FF15C7;
}
.AnyTagClassName
{
color: #FF15C7;
}
</style>
background-color css
<style>
a { background-color: #FF15C7; }
a { background-color: rgb(255,21,199); }
div.DivClassName
{
background-color: #FF15C7;
}
.BgClassName
{
background-color: #FF15C7;
}
</style>
border-color css
<style>
span { border-color: #FF15C7; }
span { border-color: rgb(255,21,199); }
td.TdClassName
{
border-color: #FF15C7;
}
.TagClassName
{
border-color: #FF15C7;
}
</style>