Shades of Spicy Pink #F523BD
Tints of Spicy Pink #F523BD
RGB
CMYK
RGB Variations
Color information
#F523BD (or 0xF523BD) is known color: Spicy Pink. HEX triplet: F5, 23 and BD. RGB value is (245,35,189). Sum of RGB (Red+Green+Blue) = 245+35+189=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F523BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F523BD is #0ADC42. Grayscale: #727272. Windows color (decimal): -711747 or 12395509. OLE color: 12395509.
HSL color Cylindrical-coordinate representation of color #F523BD: hue angle of 316º 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 #F523BD is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 189 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.04 |
| HSL | 316º | 0.91% | 0.55% | - |
| HSV(B) | 316º | 0.86% | 0.96% | - |
| XYZ | 47.44 | 24.29 | 50.33 | - |
| YUV | 115.35 | 169.57 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 189 | 0 | 0.86 | 0.23 | 0.04 | 316 | 0.91 | 0.55 |
| Hex | F5 | 23 | BD | 0 | 56 | 17 | 4 | 13C | 5B | 37 |
| Octal | 365 | 43 | 275 | 0 | 126 | 27 | 4 | 474 | 133 | 67 |
| Binary | 11110101 | 100011 | 10111101 | 0 | 1010110 | 10111 | 100 | 100111100 | 1011011 | 110111 |
Color Harmonies of #F523BD
Complementary color
Monochromatic Colors of #F523BD
Black with #F523BD
Text Example
Text Example
White with #F523BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F523BD; }
p { color: rgb(245,35,189); }
H1.HeaderClassName
{
color: #F523BD;
}
.AnyTagClassName
{
color: #F523BD;
}
</style>
background-color css
<style>
a { background-color: #F523BD; }
a { background-color: rgb(245,35,189); }
div.DivClassName
{
background-color: #F523BD;
}
.BgClassName
{
background-color: #F523BD;
}
</style>
border-color css
<style>
span { border-color: #F523BD; }
span { border-color: rgb(245,35,189); }
td.TdClassName
{
border-color: #F523BD;
}
.TagClassName
{
border-color: #F523BD;
}
</style>