Shades of Spicy Pink #F827BA
Tints of Spicy Pink #F827BA
RGB
CMYK
RGB Variations
Color information
#F827BA (or 0xF827BA) is known color: Spicy Pink. HEX triplet: F8, 27 and BA. RGB value is (248,39,186). Sum of RGB (Red+Green+Blue) = 248+39+186=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F827BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827BA is #07D845. Grayscale: #757575. Windows color (decimal): -514118 or 12199928. OLE color: 12199928.
HSL color Cylindrical-coordinate representation of color #F827BA: hue angle of 317.8º 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 #F827BA is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 186 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.03 |
| HSL | 317.8º | 0.94% | 0.56% | - |
| HSV(B) | 317.8º | 0.84% | 0.97% | - |
| XYZ | 48.3 | 24.95 | 48.73 | - |
| YUV | 118.25 | 166.24 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 186 | 0 | 0.84 | 0.25 | 0.03 | 317.8 | 0.94 | 0.56 |
| Hex | F8 | 27 | BA | 0 | 54 | 19 | 3 | 13E | 5E | 38 |
| Octal | 370 | 47 | 272 | 0 | 124 | 31 | 3 | 476 | 136 | 70 |
| Binary | 11111000 | 100111 | 10111010 | 0 | 1010100 | 11001 | 11 | 100111110 | 1011110 | 111000 |
Color Harmonies of #F827BA
Complementary color
Monochromatic Colors of #F827BA
Black with #F827BA
Text Example
Text Example
White with #F827BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F827BA; }
p { color: rgb(248,39,186); }
H1.HeaderClassName
{
color: #F827BA;
}
.AnyTagClassName
{
color: #F827BA;
}
</style>
background-color css
<style>
a { background-color: #F827BA; }
a { background-color: rgb(248,39,186); }
div.DivClassName
{
background-color: #F827BA;
}
.BgClassName
{
background-color: #F827BA;
}
</style>
border-color css
<style>
span { border-color: #F827BA; }
span { border-color: rgb(248,39,186); }
td.TdClassName
{
border-color: #F827BA;
}
.TagClassName
{
border-color: #F827BA;
}
</style>