Shades of Shocking Pink #FF18CD
Tints of Shocking Pink #FF18CD
RGB
CMYK
RGB Variations
Color information
#FF18CD (or 0xFF18CD) is known color: Shocking Pink. HEX triplet: FF, 18 and CD. RGB value is (255,24,205). Sum of RGB (Red+Green+Blue) = 255+24+205=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18CD is #00E732. Grayscale: #717171. Windows color (decimal): -59187 or 13441279. OLE color: 13441279.
HSL color Cylindrical-coordinate representation of color #FF18CD: hue angle of 312.99º 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 #FF18CD is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 205 | - |
| CMYK | 0 | 0.91 | 0.20 | 0 |
| HSL | 312.99º | 1% | 0.55% | - |
| HSV(B) | 312.99º | 0.91% | 1% | - |
| XYZ | 52.59 | 26.32 | 60.07 | - |
| YUV | 113.7 | 179.53 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 205 | 0 | 0.91 | 0.20 | 0 | 312.99 | 1 | 0.55 |
| Hex | FF | 18 | CD | 0 | 5B | 14 | 0 | 139 | 64 | 37 |
| Octal | 377 | 30 | 315 | 0 | 133 | 24 | 0 | 471 | 144 | 67 |
| Binary | 11111111 | 11000 | 11001101 | 0 | 1011011 | 10100 | 0 | 100111001 | 1100100 | 110111 |
Color Harmonies of #FF18CD
Complementary color
Monochromatic Colors of #FF18CD
Black with #FF18CD
Text Example
Text Example
White with #FF18CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18CD; }
p { color: rgb(255,24,205); }
H1.HeaderClassName
{
color: #FF18CD;
}
.AnyTagClassName
{
color: #FF18CD;
}
</style>
background-color css
<style>
a { background-color: #FF18CD; }
a { background-color: rgb(255,24,205); }
div.DivClassName
{
background-color: #FF18CD;
}
.BgClassName
{
background-color: #FF18CD;
}
</style>
border-color css
<style>
span { border-color: #FF18CD; }
span { border-color: rgb(255,24,205); }
td.TdClassName
{
border-color: #FF18CD;
}
.TagClassName
{
border-color: #FF18CD;
}
</style>