Shades of Spicy Pink #F526BD
Tints of Spicy Pink #F526BD
RGB
CMYK
RGB Variations
Color information
#F526BD (or 0xF526BD) is known color: Spicy Pink. HEX triplet: F5, 26 and BD. RGB value is (245,38,189). Sum of RGB (Red+Green+Blue) = 245+38+189=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F526BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F526BD is #0AD942. Grayscale: #747474. Windows color (decimal): -710979 or 12396277. OLE color: 12396277.
HSL color Cylindrical-coordinate representation of color #F526BD: hue angle of 316.23º 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 #F526BD is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 189 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.04 |
| HSL | 316.23º | 0.91% | 0.55% | - |
| HSV(B) | 316.23º | 0.84% | 0.96% | - |
| XYZ | 47.53 | 24.47 | 50.36 | - |
| YUV | 117.11 | 168.58 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 189 | 0 | 0.84 | 0.23 | 0.04 | 316.23 | 0.91 | 0.55 |
| Hex | F5 | 26 | BD | 0 | 54 | 17 | 4 | 13C | 5B | 37 |
| Octal | 365 | 46 | 275 | 0 | 124 | 27 | 4 | 474 | 133 | 67 |
| Binary | 11110101 | 100110 | 10111101 | 0 | 1010100 | 10111 | 100 | 100111100 | 1011011 | 110111 |
Color Harmonies of #F526BD
Complementary color
Monochromatic Colors of #F526BD
Black with #F526BD
Text Example
Text Example
White with #F526BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526BD; }
p { color: rgb(245,38,189); }
H1.HeaderClassName
{
color: #F526BD;
}
.AnyTagClassName
{
color: #F526BD;
}
</style>
background-color css
<style>
a { background-color: #F526BD; }
a { background-color: rgb(245,38,189); }
div.DivClassName
{
background-color: #F526BD;
}
.BgClassName
{
background-color: #F526BD;
}
</style>
border-color css
<style>
span { border-color: #F526BD; }
span { border-color: rgb(245,38,189); }
td.TdClassName
{
border-color: #F526BD;
}
.TagClassName
{
border-color: #F526BD;
}
</style>