Shades of Shocking Pink #FF15CA
Tints of Shocking Pink #FF15CA
RGB
CMYK
RGB Variations
Color information
#FF15CA (or 0xFF15CA) is known color: Shocking Pink. HEX triplet: FF, 15 and CA. RGB value is (255,21,202). Sum of RGB (Red+Green+Blue) = 255+21+202=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15CA is #00EA35. Grayscale: #6F6F6F. Windows color (decimal): -59958 or 13243903. OLE color: 13243903.
HSL color Cylindrical-coordinate representation of color #FF15CA: hue angle of 313.59º 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 #FF15CA is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 202 | - |
| CMYK | 0 | 0.92 | 0.21 | 0 |
| HSL | 313.59º | 1% | 0.54% | - |
| HSV(B) | 313.59º | 0.92% | 1% | - |
| XYZ | 52.17 | 26.06 | 58.16 | - |
| YUV | 111.6 | 179.02 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 202 | 0 | 0.92 | 0.21 | 0 | 313.59 | 1 | 0.54 |
| Hex | FF | 15 | CA | 0 | 5C | 15 | 0 | 13A | 64 | 36 |
| Octal | 377 | 25 | 312 | 0 | 134 | 25 | 0 | 472 | 144 | 66 |
| Binary | 11111111 | 10101 | 11001010 | 0 | 1011100 | 10101 | 0 | 100111010 | 1100100 | 110110 |
Color Harmonies of #FF15CA
Complementary color
Monochromatic Colors of #FF15CA
Black with #FF15CA
Text Example
Text Example
White with #FF15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15CA; }
p { color: rgb(255,21,202); }
H1.HeaderClassName
{
color: #FF15CA;
}
.AnyTagClassName
{
color: #FF15CA;
}
</style>
background-color css
<style>
a { background-color: #FF15CA; }
a { background-color: rgb(255,21,202); }
div.DivClassName
{
background-color: #FF15CA;
}
.BgClassName
{
background-color: #FF15CA;
}
</style>
border-color css
<style>
span { border-color: #FF15CA; }
span { border-color: rgb(255,21,202); }
td.TdClassName
{
border-color: #FF15CA;
}
.TagClassName
{
border-color: #FF15CA;
}
</style>