Shades of Spicy Pink #F528B7
Tints of Spicy Pink #F528B7
RGB
CMYK
RGB Variations
Color information
#F528B7 (or 0xF528B7) is known color: Spicy Pink. HEX triplet: F5, 28 and B7. RGB value is (245,40,183). Sum of RGB (Red+Green+Blue) = 245+40+183=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F528B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F528B7 is #0AD748. Grayscale: #757575. Windows color (decimal): -710473 or 12003573. OLE color: 12003573.
HSL color Cylindrical-coordinate representation of color #F528B7: hue angle of 318.15º 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 #F528B7 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 183 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.04 |
| HSL | 318.15º | 0.91% | 0.56% | - |
| HSV(B) | 318.15º | 0.84% | 0.96% | - |
| XYZ | 46.96 | 24.35 | 47.02 | - |
| YUV | 117.6 | 164.92 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 183 | 0 | 0.84 | 0.25 | 0.04 | 318.15 | 0.91 | 0.56 |
| Hex | F5 | 28 | B7 | 0 | 54 | 19 | 4 | 13E | 5B | 38 |
| Octal | 365 | 50 | 267 | 0 | 124 | 31 | 4 | 476 | 133 | 70 |
| Binary | 11110101 | 101000 | 10110111 | 0 | 1010100 | 11001 | 100 | 100111110 | 1011011 | 111000 |
Color Harmonies of #F528B7
Complementary color
Monochromatic Colors of #F528B7
Black with #F528B7
Text Example
Text Example
White with #F528B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528B7; }
p { color: rgb(245,40,183); }
H1.HeaderClassName
{
color: #F528B7;
}
.AnyTagClassName
{
color: #F528B7;
}
</style>
background-color css
<style>
a { background-color: #F528B7; }
a { background-color: rgb(245,40,183); }
div.DivClassName
{
background-color: #F528B7;
}
.BgClassName
{
background-color: #F528B7;
}
</style>
border-color css
<style>
span { border-color: #F528B7; }
span { border-color: rgb(245,40,183); }
td.TdClassName
{
border-color: #F528B7;
}
.TagClassName
{
border-color: #F528B7;
}
</style>