Shades of Spicy Pink #F523AF
Tints of Spicy Pink #F523AF
RGB
CMYK
RGB Variations
Color information
#F523AF (or 0xF523AF) is known color: Spicy Pink. HEX triplet: F5, 23 and AF. RGB value is (245,35,175). Sum of RGB (Red+Green+Blue) = 245+35+175=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F523AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F523AF is #0ADC50. Grayscale: #717171. Windows color (decimal): -711761 or 11478005. OLE color: 11478005.
HSL color Cylindrical-coordinate representation of color #F523AF: hue angle of 320º 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 #F523AF is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 175 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.04 |
| HSL | 320º | 0.91% | 0.55% | - |
| HSV(B) | 320º | 0.86% | 0.96% | - |
| XYZ | 46 | 23.71 | 42.71 | - |
| YUV | 113.75 | 162.57 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 175 | 0 | 0.86 | 0.29 | 0.04 | 320 | 0.91 | 0.55 |
| Hex | F5 | 23 | AF | 0 | 56 | 1D | 4 | 140 | 5B | 37 |
| Octal | 365 | 43 | 257 | 0 | 126 | 35 | 4 | 500 | 133 | 67 |
| Binary | 11110101 | 100011 | 10101111 | 0 | 1010110 | 11101 | 100 | 101000000 | 1011011 | 110111 |
Color Harmonies of #F523AF
Complementary color
Monochromatic Colors of #F523AF
Black with #F523AF
Text Example
Text Example
White with #F523AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F523AF; }
p { color: rgb(245,35,175); }
H1.HeaderClassName
{
color: #F523AF;
}
.AnyTagClassName
{
color: #F523AF;
}
</style>
background-color css
<style>
a { background-color: #F523AF; }
a { background-color: rgb(245,35,175); }
div.DivClassName
{
background-color: #F523AF;
}
.BgClassName
{
background-color: #F523AF;
}
</style>
border-color css
<style>
span { border-color: #F523AF; }
span { border-color: rgb(245,35,175); }
td.TdClassName
{
border-color: #F523AF;
}
.TagClassName
{
border-color: #F523AF;
}
</style>