Shades of Shocking Pink #FF15C9
Tints of Shocking Pink #FF15C9
RGB
CMYK
RGB Variations
Color information
#FF15C9 (or 0xFF15C9) is known color: Shocking Pink. HEX triplet: FF, 15 and C9. RGB value is (255,21,201). Sum of RGB (Red+Green+Blue) = 255+21+201=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15C9 is #00EA36. Grayscale: #6F6F6F. Windows color (decimal): -59959 or 13178367. OLE color: 13178367.
HSL color Cylindrical-coordinate representation of color #FF15C9: hue angle of 313.85º 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 #FF15C9 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 201 | - |
| CMYK | 0 | 0.92 | 0.21 | 0 |
| HSL | 313.85º | 1% | 0.54% | - |
| HSV(B) | 313.85º | 0.92% | 1% | - |
| XYZ | 52.05 | 26.01 | 57.54 | - |
| YUV | 111.49 | 178.52 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 201 | 0 | 0.92 | 0.21 | 0 | 313.85 | 1 | 0.54 |
| Hex | FF | 15 | C9 | 0 | 5C | 15 | 0 | 13A | 64 | 36 |
| Octal | 377 | 25 | 311 | 0 | 134 | 25 | 0 | 472 | 144 | 66 |
| Binary | 11111111 | 10101 | 11001001 | 0 | 1011100 | 10101 | 0 | 100111010 | 1100100 | 110110 |
Color Harmonies of #FF15C9
Complementary color
Monochromatic Colors of #FF15C9
Black with #FF15C9
Text Example
Text Example
White with #FF15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15C9; }
p { color: rgb(255,21,201); }
H1.HeaderClassName
{
color: #FF15C9;
}
.AnyTagClassName
{
color: #FF15C9;
}
</style>
background-color css
<style>
a { background-color: #FF15C9; }
a { background-color: rgb(255,21,201); }
div.DivClassName
{
background-color: #FF15C9;
}
.BgClassName
{
background-color: #FF15C9;
}
</style>
border-color css
<style>
span { border-color: #FF15C9; }
span { border-color: rgb(255,21,201); }
td.TdClassName
{
border-color: #FF15C9;
}
.TagClassName
{
border-color: #FF15C9;
}
</style>