Shades of Spicy Pink #F824B7
Tints of Spicy Pink #F824B7
RGB
CMYK
RGB Variations
Color information
#F824B7 (or 0xF824B7) is known color: Spicy Pink. HEX triplet: F8, 24 and B7. RGB value is (248,36,183). Sum of RGB (Red+Green+Blue) = 248+36+183=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F824B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F824B7 is #07DB48. Grayscale: #737373. Windows color (decimal): -514889 or 12002552. OLE color: 12002552.
HSL color Cylindrical-coordinate representation of color #F824B7: hue angle of 318.4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F824B7 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 183 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.03 |
| HSL | 318.4º | 0.94% | 0.56% | - |
| HSV(B) | 318.4º | 0.85% | 0.97% | - |
| XYZ | 47.89 | 24.64 | 47.03 | - |
| YUV | 116.15 | 165.74 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 183 | 0 | 0.85 | 0.26 | 0.03 | 318.4 | 0.94 | 0.56 |
| Hex | F8 | 24 | B7 | 0 | 55 | 1A | 3 | 13E | 5E | 38 |
| Octal | 370 | 44 | 267 | 0 | 125 | 32 | 3 | 476 | 136 | 70 |
| Binary | 11111000 | 100100 | 10110111 | 0 | 1010101 | 11010 | 11 | 100111110 | 1011110 | 111000 |
Color Harmonies of #F824B7
Complementary color
Monochromatic Colors of #F824B7
Black with #F824B7
Text Example
Text Example
White with #F824B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F824B7; }
p { color: rgb(248,36,183); }
H1.HeaderClassName
{
color: #F824B7;
}
.AnyTagClassName
{
color: #F824B7;
}
</style>
background-color css
<style>
a { background-color: #F824B7; }
a { background-color: rgb(248,36,183); }
div.DivClassName
{
background-color: #F824B7;
}
.BgClassName
{
background-color: #F824B7;
}
</style>
border-color css
<style>
span { border-color: #F824B7; }
span { border-color: rgb(248,36,183); }
td.TdClassName
{
border-color: #F824B7;
}
.TagClassName
{
border-color: #F824B7;
}
</style>