Shades of Shocking Pink #FF15D2
Tints of Shocking Pink #FF15D2
RGB
CMYK
RGB Variations
Color information
#FF15D2 (or 0xFF15D2) is known color: Shocking Pink. HEX triplet: FF, 15 and D2. RGB value is (255,21,210). Sum of RGB (Red+Green+Blue) = 255+21+210=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15D2 is #00EA2D. Grayscale: #6F6F6F. Windows color (decimal): -59950 or 13768191. OLE color: 13768191.
HSL color Cylindrical-coordinate representation of color #FF15D2: hue angle of 311.54º 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 #FF15D2 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 210 | - |
| CMYK | 0 | 0.92 | 0.18 | 0 |
| HSL | 311.54º | 1% | 0.54% | - |
| HSV(B) | 311.54º | 0.92% | 1% | - |
| XYZ | 53.14 | 26.45 | 63.28 | - |
| YUV | 112.51 | 183.02 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 210 | 0 | 0.92 | 0.18 | 0 | 311.54 | 1 | 0.54 |
| Hex | FF | 15 | D2 | 0 | 5C | 12 | 0 | 138 | 64 | 36 |
| Octal | 377 | 25 | 322 | 0 | 134 | 22 | 0 | 470 | 144 | 66 |
| Binary | 11111111 | 10101 | 11010010 | 0 | 1011100 | 10010 | 0 | 100111000 | 1100100 | 110110 |
Color Harmonies of #FF15D2
Complementary color
Monochromatic Colors of #FF15D2
Black with #FF15D2
Text Example
Text Example
White with #FF15D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15D2; }
p { color: rgb(255,21,210); }
H1.HeaderClassName
{
color: #FF15D2;
}
.AnyTagClassName
{
color: #FF15D2;
}
</style>
background-color css
<style>
a { background-color: #FF15D2; }
a { background-color: rgb(255,21,210); }
div.DivClassName
{
background-color: #FF15D2;
}
.BgClassName
{
background-color: #FF15D2;
}
</style>
border-color css
<style>
span { border-color: #FF15D2; }
span { border-color: rgb(255,21,210); }
td.TdClassName
{
border-color: #FF15D2;
}
.TagClassName
{
border-color: #FF15D2;
}
</style>