Shades of Spicy Pink #F828B8
Tints of Spicy Pink #F828B8
RGB
CMYK
RGB Variations
Color information
#F828B8 (or 0xF828B8) is known color: Spicy Pink. HEX triplet: F8, 28 and B8. RGB value is (248,40,184). Sum of RGB (Red+Green+Blue) = 248+40+184=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F828B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828B8 is #07D747. Grayscale: #767676. Windows color (decimal): -513864 or 12069112. OLE color: 12069112.
HSL color Cylindrical-coordinate representation of color #F828B8: hue angle of 318.46º 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 #F828B8 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 184 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.03 |
| HSL | 318.46º | 0.94% | 0.56% | - |
| HSV(B) | 318.46º | 0.84% | 0.97% | - |
| XYZ | 48.12 | 24.93 | 47.62 | - |
| YUV | 118.61 | 164.91 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 184 | 0 | 0.84 | 0.26 | 0.03 | 318.46 | 0.94 | 0.56 |
| Hex | F8 | 28 | B8 | 0 | 54 | 1A | 3 | 13E | 5E | 38 |
| Octal | 370 | 50 | 270 | 0 | 124 | 32 | 3 | 476 | 136 | 70 |
| Binary | 11111000 | 101000 | 10111000 | 0 | 1010100 | 11010 | 11 | 100111110 | 1011110 | 111000 |
Color Harmonies of #F828B8
Complementary color
Monochromatic Colors of #F828B8
Black with #F828B8
Text Example
Text Example
White with #F828B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F828B8; }
p { color: rgb(248,40,184); }
H1.HeaderClassName
{
color: #F828B8;
}
.AnyTagClassName
{
color: #F828B8;
}
</style>
background-color css
<style>
a { background-color: #F828B8; }
a { background-color: rgb(248,40,184); }
div.DivClassName
{
background-color: #F828B8;
}
.BgClassName
{
background-color: #F828B8;
}
</style>
border-color css
<style>
span { border-color: #F828B8; }
span { border-color: rgb(248,40,184); }
td.TdClassName
{
border-color: #F828B8;
}
.TagClassName
{
border-color: #F828B8;
}
</style>