Shades of Shocking Pink #FF18D1
Tints of Shocking Pink #FF18D1
RGB
CMYK
RGB Variations
Color information
#FF18D1 (or 0xFF18D1) is known color: Shocking Pink. HEX triplet: FF, 18 and D1. RGB value is (255,24,209). Sum of RGB (Red+Green+Blue) = 255+24+209=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18D1 is #00E72E. Grayscale: #717171. Windows color (decimal): -59183 or 13703423. OLE color: 13703423.
HSL color Cylindrical-coordinate representation of color #FF18D1: hue angle of 311.95º 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 #FF18D1 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 209 | - |
| CMYK | 0 | 0.91 | 0.18 | 0 |
| HSL | 311.95º | 1% | 0.55% | - |
| HSV(B) | 311.95º | 0.91% | 1% | - |
| XYZ | 53.08 | 26.52 | 62.64 | - |
| YUV | 114.16 | 181.53 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 209 | 0 | 0.91 | 0.18 | 0 | 311.95 | 1 | 0.55 |
| Hex | FF | 18 | D1 | 0 | 5B | 12 | 0 | 138 | 64 | 37 |
| Octal | 377 | 30 | 321 | 0 | 133 | 22 | 0 | 470 | 144 | 67 |
| Binary | 11111111 | 11000 | 11010001 | 0 | 1011011 | 10010 | 0 | 100111000 | 1100100 | 110111 |
Color Harmonies of #FF18D1
Complementary color
Monochromatic Colors of #FF18D1
Black with #FF18D1
Text Example
Text Example
White with #FF18D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18D1; }
p { color: rgb(255,24,209); }
H1.HeaderClassName
{
color: #FF18D1;
}
.AnyTagClassName
{
color: #FF18D1;
}
</style>
background-color css
<style>
a { background-color: #FF18D1; }
a { background-color: rgb(255,24,209); }
div.DivClassName
{
background-color: #FF18D1;
}
.BgClassName
{
background-color: #FF18D1;
}
</style>
border-color css
<style>
span { border-color: #FF18D1; }
span { border-color: rgb(255,24,209); }
td.TdClassName
{
border-color: #FF18D1;
}
.TagClassName
{
border-color: #FF18D1;
}
</style>