Shades of Spicy Pink #F829B0
Tints of Spicy Pink #F829B0
RGB
CMYK
RGB Variations
Color information
#F829B0 (or 0xF829B0) is known color: Spicy Pink. HEX triplet: F8, 29 and B0. RGB value is (248,41,176). Sum of RGB (Red+Green+Blue) = 248+41+176=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F829B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F829B0 is #07D64F. Grayscale: #757575. Windows color (decimal): -513616 or 11545080. OLE color: 11545080.
HSL color Cylindrical-coordinate representation of color #F829B0: hue angle of 320.87º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F829B0 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 176 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.03 |
| HSL | 320.87º | 0.94% | 0.57% | - |
| HSV(B) | 320.87º | 0.83% | 0.97% | - |
| XYZ | 47.34 | 24.68 | 43.34 | - |
| YUV | 118.28 | 160.58 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 176 | 0 | 0.83 | 0.29 | 0.03 | 320.87 | 0.94 | 0.57 |
| Hex | F8 | 29 | B0 | 0 | 53 | 1D | 3 | 141 | 5E | 39 |
| Octal | 370 | 51 | 260 | 0 | 123 | 35 | 3 | 501 | 136 | 71 |
| Binary | 11111000 | 101001 | 10110000 | 0 | 1010011 | 11101 | 11 | 101000001 | 1011110 | 111001 |
Color Harmonies of #F829B0
Complementary color
Monochromatic Colors of #F829B0
Black with #F829B0
Text Example
Text Example
White with #F829B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829B0; }
p { color: rgb(248,41,176); }
H1.HeaderClassName
{
color: #F829B0;
}
.AnyTagClassName
{
color: #F829B0;
}
</style>
background-color css
<style>
a { background-color: #F829B0; }
a { background-color: rgb(248,41,176); }
div.DivClassName
{
background-color: #F829B0;
}
.BgClassName
{
background-color: #F829B0;
}
</style>
border-color css
<style>
span { border-color: #F829B0; }
span { border-color: rgb(248,41,176); }
td.TdClassName
{
border-color: #F829B0;
}
.TagClassName
{
border-color: #F829B0;
}
</style>