Shades of Spicy Pink #F824B5
Tints of Spicy Pink #F824B5
RGB
CMYK
RGB Variations
Color information
#F824B5 (or 0xF824B5) is known color: Spicy Pink. HEX triplet: F8, 24 and B5. RGB value is (248,36,181). Sum of RGB (Red+Green+Blue) = 248+36+181=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F824B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F824B5 is #07DB4A. Grayscale: #737373. Windows color (decimal): -514891 or 11871480. OLE color: 11871480.
HSL color Cylindrical-coordinate representation of color #F824B5: hue angle of 318.96º 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 #F824B5 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 181 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.03 |
| HSL | 318.96º | 0.94% | 0.56% | - |
| HSV(B) | 318.96º | 0.85% | 0.97% | - |
| XYZ | 47.68 | 24.55 | 45.94 | - |
| YUV | 115.92 | 164.74 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 181 | 0 | 0.85 | 0.27 | 0.03 | 318.96 | 0.94 | 0.56 |
| Hex | F8 | 24 | B5 | 0 | 55 | 1B | 3 | 13F | 5E | 38 |
| Octal | 370 | 44 | 265 | 0 | 125 | 33 | 3 | 477 | 136 | 70 |
| Binary | 11111000 | 100100 | 10110101 | 0 | 1010101 | 11011 | 11 | 100111111 | 1011110 | 111000 |
Color Harmonies of #F824B5
Complementary color
Monochromatic Colors of #F824B5
Black with #F824B5
Text Example
Text Example
White with #F824B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F824B5; }
p { color: rgb(248,36,181); }
H1.HeaderClassName
{
color: #F824B5;
}
.AnyTagClassName
{
color: #F824B5;
}
</style>
background-color css
<style>
a { background-color: #F824B5; }
a { background-color: rgb(248,36,181); }
div.DivClassName
{
background-color: #F824B5;
}
.BgClassName
{
background-color: #F824B5;
}
</style>
border-color css
<style>
span { border-color: #F824B5; }
span { border-color: rgb(248,36,181); }
td.TdClassName
{
border-color: #F824B5;
}
.TagClassName
{
border-color: #F824B5;
}
</style>