Shades of Spicy Pink #F823BD
Tints of Spicy Pink #F823BD
RGB
CMYK
RGB Variations
Color information
#F823BD (or 0xF823BD) is known color: Spicy Pink. HEX triplet: F8, 23 and BD. RGB value is (248,35,189). Sum of RGB (Red+Green+Blue) = 248+35+189=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F823BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F823BD is #07DC42. Grayscale: #737373. Windows color (decimal): -515139 or 12395512. OLE color: 12395512.
HSL color Cylindrical-coordinate representation of color #F823BD: hue angle of 316.62º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F823BD is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 35 | 189 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.03 |
| HSL | 316.62º | 0.94% | 0.55% | - |
| HSV(B) | 316.62º | 0.86% | 0.97% | - |
| XYZ | 48.5 | 24.83 | 50.38 | - |
| YUV | 116.24 | 169.07 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 35 | 189 | 0 | 0.86 | 0.24 | 0.03 | 316.62 | 0.94 | 0.55 |
| Hex | F8 | 23 | BD | 0 | 56 | 18 | 3 | 13D | 5E | 37 |
| Octal | 370 | 43 | 275 | 0 | 126 | 30 | 3 | 475 | 136 | 67 |
| Binary | 11111000 | 100011 | 10111101 | 0 | 1010110 | 11000 | 11 | 100111101 | 1011110 | 110111 |
Color Harmonies of #F823BD
Complementary color
Monochromatic Colors of #F823BD
Black with #F823BD
Text Example
Text Example
White with #F823BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F823BD; }
p { color: rgb(248,35,189); }
H1.HeaderClassName
{
color: #F823BD;
}
.AnyTagClassName
{
color: #F823BD;
}
</style>
background-color css
<style>
a { background-color: #F823BD; }
a { background-color: rgb(248,35,189); }
div.DivClassName
{
background-color: #F823BD;
}
.BgClassName
{
background-color: #F823BD;
}
</style>
border-color css
<style>
span { border-color: #F823BD; }
span { border-color: rgb(248,35,189); }
td.TdClassName
{
border-color: #F823BD;
}
.TagClassName
{
border-color: #F823BD;
}
</style>