Shades of Spicy Pink #F523BB
Tints of Spicy Pink #F523BB
RGB
CMYK
RGB Variations
Color information
#F523BB (or 0xF523BB) is known color: Spicy Pink. HEX triplet: F5, 23 and BB. RGB value is (245,35,187). Sum of RGB (Red+Green+Blue) = 245+35+187=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F523BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F523BB is #0ADC44. Grayscale: #727272. Windows color (decimal): -711749 or 12264437. OLE color: 12264437.
HSL color Cylindrical-coordinate representation of color #F523BB: hue angle of 316.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F523BB is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 187 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.04 |
| HSL | 316.57º | 0.91% | 0.55% | - |
| HSV(B) | 316.57º | 0.86% | 0.96% | - |
| XYZ | 47.23 | 24.2 | 49.2 | - |
| YUV | 115.12 | 168.57 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 187 | 0 | 0.86 | 0.24 | 0.04 | 316.57 | 0.91 | 0.55 |
| Hex | F5 | 23 | BB | 0 | 56 | 18 | 4 | 13D | 5B | 37 |
| Octal | 365 | 43 | 273 | 0 | 126 | 30 | 4 | 475 | 133 | 67 |
| Binary | 11110101 | 100011 | 10111011 | 0 | 1010110 | 11000 | 100 | 100111101 | 1011011 | 110111 |
Color Harmonies of #F523BB
Complementary color
Monochromatic Colors of #F523BB
Black with #F523BB
Text Example
Text Example
White with #F523BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F523BB; }
p { color: rgb(245,35,187); }
H1.HeaderClassName
{
color: #F523BB;
}
.AnyTagClassName
{
color: #F523BB;
}
</style>
background-color css
<style>
a { background-color: #F523BB; }
a { background-color: rgb(245,35,187); }
div.DivClassName
{
background-color: #F523BB;
}
.BgClassName
{
background-color: #F523BB;
}
</style>
border-color css
<style>
span { border-color: #F523BB; }
span { border-color: rgb(245,35,187); }
td.TdClassName
{
border-color: #F523BB;
}
.TagClassName
{
border-color: #F523BB;
}
</style>