Shades of Wild Strawberry #F8329B
Tints of Wild Strawberry #F8329B
RGB
CMYK
RGB Variations
Color information
#F8329B (or 0xF8329B) is known color: Wild Strawberry. HEX triplet: F8, 32 and 9B. RGB value is (248,50,155). Sum of RGB (Red+Green+Blue) = 248+50+155=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8329B is #07CD64. Grayscale: #787878. Windows color (decimal): -511333 or 10171128. OLE color: 10171128.
HSL color Cylindrical-coordinate representation of color #F8329B: hue angle of 328.18º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8329B is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 155 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.03 |
| HSL | 328.18º | 0.93% | 0.58% | - |
| HSV(B) | 328.18º | 0.8% | 0.97% | - |
| XYZ | 45.77 | 24.6 | 33.35 | - |
| YUV | 121.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 155 | 0 | 0.80 | 0.38 | 0.03 | 328.18 | 0.93 | 0.58 |
| Hex | F8 | 32 | 9B | 0 | 50 | 26 | 3 | 148 | 5D | 3A |
| Octal | 370 | 62 | 233 | 0 | 120 | 46 | 3 | 510 | 135 | 72 |
| Binary | 11111000 | 110010 | 10011011 | 0 | 1010000 | 100110 | 11 | 101001000 | 1011101 | 111010 |
Color Harmonies of #F8329B
Complementary color
Monochromatic Colors of #F8329B
Black with #F8329B
Text Example
Text Example
White with #F8329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8329B; }
p { color: rgb(248,50,155); }
H1.HeaderClassName
{
color: #F8329B;
}
.AnyTagClassName
{
color: #F8329B;
}
</style>
background-color css
<style>
a { background-color: #F8329B; }
a { background-color: rgb(248,50,155); }
div.DivClassName
{
background-color: #F8329B;
}
.BgClassName
{
background-color: #F8329B;
}
</style>
border-color css
<style>
span { border-color: #F8329B; }
span { border-color: rgb(248,50,155); }
td.TdClassName
{
border-color: #F8329B;
}
.TagClassName
{
border-color: #F8329B;
}
</style>