Shades of Shocking Pink #FF18CA
Tints of Shocking Pink #FF18CA
RGB
CMYK
RGB Variations
Color information
#FF18CA (or 0xFF18CA) is known color: Shocking Pink. HEX triplet: FF, 18 and CA. RGB value is (255,24,202). Sum of RGB (Red+Green+Blue) = 255+24+202=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18CA is #00E735. Grayscale: #707070. Windows color (decimal): -59190 or 13244671. OLE color: 13244671.
HSL color Cylindrical-coordinate representation of color #FF18CA: hue angle of 313.77º 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 #FF18CA is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 202 | - |
| CMYK | 0 | 0.91 | 0.21 | 0 |
| HSL | 313.77º | 1% | 0.55% | - |
| HSV(B) | 313.77º | 0.91% | 1% | - |
| XYZ | 52.23 | 26.18 | 58.18 | - |
| YUV | 113.36 | 178.03 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 202 | 0 | 0.91 | 0.21 | 0 | 313.77 | 1 | 0.55 |
| Hex | FF | 18 | CA | 0 | 5B | 15 | 0 | 13A | 64 | 37 |
| Octal | 377 | 30 | 312 | 0 | 133 | 25 | 0 | 472 | 144 | 67 |
| Binary | 11111111 | 11000 | 11001010 | 0 | 1011011 | 10101 | 0 | 100111010 | 1100100 | 110111 |
Color Harmonies of #FF18CA
Complementary color
Monochromatic Colors of #FF18CA
Black with #FF18CA
Text Example
Text Example
White with #FF18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18CA; }
p { color: rgb(255,24,202); }
H1.HeaderClassName
{
color: #FF18CA;
}
.AnyTagClassName
{
color: #FF18CA;
}
</style>
background-color css
<style>
a { background-color: #FF18CA; }
a { background-color: rgb(255,24,202); }
div.DivClassName
{
background-color: #FF18CA;
}
.BgClassName
{
background-color: #FF18CA;
}
</style>
border-color css
<style>
span { border-color: #FF18CA; }
span { border-color: rgb(255,24,202); }
td.TdClassName
{
border-color: #FF18CA;
}
.TagClassName
{
border-color: #FF18CA;
}
</style>