Shades of Shocking Pink #FF18C5
Tints of Shocking Pink #FF18C5
RGB
CMYK
RGB Variations
Color information
#FF18C5 (or 0xFF18C5) is known color: Shocking Pink. HEX triplet: FF, 18 and C5. RGB value is (255,24,197). Sum of RGB (Red+Green+Blue) = 255+24+197=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18C5 is #00E73A. Grayscale: #707070. Windows color (decimal): -59195 or 12916991. OLE color: 12916991.
HSL color Cylindrical-coordinate representation of color #FF18C5: hue angle of 315.06º 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 #FF18C5 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 197 | - |
| CMYK | 0 | 0.91 | 0.23 | 0 |
| HSL | 315.06º | 1% | 0.55% | - |
| HSV(B) | 315.06º | 0.91% | 1% | - |
| XYZ | 51.64 | 25.94 | 55.11 | - |
| YUV | 112.79 | 175.53 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 197 | 0 | 0.91 | 0.23 | 0 | 315.06 | 1 | 0.55 |
| Hex | FF | 18 | C5 | 0 | 5B | 17 | 0 | 13B | 64 | 37 |
| Octal | 377 | 30 | 305 | 0 | 133 | 27 | 0 | 473 | 144 | 67 |
| Binary | 11111111 | 11000 | 11000101 | 0 | 1011011 | 10111 | 0 | 100111011 | 1100100 | 110111 |
Color Harmonies of #FF18C5
Complementary color
Monochromatic Colors of #FF18C5
Black with #FF18C5
Text Example
Text Example
White with #FF18C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18C5; }
p { color: rgb(255,24,197); }
H1.HeaderClassName
{
color: #FF18C5;
}
.AnyTagClassName
{
color: #FF18C5;
}
</style>
background-color css
<style>
a { background-color: #FF18C5; }
a { background-color: rgb(255,24,197); }
div.DivClassName
{
background-color: #FF18C5;
}
.BgClassName
{
background-color: #FF18C5;
}
</style>
border-color css
<style>
span { border-color: #FF18C5; }
span { border-color: rgb(255,24,197); }
td.TdClassName
{
border-color: #FF18C5;
}
.TagClassName
{
border-color: #FF18C5;
}
</style>