Shades of Spicy Pink #F828AF
Tints of Spicy Pink #F828AF
RGB
CMYK
RGB Variations
Color information
#F828AF (or 0xF828AF) is known color: Spicy Pink. HEX triplet: F8, 28 and AF. RGB value is (248,40,175). Sum of RGB (Red+Green+Blue) = 248+40+175=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F828AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F828AF is #07D750. Grayscale: #757575. Windows color (decimal): -513873 or 11479288. OLE color: 11479288.
HSL color Cylindrical-coordinate representation of color #F828AF: hue angle of 321.06º 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 #F828AF is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 175 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.03 |
| HSL | 321.06º | 0.94% | 0.56% | - |
| HSV(B) | 321.06º | 0.84% | 0.97% | - |
| XYZ | 47.21 | 24.57 | 42.81 | - |
| YUV | 117.58 | 160.41 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 175 | 0 | 0.84 | 0.29 | 0.03 | 321.06 | 0.94 | 0.56 |
| Hex | F8 | 28 | AF | 0 | 54 | 1D | 3 | 141 | 5E | 38 |
| Octal | 370 | 50 | 257 | 0 | 124 | 35 | 3 | 501 | 136 | 70 |
| Binary | 11111000 | 101000 | 10101111 | 0 | 1010100 | 11101 | 11 | 101000001 | 1011110 | 111000 |
Color Harmonies of #F828AF
Complementary color
Monochromatic Colors of #F828AF
Black with #F828AF
Text Example
Text Example
White with #F828AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F828AF; }
p { color: rgb(248,40,175); }
H1.HeaderClassName
{
color: #F828AF;
}
.AnyTagClassName
{
color: #F828AF;
}
</style>
background-color css
<style>
a { background-color: #F828AF; }
a { background-color: rgb(248,40,175); }
div.DivClassName
{
background-color: #F828AF;
}
.BgClassName
{
background-color: #F828AF;
}
</style>
border-color css
<style>
span { border-color: #F828AF; }
span { border-color: rgb(248,40,175); }
td.TdClassName
{
border-color: #F828AF;
}
.TagClassName
{
border-color: #F828AF;
}
</style>