Shades of Spicy Pink #F52AB9
Tints of Spicy Pink #F52AB9
RGB
CMYK
RGB Variations
Color information
#F52AB9 (or 0xF52AB9) is known color: Spicy Pink. HEX triplet: F5, 2A and B9. RGB value is (245,42,185). Sum of RGB (Red+Green+Blue) = 245+42+185=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F52AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52AB9 is #0AD546. Grayscale: #767676. Windows color (decimal): -709959 or 12135157. OLE color: 12135157.
HSL color Cylindrical-coordinate representation of color #F52AB9: hue angle of 317.73º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52AB9 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 42 | 185 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.04 |
| HSL | 317.73º | 0.91% | 0.56% | - |
| HSV(B) | 317.73º | 0.83% | 0.96% | - |
| XYZ | 47.24 | 24.57 | 48.15 | - |
| YUV | 119 | 165.25 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 185 | 0 | 0.83 | 0.24 | 0.04 | 317.73 | 0.91 | 0.56 |
| Hex | F5 | 2A | B9 | 0 | 53 | 18 | 4 | 13E | 5B | 38 |
| Octal | 365 | 52 | 271 | 0 | 123 | 30 | 4 | 476 | 133 | 70 |
| Binary | 11110101 | 101010 | 10111001 | 0 | 1010011 | 11000 | 100 | 100111110 | 1011011 | 111000 |
Color Harmonies of #F52AB9
Complementary color
Monochromatic Colors of #F52AB9
Black with #F52AB9
Text Example
Text Example
White with #F52AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52AB9; }
p { color: rgb(245,42,185); }
H1.HeaderClassName
{
color: #F52AB9;
}
.AnyTagClassName
{
color: #F52AB9;
}
</style>
background-color css
<style>
a { background-color: #F52AB9; }
a { background-color: rgb(245,42,185); }
div.DivClassName
{
background-color: #F52AB9;
}
.BgClassName
{
background-color: #F52AB9;
}
</style>
border-color css
<style>
span { border-color: #F52AB9; }
span { border-color: rgb(245,42,185); }
td.TdClassName
{
border-color: #F52AB9;
}
.TagClassName
{
border-color: #F52AB9;
}
</style>