Shades of Spicy Pink #FF23BA
Tints of Spicy Pink #FF23BA
RGB
CMYK
RGB Variations
Color information
#FF23BA (or 0xFF23BA) is known color: Spicy Pink. HEX triplet: FF, 23 and BA. RGB value is (255,35,186). Sum of RGB (Red+Green+Blue) = 255+35+186=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF23BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF23BA is #00DC45. Grayscale: #757575. Windows color (decimal): -56390 or 12198911. OLE color: 12198911.
HSL color Cylindrical-coordinate representation of color #FF23BA: hue angle of 318.82º 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 #FF23BA is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 186 | - |
| CMYK | 0 | 0.86 | 0.27 | 0 |
| HSL | 318.82º | 1% | 0.57% | - |
| HSV(B) | 318.82º | 0.86% | 1% | - |
| XYZ | 50.7 | 26.01 | 48.8 | - |
| YUV | 117.99 | 166.39 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 186 | 0 | 0.86 | 0.27 | 0 | 318.82 | 1 | 0.57 |
| Hex | FF | 23 | BA | 0 | 56 | 1B | 0 | 13F | 64 | 39 |
| Octal | 377 | 43 | 272 | 0 | 126 | 33 | 0 | 477 | 144 | 71 |
| Binary | 11111111 | 100011 | 10111010 | 0 | 1010110 | 11011 | 0 | 100111111 | 1100100 | 111001 |
Color Harmonies of #FF23BA
Complementary color
Monochromatic Colors of #FF23BA
Black with #FF23BA
Text Example
Text Example
White with #FF23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF23BA; }
p { color: rgb(255,35,186); }
H1.HeaderClassName
{
color: #FF23BA;
}
.AnyTagClassName
{
color: #FF23BA;
}
</style>
background-color css
<style>
a { background-color: #FF23BA; }
a { background-color: rgb(255,35,186); }
div.DivClassName
{
background-color: #FF23BA;
}
.BgClassName
{
background-color: #FF23BA;
}
</style>
border-color css
<style>
span { border-color: #FF23BA; }
span { border-color: rgb(255,35,186); }
td.TdClassName
{
border-color: #FF23BA;
}
.TagClassName
{
border-color: #FF23BA;
}
</style>