Shades of Spicy Pink #F830B5
Tints of Spicy Pink #F830B5
RGB
CMYK
RGB Variations
Color information
#F830B5 (or 0xF830B5) is known color: Spicy Pink. HEX triplet: F8, 30 and B5. RGB value is (248,48,181). Sum of RGB (Red+Green+Blue) = 248+48+181=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F830B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830B5 is #07CF4A. Grayscale: #7A7A7A. Windows color (decimal): -511819 or 11874552. OLE color: 11874552.
HSL color Cylindrical-coordinate representation of color #F830B5: hue angle of 320.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F830B5 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 181 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.03 |
| HSL | 320.1º | 0.93% | 0.58% | - |
| HSV(B) | 320.1º | 0.81% | 0.97% | - |
| XYZ | 48.11 | 25.41 | 46.08 | - |
| YUV | 122.96 | 160.76 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 181 | 0 | 0.81 | 0.27 | 0.03 | 320.1 | 0.93 | 0.58 |
| Hex | F8 | 30 | B5 | 0 | 51 | 1B | 3 | 140 | 5D | 3A |
| Octal | 370 | 60 | 265 | 0 | 121 | 33 | 3 | 500 | 135 | 72 |
| Binary | 11111000 | 110000 | 10110101 | 0 | 1010001 | 11011 | 11 | 101000000 | 1011101 | 111010 |
Color Harmonies of #F830B5
Complementary color
Monochromatic Colors of #F830B5
Black with #F830B5
Text Example
Text Example
White with #F830B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830B5; }
p { color: rgb(248,48,181); }
H1.HeaderClassName
{
color: #F830B5;
}
.AnyTagClassName
{
color: #F830B5;
}
</style>
background-color css
<style>
a { background-color: #F830B5; }
a { background-color: rgb(248,48,181); }
div.DivClassName
{
background-color: #F830B5;
}
.BgClassName
{
background-color: #F830B5;
}
</style>
border-color css
<style>
span { border-color: #F830B5; }
span { border-color: rgb(248,48,181); }
td.TdClassName
{
border-color: #F830B5;
}
.TagClassName
{
border-color: #F830B5;
}
</style>