Shades of Spicy Pink #F523AD
Tints of Spicy Pink #F523AD
RGB
CMYK
RGB Variations
Color information
#F523AD (or 0xF523AD) is known color: Spicy Pink. HEX triplet: F5, 23 and AD. RGB value is (245,35,173). Sum of RGB (Red+Green+Blue) = 245+35+173=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F523AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F523AD is #0ADC52. Grayscale: #717171. Windows color (decimal): -711763 or 11346933. OLE color: 11346933.
HSL color Cylindrical-coordinate representation of color #F523AD: hue angle of 320.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 #F523AD is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 173 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.04 |
| HSL | 320.57º | 0.91% | 0.55% | - |
| HSV(B) | 320.57º | 0.86% | 0.96% | - |
| XYZ | 45.8 | 23.63 | 41.68 | - |
| YUV | 113.52 | 161.57 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 173 | 0 | 0.86 | 0.29 | 0.04 | 320.57 | 0.91 | 0.55 |
| Hex | F5 | 23 | AD | 0 | 56 | 1D | 4 | 141 | 5B | 37 |
| Octal | 365 | 43 | 255 | 0 | 126 | 35 | 4 | 501 | 133 | 67 |
| Binary | 11110101 | 100011 | 10101101 | 0 | 1010110 | 11101 | 100 | 101000001 | 1011011 | 110111 |
Color Harmonies of #F523AD
Complementary color
Monochromatic Colors of #F523AD
Black with #F523AD
Text Example
Text Example
White with #F523AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F523AD; }
p { color: rgb(245,35,173); }
H1.HeaderClassName
{
color: #F523AD;
}
.AnyTagClassName
{
color: #F523AD;
}
</style>
background-color css
<style>
a { background-color: #F523AD; }
a { background-color: rgb(245,35,173); }
div.DivClassName
{
background-color: #F523AD;
}
.BgClassName
{
background-color: #F523AD;
}
</style>
border-color css
<style>
span { border-color: #F523AD; }
span { border-color: rgb(245,35,173); }
td.TdClassName
{
border-color: #F523AD;
}
.TagClassName
{
border-color: #F523AD;
}
</style>