Shades of Shocking Pink #FF18C1
Tints of Shocking Pink #FF18C1
RGB
CMYK
RGB Variations
Color information
#FF18C1 (or 0xFF18C1) is known color: Shocking Pink. HEX triplet: FF, 18 and C1. RGB value is (255,24,193). Sum of RGB (Red+Green+Blue) = 255+24+193=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18C1 is #00E73E. Grayscale: #6F6F6F. Windows color (decimal): -59199 or 12654847. OLE color: 12654847.
HSL color Cylindrical-coordinate representation of color #FF18C1: hue angle of 316.1º 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 #FF18C1 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 193 | - |
| CMYK | 0 | 0.91 | 0.24 | 0 |
| HSL | 316.1º | 1% | 0.55% | - |
| HSV(B) | 316.1º | 0.91% | 1% | - |
| XYZ | 51.19 | 25.76 | 52.73 | - |
| YUV | 112.34 | 173.53 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 193 | 0 | 0.91 | 0.24 | 0 | 316.1 | 1 | 0.55 |
| Hex | FF | 18 | C1 | 0 | 5B | 18 | 0 | 13C | 64 | 37 |
| Octal | 377 | 30 | 301 | 0 | 133 | 30 | 0 | 474 | 144 | 67 |
| Binary | 11111111 | 11000 | 11000001 | 0 | 1011011 | 11000 | 0 | 100111100 | 1100100 | 110111 |
Color Harmonies of #FF18C1
Complementary color
Monochromatic Colors of #FF18C1
Black with #FF18C1
Text Example
Text Example
White with #FF18C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18C1; }
p { color: rgb(255,24,193); }
H1.HeaderClassName
{
color: #FF18C1;
}
.AnyTagClassName
{
color: #FF18C1;
}
</style>
background-color css
<style>
a { background-color: #FF18C1; }
a { background-color: rgb(255,24,193); }
div.DivClassName
{
background-color: #FF18C1;
}
.BgClassName
{
background-color: #FF18C1;
}
</style>
border-color css
<style>
span { border-color: #FF18C1; }
span { border-color: rgb(255,24,193); }
td.TdClassName
{
border-color: #FF18C1;
}
.TagClassName
{
border-color: #FF18C1;
}
</style>