Shades of Spicy Pink #F826AD
Tints of Spicy Pink #F826AD
RGB
CMYK
RGB Variations
Color information
#F826AD (or 0xF826AD) is known color: Spicy Pink. HEX triplet: F8, 26 and AD. RGB value is (248,38,173). Sum of RGB (Red+Green+Blue) = 248+38+173=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F826AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F826AD is #07D952. Grayscale: #737373. Windows color (decimal): -514387 or 11347704. OLE color: 11347704.
HSL color Cylindrical-coordinate representation of color #F826AD: hue angle of 321.43º 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 #F826AD is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 173 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.03 |
| HSL | 321.43º | 0.94% | 0.56% | - |
| HSV(B) | 321.43º | 0.85% | 0.97% | - |
| XYZ | 46.95 | 24.36 | 41.76 | - |
| YUV | 116.18 | 160.07 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 173 | 0 | 0.85 | 0.30 | 0.03 | 321.43 | 0.94 | 0.56 |
| Hex | F8 | 26 | AD | 0 | 55 | 1E | 3 | 141 | 5E | 38 |
| Octal | 370 | 46 | 255 | 0 | 125 | 36 | 3 | 501 | 136 | 70 |
| Binary | 11111000 | 100110 | 10101101 | 0 | 1010101 | 11110 | 11 | 101000001 | 1011110 | 111000 |
Color Harmonies of #F826AD
Complementary color
Monochromatic Colors of #F826AD
Black with #F826AD
Text Example
Text Example
White with #F826AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F826AD; }
p { color: rgb(248,38,173); }
H1.HeaderClassName
{
color: #F826AD;
}
.AnyTagClassName
{
color: #F826AD;
}
</style>
background-color css
<style>
a { background-color: #F826AD; }
a { background-color: rgb(248,38,173); }
div.DivClassName
{
background-color: #F826AD;
}
.BgClassName
{
background-color: #F826AD;
}
</style>
border-color css
<style>
span { border-color: #F826AD; }
span { border-color: rgb(248,38,173); }
td.TdClassName
{
border-color: #F826AD;
}
.TagClassName
{
border-color: #F826AD;
}
</style>