Shades of Spicy Pink #F825BD
Tints of Spicy Pink #F825BD
RGB
CMYK
RGB Variations
Color information
#F825BD (or 0xF825BD) is known color: Spicy Pink. HEX triplet: F8, 25 and BD. RGB value is (248,37,189). Sum of RGB (Red+Green+Blue) = 248+37+189=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F825BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825BD is #07DA42. Grayscale: #757575. Windows color (decimal): -514627 or 12396024. OLE color: 12396024.
HSL color Cylindrical-coordinate representation of color #F825BD: hue angle of 316.78º 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 #F825BD is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 189 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.03 |
| HSL | 316.78º | 0.94% | 0.56% | - |
| HSV(B) | 316.78º | 0.85% | 0.97% | - |
| XYZ | 48.56 | 24.95 | 50.4 | - |
| YUV | 117.42 | 168.4 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 189 | 0 | 0.85 | 0.24 | 0.03 | 316.78 | 0.94 | 0.56 |
| Hex | F8 | 25 | BD | 0 | 55 | 18 | 3 | 13D | 5E | 38 |
| Octal | 370 | 45 | 275 | 0 | 125 | 30 | 3 | 475 | 136 | 70 |
| Binary | 11111000 | 100101 | 10111101 | 0 | 1010101 | 11000 | 11 | 100111101 | 1011110 | 111000 |
Color Harmonies of #F825BD
Complementary color
Monochromatic Colors of #F825BD
Black with #F825BD
Text Example
Text Example
White with #F825BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825BD; }
p { color: rgb(248,37,189); }
H1.HeaderClassName
{
color: #F825BD;
}
.AnyTagClassName
{
color: #F825BD;
}
</style>
background-color css
<style>
a { background-color: #F825BD; }
a { background-color: rgb(248,37,189); }
div.DivClassName
{
background-color: #F825BD;
}
.BgClassName
{
background-color: #F825BD;
}
</style>
border-color css
<style>
span { border-color: #F825BD; }
span { border-color: rgb(248,37,189); }
td.TdClassName
{
border-color: #F825BD;
}
.TagClassName
{
border-color: #F825BD;
}
</style>