Shades of Spicy Pink #FC18AC
Tints of Spicy Pink #FC18AC
RGB
CMYK
RGB Variations
Color information
#FC18AC (or 0xFC18AC) is known color: Spicy Pink. HEX triplet: FC, 18 and AC. RGB value is (252,24,172). Sum of RGB (Red+Green+Blue) = 252+24+172=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC18AC is #03E753. Grayscale: #6C6C6C. Windows color (decimal): -255828 or 11278588. OLE color: 11278588.
HSL color Cylindrical-coordinate representation of color #FC18AC: hue angle of 321.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC18AC is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 172 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.01 |
| HSL | 321.05º | 0.97% | 0.54% | - |
| HSV(B) | 321.05º | 0.9% | 0.99% | - |
| XYZ | 47.92 | 24.33 | 41.2 | - |
| YUV | 109.04 | 163.54 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 172 | 0 | 0.90 | 0.32 | 0.01 | 321.05 | 0.97 | 0.54 |
| Hex | FC | 18 | AC | 0 | 5A | 20 | 1 | 141 | 61 | 36 |
| Octal | 374 | 30 | 254 | 0 | 132 | 40 | 1 | 501 | 141 | 66 |
| Binary | 11111100 | 11000 | 10101100 | 0 | 1011010 | 100000 | 1 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FC18AC
Complementary color
Monochromatic Colors of #FC18AC
Black with #FC18AC
Text Example
Text Example
White with #FC18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC18AC; }
p { color: rgb(252,24,172); }
H1.HeaderClassName
{
color: #FC18AC;
}
.AnyTagClassName
{
color: #FC18AC;
}
</style>
background-color css
<style>
a { background-color: #FC18AC; }
a { background-color: rgb(252,24,172); }
div.DivClassName
{
background-color: #FC18AC;
}
.BgClassName
{
background-color: #FC18AC;
}
</style>
border-color css
<style>
span { border-color: #FC18AC; }
span { border-color: rgb(252,24,172); }
td.TdClassName
{
border-color: #FC18AC;
}
.TagClassName
{
border-color: #FC18AC;
}
</style>