Shades of Spicy Pink #F829B2
Tints of Spicy Pink #F829B2
RGB
CMYK
RGB Variations
Color information
#F829B2 (or 0xF829B2) is known color: Spicy Pink. HEX triplet: F8, 29 and B2. RGB value is (248,41,178). Sum of RGB (Red+Green+Blue) = 248+41+178=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F829B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F829B2 is #07D64D. Grayscale: #767676. Windows color (decimal): -513614 or 11676152. OLE color: 11676152.
HSL color Cylindrical-coordinate representation of color #F829B2: hue angle of 320.29º 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 #F829B2 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 178 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.03 |
| HSL | 320.29º | 0.94% | 0.57% | - |
| HSV(B) | 320.29º | 0.83% | 0.97% | - |
| XYZ | 47.54 | 24.76 | 44.39 | - |
| YUV | 118.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 178 | 0 | 0.83 | 0.28 | 0.03 | 320.29 | 0.94 | 0.57 |
| Hex | F8 | 29 | B2 | 0 | 53 | 1C | 3 | 140 | 5E | 39 |
| Octal | 370 | 51 | 262 | 0 | 123 | 34 | 3 | 500 | 136 | 71 |
| Binary | 11111000 | 101001 | 10110010 | 0 | 1010011 | 11100 | 11 | 101000000 | 1011110 | 111001 |
Color Harmonies of #F829B2
Complementary color
Monochromatic Colors of #F829B2
Black with #F829B2
Text Example
Text Example
White with #F829B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829B2; }
p { color: rgb(248,41,178); }
H1.HeaderClassName
{
color: #F829B2;
}
.AnyTagClassName
{
color: #F829B2;
}
</style>
background-color css
<style>
a { background-color: #F829B2; }
a { background-color: rgb(248,41,178); }
div.DivClassName
{
background-color: #F829B2;
}
.BgClassName
{
background-color: #F829B2;
}
</style>
border-color css
<style>
span { border-color: #F829B2; }
span { border-color: rgb(248,41,178); }
td.TdClassName
{
border-color: #F829B2;
}
.TagClassName
{
border-color: #F829B2;
}
</style>