Shades of Spicy Pink #F826B2
Tints of Spicy Pink #F826B2
RGB
CMYK
RGB Variations
Color information
#F826B2 (or 0xF826B2) is known color: Spicy Pink. HEX triplet: F8, 26 and B2. RGB value is (248,38,178). Sum of RGB (Red+Green+Blue) = 248+38+178=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F826B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F826B2 is #07D94D. Grayscale: #747474. Windows color (decimal): -514382 or 11675384. OLE color: 11675384.
HSL color Cylindrical-coordinate representation of color #F826B2: hue angle of 320º 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 #F826B2 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 178 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.03 |
| HSL | 320º | 0.94% | 0.56% | - |
| HSV(B) | 320º | 0.85% | 0.97% | - |
| XYZ | 47.44 | 24.56 | 44.36 | - |
| YUV | 116.75 | 162.57 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 178 | 0 | 0.85 | 0.28 | 0.03 | 320 | 0.94 | 0.56 |
| Hex | F8 | 26 | B2 | 0 | 55 | 1C | 3 | 140 | 5E | 38 |
| Octal | 370 | 46 | 262 | 0 | 125 | 34 | 3 | 500 | 136 | 70 |
| Binary | 11111000 | 100110 | 10110010 | 0 | 1010101 | 11100 | 11 | 101000000 | 1011110 | 111000 |
Color Harmonies of #F826B2
Complementary color
Monochromatic Colors of #F826B2
Black with #F826B2
Text Example
Text Example
White with #F826B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F826B2; }
p { color: rgb(248,38,178); }
H1.HeaderClassName
{
color: #F826B2;
}
.AnyTagClassName
{
color: #F826B2;
}
</style>
background-color css
<style>
a { background-color: #F826B2; }
a { background-color: rgb(248,38,178); }
div.DivClassName
{
background-color: #F826B2;
}
.BgClassName
{
background-color: #F826B2;
}
</style>
border-color css
<style>
span { border-color: #F826B2; }
span { border-color: rgb(248,38,178); }
td.TdClassName
{
border-color: #F826B2;
}
.TagClassName
{
border-color: #F826B2;
}
</style>