Shades of Spicy Pink #F831B6
Tints of Spicy Pink #F831B6
RGB
CMYK
RGB Variations
Color information
#F831B6 (or 0xF831B6) is known color: Spicy Pink. HEX triplet: F8, 31 and B6. RGB value is (248,49,182). Sum of RGB (Red+Green+Blue) = 248+49+182=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F831B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831B6 is #07CE49. Grayscale: #7B7B7B. Windows color (decimal): -511562 or 11940344. OLE color: 11940344.
HSL color Cylindrical-coordinate representation of color #F831B6: hue angle of 319.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F831B6 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 182 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.03 |
| HSL | 319.9º | 0.93% | 0.58% | - |
| HSV(B) | 319.9º | 0.8% | 0.97% | - |
| XYZ | 48.25 | 25.53 | 46.64 | - |
| YUV | 123.66 | 160.93 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 182 | 0 | 0.80 | 0.27 | 0.03 | 319.9 | 0.93 | 0.58 |
| Hex | F8 | 31 | B6 | 0 | 50 | 1B | 3 | 140 | 5D | 3A |
| Octal | 370 | 61 | 266 | 0 | 120 | 33 | 3 | 500 | 135 | 72 |
| Binary | 11111000 | 110001 | 10110110 | 0 | 1010000 | 11011 | 11 | 101000000 | 1011101 | 111010 |
Color Harmonies of #F831B6
Complementary color
Monochromatic Colors of #F831B6
Black with #F831B6
Text Example
Text Example
White with #F831B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831B6; }
p { color: rgb(248,49,182); }
H1.HeaderClassName
{
color: #F831B6;
}
.AnyTagClassName
{
color: #F831B6;
}
</style>
background-color css
<style>
a { background-color: #F831B6; }
a { background-color: rgb(248,49,182); }
div.DivClassName
{
background-color: #F831B6;
}
.BgClassName
{
background-color: #F831B6;
}
</style>
border-color css
<style>
span { border-color: #F831B6; }
span { border-color: rgb(248,49,182); }
td.TdClassName
{
border-color: #F831B6;
}
.TagClassName
{
border-color: #F831B6;
}
</style>