Shades of Spicy Pink #F825BC
Tints of Spicy Pink #F825BC
RGB
CMYK
RGB Variations
Color information
#F825BC (or 0xF825BC) is known color: Spicy Pink. HEX triplet: F8, 25 and BC. RGB value is (248,37,188). Sum of RGB (Red+Green+Blue) = 248+37+188=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F825BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825BC is #07DA43. Grayscale: #747474. Windows color (decimal): -514628 or 12330488. OLE color: 12330488.
HSL color Cylindrical-coordinate representation of color #F825BC: hue angle of 317.06º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825BC is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 188 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.03 |
| HSL | 317.06º | 0.94% | 0.56% | - |
| HSV(B) | 317.06º | 0.85% | 0.97% | - |
| XYZ | 48.45 | 24.91 | 49.83 | - |
| YUV | 117.3 | 167.9 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 188 | 0 | 0.85 | 0.24 | 0.03 | 317.06 | 0.94 | 0.56 |
| Hex | F8 | 25 | BC | 0 | 55 | 18 | 3 | 13D | 5E | 38 |
| Octal | 370 | 45 | 274 | 0 | 125 | 30 | 3 | 475 | 136 | 70 |
| Binary | 11111000 | 100101 | 10111100 | 0 | 1010101 | 11000 | 11 | 100111101 | 1011110 | 111000 |
Color Harmonies of #F825BC
Complementary color
Monochromatic Colors of #F825BC
Black with #F825BC
Text Example
Text Example
White with #F825BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825BC; }
p { color: rgb(248,37,188); }
H1.HeaderClassName
{
color: #F825BC;
}
.AnyTagClassName
{
color: #F825BC;
}
</style>
background-color css
<style>
a { background-color: #F825BC; }
a { background-color: rgb(248,37,188); }
div.DivClassName
{
background-color: #F825BC;
}
.BgClassName
{
background-color: #F825BC;
}
</style>
border-color css
<style>
span { border-color: #F825BC; }
span { border-color: rgb(248,37,188); }
td.TdClassName
{
border-color: #F825BC;
}
.TagClassName
{
border-color: #F825BC;
}
</style>