Shades of Spicy Pink #F526AC
Tints of Spicy Pink #F526AC
RGB
CMYK
RGB Variations
Color information
#F526AC (or 0xF526AC) is known color: Spicy Pink. HEX triplet: F5, 26 and AC. RGB value is (245,38,172). Sum of RGB (Red+Green+Blue) = 245+38+172=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F526AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F526AC is #0AD953. Grayscale: #727272. Windows color (decimal): -710996 or 11282165. OLE color: 11282165.
HSL color Cylindrical-coordinate representation of color #F526AC: hue angle of 321.16º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F526AC is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 172 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.04 |
| HSL | 321.16º | 0.91% | 0.55% | - |
| HSV(B) | 321.16º | 0.84% | 0.96% | - |
| XYZ | 45.8 | 23.78 | 41.21 | - |
| YUV | 115.17 | 160.08 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 172 | 0 | 0.84 | 0.30 | 0.04 | 321.16 | 0.91 | 0.55 |
| Hex | F5 | 26 | AC | 0 | 54 | 1E | 4 | 141 | 5B | 37 |
| Octal | 365 | 46 | 254 | 0 | 124 | 36 | 4 | 501 | 133 | 67 |
| Binary | 11110101 | 100110 | 10101100 | 0 | 1010100 | 11110 | 100 | 101000001 | 1011011 | 110111 |
Color Harmonies of #F526AC
Complementary color
Monochromatic Colors of #F526AC
Black with #F526AC
Text Example
Text Example
White with #F526AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526AC; }
p { color: rgb(245,38,172); }
H1.HeaderClassName
{
color: #F526AC;
}
.AnyTagClassName
{
color: #F526AC;
}
</style>
background-color css
<style>
a { background-color: #F526AC; }
a { background-color: rgb(245,38,172); }
div.DivClassName
{
background-color: #F526AC;
}
.BgClassName
{
background-color: #F526AC;
}
</style>
border-color css
<style>
span { border-color: #F526AC; }
span { border-color: rgb(245,38,172); }
td.TdClassName
{
border-color: #F526AC;
}
.TagClassName
{
border-color: #F526AC;
}
</style>