Shades of Shocking Pink #FF18CB
Tints of Shocking Pink #FF18CB
RGB
CMYK
RGB Variations
Color information
#FF18CB (or 0xFF18CB) is known color: Shocking Pink. HEX triplet: FF, 18 and CB. RGB value is (255,24,203). Sum of RGB (Red+Green+Blue) = 255+24+203=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18CB is #00E734. Grayscale: #707070. Windows color (decimal): -59189 or 13310207. OLE color: 13310207.
HSL color Cylindrical-coordinate representation of color #FF18CB: hue angle of 313.51º 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 #FF18CB is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 203 | - |
| CMYK | 0 | 0.91 | 0.20 | 0 |
| HSL | 313.51º | 1% | 0.55% | - |
| HSV(B) | 313.51º | 0.91% | 1% | - |
| XYZ | 52.35 | 26.23 | 58.8 | - |
| YUV | 113.48 | 178.53 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 203 | 0 | 0.91 | 0.20 | 0 | 313.51 | 1 | 0.55 |
| Hex | FF | 18 | CB | 0 | 5B | 14 | 0 | 13A | 64 | 37 |
| Octal | 377 | 30 | 313 | 0 | 133 | 24 | 0 | 472 | 144 | 67 |
| Binary | 11111111 | 11000 | 11001011 | 0 | 1011011 | 10100 | 0 | 100111010 | 1100100 | 110111 |
Color Harmonies of #FF18CB
Complementary color
Monochromatic Colors of #FF18CB
Black with #FF18CB
Text Example
Text Example
White with #FF18CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18CB; }
p { color: rgb(255,24,203); }
H1.HeaderClassName
{
color: #FF18CB;
}
.AnyTagClassName
{
color: #FF18CB;
}
</style>
background-color css
<style>
a { background-color: #FF18CB; }
a { background-color: rgb(255,24,203); }
div.DivClassName
{
background-color: #FF18CB;
}
.BgClassName
{
background-color: #FF18CB;
}
</style>
border-color css
<style>
span { border-color: #FF18CB; }
span { border-color: rgb(255,24,203); }
td.TdClassName
{
border-color: #FF18CB;
}
.TagClassName
{
border-color: #FF18CB;
}
</style>