Shades of Spicy Pink #F528AF
Tints of Spicy Pink #F528AF
RGB
CMYK
RGB Variations
Color information
#F528AF (or 0xF528AF) is known color: Spicy Pink. HEX triplet: F5, 28 and AF. RGB value is (245,40,175). Sum of RGB (Red+Green+Blue) = 245+40+175=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F528AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F528AF is #0AD750. Grayscale: #747474. Windows color (decimal): -710481 or 11479285. OLE color: 11479285.
HSL color Cylindrical-coordinate representation of color #F528AF: hue angle of 320.49º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528AF is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 175 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.04 |
| HSL | 320.49º | 0.91% | 0.56% | - |
| HSV(B) | 320.49º | 0.84% | 0.96% | - |
| XYZ | 46.15 | 24.03 | 42.76 | - |
| YUV | 116.69 | 160.92 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 175 | 0 | 0.84 | 0.29 | 0.04 | 320.49 | 0.91 | 0.56 |
| Hex | F5 | 28 | AF | 0 | 54 | 1D | 4 | 140 | 5B | 38 |
| Octal | 365 | 50 | 257 | 0 | 124 | 35 | 4 | 500 | 133 | 70 |
| Binary | 11110101 | 101000 | 10101111 | 0 | 1010100 | 11101 | 100 | 101000000 | 1011011 | 111000 |
Color Harmonies of #F528AF
Complementary color
Monochromatic Colors of #F528AF
Black with #F528AF
Text Example
Text Example
White with #F528AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528AF; }
p { color: rgb(245,40,175); }
H1.HeaderClassName
{
color: #F528AF;
}
.AnyTagClassName
{
color: #F528AF;
}
</style>
background-color css
<style>
a { background-color: #F528AF; }
a { background-color: rgb(245,40,175); }
div.DivClassName
{
background-color: #F528AF;
}
.BgClassName
{
background-color: #F528AF;
}
</style>
border-color css
<style>
span { border-color: #F528AF; }
span { border-color: rgb(245,40,175); }
td.TdClassName
{
border-color: #F528AF;
}
.TagClassName
{
border-color: #F528AF;
}
</style>