Shades of Spicy Pink #F825AB
Tints of Spicy Pink #F825AB
RGB
CMYK
RGB Variations
Color information
#F825AB (or 0xF825AB) is known color: Spicy Pink. HEX triplet: F8, 25 and AB. RGB value is (248,37,171). Sum of RGB (Red+Green+Blue) = 248+37+171=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F825AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F825AB is #07DA54. Grayscale: #737373. Windows color (decimal): -514645 or 11216376. OLE color: 11216376.
HSL color Cylindrical-coordinate representation of color #F825AB: hue angle of 321.9º 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 #F825AB is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 171 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.03 |
| HSL | 321.9º | 0.94% | 0.56% | - |
| HSV(B) | 321.9º | 0.85% | 0.97% | - |
| XYZ | 46.72 | 24.22 | 40.74 | - |
| YUV | 115.37 | 159.4 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 171 | 0 | 0.85 | 0.31 | 0.03 | 321.9 | 0.94 | 0.56 |
| Hex | F8 | 25 | AB | 0 | 55 | 1F | 3 | 142 | 5E | 38 |
| Octal | 370 | 45 | 253 | 0 | 125 | 37 | 3 | 502 | 136 | 70 |
| Binary | 11111000 | 100101 | 10101011 | 0 | 1010101 | 11111 | 11 | 101000010 | 1011110 | 111000 |
Color Harmonies of #F825AB
Complementary color
Monochromatic Colors of #F825AB
Black with #F825AB
Text Example
Text Example
White with #F825AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825AB; }
p { color: rgb(248,37,171); }
H1.HeaderClassName
{
color: #F825AB;
}
.AnyTagClassName
{
color: #F825AB;
}
</style>
background-color css
<style>
a { background-color: #F825AB; }
a { background-color: rgb(248,37,171); }
div.DivClassName
{
background-color: #F825AB;
}
.BgClassName
{
background-color: #F825AB;
}
</style>
border-color css
<style>
span { border-color: #F825AB; }
span { border-color: rgb(248,37,171); }
td.TdClassName
{
border-color: #F825AB;
}
.TagClassName
{
border-color: #F825AB;
}
</style>