Shades of Shocking Pink #FF15D4
Tints of Shocking Pink #FF15D4
RGB
CMYK
RGB Variations
Color information
#FF15D4 (or 0xFF15D4) is known color: Shocking Pink. HEX triplet: FF, 15 and D4. RGB value is (255,21,212). Sum of RGB (Red+Green+Blue) = 255+21+212=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15D4 is #00EA2B. Grayscale: #707070. Windows color (decimal): -59948 or 13899263. OLE color: 13899263.
HSL color Cylindrical-coordinate representation of color #FF15D4: hue angle of 311.03º 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 #FF15D4 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 212 | - |
| CMYK | 0 | 0.92 | 0.17 | 0 |
| HSL | 311.03º | 1% | 0.54% | - |
| HSV(B) | 311.03º | 0.92% | 1% | - |
| XYZ | 53.39 | 26.55 | 64.6 | - |
| YUV | 112.74 | 184.02 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 212 | 0 | 0.92 | 0.17 | 0 | 311.03 | 1 | 0.54 |
| Hex | FF | 15 | D4 | 0 | 5C | 11 | 0 | 137 | 64 | 36 |
| Octal | 377 | 25 | 324 | 0 | 134 | 21 | 0 | 467 | 144 | 66 |
| Binary | 11111111 | 10101 | 11010100 | 0 | 1011100 | 10001 | 0 | 100110111 | 1100100 | 110110 |
Color Harmonies of #FF15D4
Complementary color
Monochromatic Colors of #FF15D4
Black with #FF15D4
Text Example
Text Example
White with #FF15D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15D4; }
p { color: rgb(255,21,212); }
H1.HeaderClassName
{
color: #FF15D4;
}
.AnyTagClassName
{
color: #FF15D4;
}
</style>
background-color css
<style>
a { background-color: #FF15D4; }
a { background-color: rgb(255,21,212); }
div.DivClassName
{
background-color: #FF15D4;
}
.BgClassName
{
background-color: #FF15D4;
}
</style>
border-color css
<style>
span { border-color: #FF15D4; }
span { border-color: rgb(255,21,212); }
td.TdClassName
{
border-color: #FF15D4;
}
.TagClassName
{
border-color: #FF15D4;
}
</style>