Shades of Spicy Pink #F523A9
Tints of Spicy Pink #F523A9
RGB
CMYK
RGB Variations
Color information
#F523A9 (or 0xF523A9) is known color: Spicy Pink. HEX triplet: F5, 23 and A9. RGB value is (245,35,169). Sum of RGB (Red+Green+Blue) = 245+35+169=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F523A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F523A9 is #0ADC56. Grayscale: #707070. Windows color (decimal): -711767 or 11084789. OLE color: 11084789.
HSL color Cylindrical-coordinate representation of color #F523A9: hue angle of 321.71º 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 #F523A9 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 169 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.04 |
| HSL | 321.71º | 0.91% | 0.55% | - |
| HSV(B) | 321.71º | 0.86% | 0.96% | - |
| XYZ | 45.42 | 23.48 | 39.67 | - |
| YUV | 113.07 | 159.57 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 169 | 0 | 0.86 | 0.31 | 0.04 | 321.71 | 0.91 | 0.55 |
| Hex | F5 | 23 | A9 | 0 | 56 | 1F | 4 | 142 | 5B | 37 |
| Octal | 365 | 43 | 251 | 0 | 126 | 37 | 4 | 502 | 133 | 67 |
| Binary | 11110101 | 100011 | 10101001 | 0 | 1010110 | 11111 | 100 | 101000010 | 1011011 | 110111 |
Color Harmonies of #F523A9
Complementary color
Monochromatic Colors of #F523A9
Black with #F523A9
Text Example
Text Example
White with #F523A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F523A9; }
p { color: rgb(245,35,169); }
H1.HeaderClassName
{
color: #F523A9;
}
.AnyTagClassName
{
color: #F523A9;
}
</style>
background-color css
<style>
a { background-color: #F523A9; }
a { background-color: rgb(245,35,169); }
div.DivClassName
{
background-color: #F523A9;
}
.BgClassName
{
background-color: #F523A9;
}
</style>
border-color css
<style>
span { border-color: #F523A9; }
span { border-color: rgb(245,35,169); }
td.TdClassName
{
border-color: #F523A9;
}
.TagClassName
{
border-color: #F523A9;
}
</style>