Shades of Spicy Pink #F526AF
Tints of Spicy Pink #F526AF
RGB
CMYK
RGB Variations
Color information
#F526AF (or 0xF526AF) is known color: Spicy Pink. HEX triplet: F5, 26 and AF. RGB value is (245,38,175). Sum of RGB (Red+Green+Blue) = 245+38+175=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F526AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F526AF is #0AD950. Grayscale: #737373. Windows color (decimal): -710993 or 11478773. OLE color: 11478773.
HSL color Cylindrical-coordinate representation of color #F526AF: hue angle of 320.29º 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 #F526AF is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 175 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.04 |
| HSL | 320.29º | 0.91% | 0.55% | - |
| HSV(B) | 320.29º | 0.84% | 0.96% | - |
| XYZ | 46.09 | 23.89 | 42.74 | - |
| YUV | 115.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 175 | 0 | 0.84 | 0.29 | 0.04 | 320.29 | 0.91 | 0.55 |
| Hex | F5 | 26 | AF | 0 | 54 | 1D | 4 | 140 | 5B | 37 |
| Octal | 365 | 46 | 257 | 0 | 124 | 35 | 4 | 500 | 133 | 67 |
| Binary | 11110101 | 100110 | 10101111 | 0 | 1010100 | 11101 | 100 | 101000000 | 1011011 | 110111 |
Color Harmonies of #F526AF
Complementary color
Monochromatic Colors of #F526AF
Black with #F526AF
Text Example
Text Example
White with #F526AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526AF; }
p { color: rgb(245,38,175); }
H1.HeaderClassName
{
color: #F526AF;
}
.AnyTagClassName
{
color: #F526AF;
}
</style>
background-color css
<style>
a { background-color: #F526AF; }
a { background-color: rgb(245,38,175); }
div.DivClassName
{
background-color: #F526AF;
}
.BgClassName
{
background-color: #F526AF;
}
</style>
border-color css
<style>
span { border-color: #F526AF; }
span { border-color: rgb(245,38,175); }
td.TdClassName
{
border-color: #F526AF;
}
.TagClassName
{
border-color: #F526AF;
}
</style>