Shades of Shocking Pink #FF18D8
Tints of Shocking Pink #FF18D8
RGB
CMYK
RGB Variations
Color information
#FF18D8 (or 0xFF18D8) is known color: Shocking Pink. HEX triplet: FF, 18 and D8. RGB value is (255,24,216). Sum of RGB (Red+Green+Blue) = 255+24+216=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 24 (9.77% from 255 or 4.85% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18D8 is #00E727. Grayscale: #727272. Windows color (decimal): -59176 or 14162175. OLE color: 14162175.
HSL color Cylindrical-coordinate representation of color #FF18D8: hue angle of 310.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF18D8 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 216 | - |
| CMYK | 0 | 0.91 | 0.15 | 0 |
| HSL | 310.13º | 1% | 0.55% | - |
| HSV(B) | 310.13º | 0.91% | 1% | - |
| XYZ | 53.96 | 26.87 | 67.31 | - |
| YUV | 114.96 | 185.03 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 216 | 0 | 0.91 | 0.15 | 0 | 310.13 | 1 | 0.55 |
| Hex | FF | 18 | D8 | 0 | 5B | F | 0 | 136 | 64 | 37 |
| Octal | 377 | 30 | 330 | 0 | 133 | 17 | 0 | 466 | 144 | 67 |
| Binary | 11111111 | 11000 | 11011000 | 0 | 1011011 | 1111 | 0 | 100110110 | 1100100 | 110111 |
Color Harmonies of #FF18D8
Complementary color
Monochromatic Colors of #FF18D8
Black with #FF18D8
Text Example
Text Example
White with #FF18D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18D8; }
p { color: rgb(255,24,216); }
H1.HeaderClassName
{
color: #FF18D8;
}
.AnyTagClassName
{
color: #FF18D8;
}
</style>
background-color css
<style>
a { background-color: #FF18D8; }
a { background-color: rgb(255,24,216); }
div.DivClassName
{
background-color: #FF18D8;
}
.BgClassName
{
background-color: #FF18D8;
}
</style>
border-color css
<style>
span { border-color: #FF18D8; }
span { border-color: rgb(255,24,216); }
td.TdClassName
{
border-color: #FF18D8;
}
.TagClassName
{
border-color: #FF18D8;
}
</style>