Shades of Spicy Pink #FC18A3
Tints of Spicy Pink #FC18A3
RGB
CMYK
RGB Variations
Color information
#FC18A3 (or 0xFC18A3) is known color: Spicy Pink. HEX triplet: FC, 18 and A3. RGB value is (252,24,163). Sum of RGB (Red+Green+Blue) = 252+24+163=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC18A3 is #03E75C. Grayscale: #6B6B6B. Windows color (decimal): -255837 or 10688764. OLE color: 10688764.
HSL color Cylindrical-coordinate representation of color #FC18A3: hue angle of 323.42º 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 #FC18A3 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 163 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.01 |
| HSL | 323.42º | 0.97% | 0.54% | - |
| HSV(B) | 323.42º | 0.9% | 0.99% | - |
| XYZ | 47.08 | 23.99 | 36.8 | - |
| YUV | 108.02 | 159.04 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 163 | 0 | 0.90 | 0.35 | 0.01 | 323.42 | 0.97 | 0.54 |
| Hex | FC | 18 | A3 | 0 | 5A | 23 | 1 | 143 | 61 | 36 |
| Octal | 374 | 30 | 243 | 0 | 132 | 43 | 1 | 503 | 141 | 66 |
| Binary | 11111100 | 11000 | 10100011 | 0 | 1011010 | 100011 | 1 | 101000011 | 1100001 | 110110 |
Color Harmonies of #FC18A3
Complementary color
Monochromatic Colors of #FC18A3
Black with #FC18A3
Text Example
Text Example
White with #FC18A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC18A3; }
p { color: rgb(252,24,163); }
H1.HeaderClassName
{
color: #FC18A3;
}
.AnyTagClassName
{
color: #FC18A3;
}
</style>
background-color css
<style>
a { background-color: #FC18A3; }
a { background-color: rgb(252,24,163); }
div.DivClassName
{
background-color: #FC18A3;
}
.BgClassName
{
background-color: #FC18A3;
}
</style>
border-color css
<style>
span { border-color: #FC18A3; }
span { border-color: rgb(252,24,163); }
td.TdClassName
{
border-color: #FC18A3;
}
.TagClassName
{
border-color: #FC18A3;
}
</style>