Shades of Shocking Pink #FF15CE
Tints of Shocking Pink #FF15CE
RGB
CMYK
RGB Variations
Color information
#FF15CE (or 0xFF15CE) is known color: Shocking Pink. HEX triplet: FF, 15 and CE. RGB value is (255,21,206). Sum of RGB (Red+Green+Blue) = 255+21+206=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15CE is #00EA31. Grayscale: #6F6F6F. Windows color (decimal): -59954 or 13506047. OLE color: 13506047.
HSL color Cylindrical-coordinate representation of color #FF15CE: hue angle of 312.56º 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 #FF15CE is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 206 | - |
| CMYK | 0 | 0.92 | 0.19 | 0 |
| HSL | 312.56º | 1% | 0.54% | - |
| HSV(B) | 312.56º | 0.92% | 1% | - |
| XYZ | 52.65 | 26.25 | 60.68 | - |
| YUV | 112.06 | 181.02 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 206 | 0 | 0.92 | 0.19 | 0 | 312.56 | 1 | 0.54 |
| Hex | FF | 15 | CE | 0 | 5C | 13 | 0 | 139 | 64 | 36 |
| Octal | 377 | 25 | 316 | 0 | 134 | 23 | 0 | 471 | 144 | 66 |
| Binary | 11111111 | 10101 | 11001110 | 0 | 1011100 | 10011 | 0 | 100111001 | 1100100 | 110110 |
Color Harmonies of #FF15CE
Complementary color
Monochromatic Colors of #FF15CE
Black with #FF15CE
Text Example
Text Example
White with #FF15CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15CE; }
p { color: rgb(255,21,206); }
H1.HeaderClassName
{
color: #FF15CE;
}
.AnyTagClassName
{
color: #FF15CE;
}
</style>
background-color css
<style>
a { background-color: #FF15CE; }
a { background-color: rgb(255,21,206); }
div.DivClassName
{
background-color: #FF15CE;
}
.BgClassName
{
background-color: #FF15CE;
}
</style>
border-color css
<style>
span { border-color: #FF15CE; }
span { border-color: rgb(255,21,206); }
td.TdClassName
{
border-color: #FF15CE;
}
.TagClassName
{
border-color: #FF15CE;
}
</style>