Shades of Spicy Pink #FC23B1
Tints of Spicy Pink #FC23B1
RGB
CMYK
RGB Variations
Color information
#FC23B1 (or 0xFC23B1) is known color: Spicy Pink. HEX triplet: FC, 23 and B1. RGB value is (252,35,177). Sum of RGB (Red+Green+Blue) = 252+35+177=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC23B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC23B1 is #03DC4E. Grayscale: #737373. Windows color (decimal): -253007 or 11609084. OLE color: 11609084.
HSL color Cylindrical-coordinate representation of color #FC23B1: hue angle of 320.74º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC23B1 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 177 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.01 |
| HSL | 320.74º | 0.97% | 0.56% | - |
| HSV(B) | 320.74º | 0.86% | 0.99% | - |
| XYZ | 48.68 | 25.07 | 43.87 | - |
| YUV | 116.07 | 162.39 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 177 | 0 | 0.86 | 0.30 | 0.01 | 320.74 | 0.97 | 0.56 |
| Hex | FC | 23 | B1 | 0 | 56 | 1E | 1 | 141 | 61 | 38 |
| Octal | 374 | 43 | 261 | 0 | 126 | 36 | 1 | 501 | 141 | 70 |
| Binary | 11111100 | 100011 | 10110001 | 0 | 1010110 | 11110 | 1 | 101000001 | 1100001 | 111000 |
Color Harmonies of #FC23B1
Complementary color
Monochromatic Colors of #FC23B1
Black with #FC23B1
Text Example
Text Example
White with #FC23B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC23B1; }
p { color: rgb(252,35,177); }
H1.HeaderClassName
{
color: #FC23B1;
}
.AnyTagClassName
{
color: #FC23B1;
}
</style>
background-color css
<style>
a { background-color: #FC23B1; }
a { background-color: rgb(252,35,177); }
div.DivClassName
{
background-color: #FC23B1;
}
.BgClassName
{
background-color: #FC23B1;
}
</style>
border-color css
<style>
span { border-color: #FC23B1; }
span { border-color: rgb(252,35,177); }
td.TdClassName
{
border-color: #FC23B1;
}
.TagClassName
{
border-color: #FC23B1;
}
</style>