Shades of Spicy Pink #F828B1
Tints of Spicy Pink #F828B1
RGB
CMYK
RGB Variations
Color information
#F828B1 (or 0xF828B1) is known color: Spicy Pink. HEX triplet: F8, 28 and B1. RGB value is (248,40,177). Sum of RGB (Red+Green+Blue) = 248+40+177=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F828B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F828B1 is #07D74E. Grayscale: #757575. Windows color (decimal): -513871 or 11610360. OLE color: 11610360.
HSL color Cylindrical-coordinate representation of color #F828B1: hue angle of 320.48º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F828B1 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 177 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.03 |
| HSL | 320.48º | 0.94% | 0.56% | - |
| HSV(B) | 320.48º | 0.84% | 0.97% | - |
| XYZ | 47.41 | 24.65 | 43.85 | - |
| YUV | 117.81 | 161.41 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 177 | 0 | 0.84 | 0.29 | 0.03 | 320.48 | 0.94 | 0.56 |
| Hex | F8 | 28 | B1 | 0 | 54 | 1D | 3 | 140 | 5E | 38 |
| Octal | 370 | 50 | 261 | 0 | 124 | 35 | 3 | 500 | 136 | 70 |
| Binary | 11111000 | 101000 | 10110001 | 0 | 1010100 | 11101 | 11 | 101000000 | 1011110 | 111000 |
Color Harmonies of #F828B1
Complementary color
Monochromatic Colors of #F828B1
Black with #F828B1
Text Example
Text Example
White with #F828B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F828B1; }
p { color: rgb(248,40,177); }
H1.HeaderClassName
{
color: #F828B1;
}
.AnyTagClassName
{
color: #F828B1;
}
</style>
background-color css
<style>
a { background-color: #F828B1; }
a { background-color: rgb(248,40,177); }
div.DivClassName
{
background-color: #F828B1;
}
.BgClassName
{
background-color: #F828B1;
}
</style>
border-color css
<style>
span { border-color: #F828B1; }
span { border-color: rgb(248,40,177); }
td.TdClassName
{
border-color: #F828B1;
}
.TagClassName
{
border-color: #F828B1;
}
</style>