Shades of Spicy Pink #F523BC
Tints of Spicy Pink #F523BC
RGB
CMYK
RGB Variations
Color information
#F523BC (or 0xF523BC) is known color: Spicy Pink. HEX triplet: F5, 23 and BC. RGB value is (245,35,188). Sum of RGB (Red+Green+Blue) = 245+35+188=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F523BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F523BC is #0ADC43. Grayscale: #727272. Windows color (decimal): -711748 or 12329973. OLE color: 12329973.
HSL color Cylindrical-coordinate representation of color #F523BC: hue angle of 316.29º 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 #F523BC is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 188 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.04 |
| HSL | 316.29º | 0.91% | 0.55% | - |
| HSV(B) | 316.29º | 0.86% | 0.96% | - |
| XYZ | 47.33 | 24.25 | 49.76 | - |
| YUV | 115.23 | 169.07 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 188 | 0 | 0.86 | 0.23 | 0.04 | 316.29 | 0.91 | 0.55 |
| Hex | F5 | 23 | BC | 0 | 56 | 17 | 4 | 13C | 5B | 37 |
| Octal | 365 | 43 | 274 | 0 | 126 | 27 | 4 | 474 | 133 | 67 |
| Binary | 11110101 | 100011 | 10111100 | 0 | 1010110 | 10111 | 100 | 100111100 | 1011011 | 110111 |
Color Harmonies of #F523BC
Complementary color
Monochromatic Colors of #F523BC
Black with #F523BC
Text Example
Text Example
White with #F523BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F523BC; }
p { color: rgb(245,35,188); }
H1.HeaderClassName
{
color: #F523BC;
}
.AnyTagClassName
{
color: #F523BC;
}
</style>
background-color css
<style>
a { background-color: #F523BC; }
a { background-color: rgb(245,35,188); }
div.DivClassName
{
background-color: #F523BC;
}
.BgClassName
{
background-color: #F523BC;
}
</style>
border-color css
<style>
span { border-color: #F523BC; }
span { border-color: rgb(245,35,188); }
td.TdClassName
{
border-color: #F523BC;
}
.TagClassName
{
border-color: #F523BC;
}
</style>