Shades of Spicy Pink #FC18B7
Tints of Spicy Pink #FC18B7
RGB
CMYK
RGB Variations
Color information
#FC18B7 (or 0xFC18B7) is known color: Spicy Pink. HEX triplet: FC, 18 and B7. RGB value is (252,24,183). Sum of RGB (Red+Green+Blue) = 252+24+183=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18B7 is #03E748. Grayscale: #6D6D6D. Windows color (decimal): -255817 or 11999484. OLE color: 11999484.
HSL color Cylindrical-coordinate representation of color #FC18B7: hue angle of 318.16º 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 #FC18B7 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 183 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.01 |
| HSL | 318.16º | 0.97% | 0.54% | - |
| HSV(B) | 318.16º | 0.9% | 0.99% | - |
| XYZ | 49.02 | 24.77 | 47 | - |
| YUV | 110.3 | 169.04 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 183 | 0 | 0.90 | 0.27 | 0.01 | 318.16 | 0.97 | 0.54 |
| Hex | FC | 18 | B7 | 0 | 5A | 1B | 1 | 13E | 61 | 36 |
| Octal | 374 | 30 | 267 | 0 | 132 | 33 | 1 | 476 | 141 | 66 |
| Binary | 11111100 | 11000 | 10110111 | 0 | 1011010 | 11011 | 1 | 100111110 | 1100001 | 110110 |
Color Harmonies of #FC18B7
Complementary color
Monochromatic Colors of #FC18B7
Black with #FC18B7
Text Example
Text Example
White with #FC18B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC18B7; }
p { color: rgb(252,24,183); }
H1.HeaderClassName
{
color: #FC18B7;
}
.AnyTagClassName
{
color: #FC18B7;
}
</style>
background-color css
<style>
a { background-color: #FC18B7; }
a { background-color: rgb(252,24,183); }
div.DivClassName
{
background-color: #FC18B7;
}
.BgClassName
{
background-color: #FC18B7;
}
</style>
border-color css
<style>
span { border-color: #FC18B7; }
span { border-color: rgb(252,24,183); }
td.TdClassName
{
border-color: #FC18B7;
}
.TagClassName
{
border-color: #FC18B7;
}
</style>