Shades of Spicy Pink #FF23BC
Tints of Spicy Pink #FF23BC
RGB
CMYK
RGB Variations
Color information
#FF23BC (or 0xFF23BC) is known color: Spicy Pink. HEX triplet: FF, 23 and BC. RGB value is (255,35,188). Sum of RGB (Red+Green+Blue) = 255+35+188=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF23BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF23BC is #00DC43. Grayscale: #757575. Windows color (decimal): -56388 or 12329983. OLE color: 12329983.
HSL color Cylindrical-coordinate representation of color #FF23BC: hue angle of 318.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF23BC is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 188 | - |
| CMYK | 0 | 0.86 | 0.26 | 0 |
| HSL | 318.27º | 1% | 0.57% | - |
| HSV(B) | 318.27º | 0.86% | 1% | - |
| XYZ | 50.92 | 26.09 | 49.93 | - |
| YUV | 118.22 | 167.39 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 188 | 0 | 0.86 | 0.26 | 0 | 318.27 | 1 | 0.57 |
| Hex | FF | 23 | BC | 0 | 56 | 1A | 0 | 13E | 64 | 39 |
| Octal | 377 | 43 | 274 | 0 | 126 | 32 | 0 | 476 | 144 | 71 |
| Binary | 11111111 | 100011 | 10111100 | 0 | 1010110 | 11010 | 0 | 100111110 | 1100100 | 111001 |
Color Harmonies of #FF23BC
Complementary color
Monochromatic Colors of #FF23BC
Black with #FF23BC
Text Example
Text Example
White with #FF23BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF23BC; }
p { color: rgb(255,35,188); }
H1.HeaderClassName
{
color: #FF23BC;
}
.AnyTagClassName
{
color: #FF23BC;
}
</style>
background-color css
<style>
a { background-color: #FF23BC; }
a { background-color: rgb(255,35,188); }
div.DivClassName
{
background-color: #FF23BC;
}
.BgClassName
{
background-color: #FF23BC;
}
</style>
border-color css
<style>
span { border-color: #FF23BC; }
span { border-color: rgb(255,35,188); }
td.TdClassName
{
border-color: #FF23BC;
}
.TagClassName
{
border-color: #FF23BC;
}
</style>