Shades of Wild Strawberry #F8329D
Tints of Wild Strawberry #F8329D
RGB
CMYK
RGB Variations
Color information
#F8329D (or 0xF8329D) is known color: Wild Strawberry. HEX triplet: F8, 32 and 9D. RGB value is (248,50,157). Sum of RGB (Red+Green+Blue) = 248+50+157=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8329D is #07CD62. Grayscale: #797979. Windows color (decimal): -511331 or 10302200. OLE color: 10302200.
HSL color Cylindrical-coordinate representation of color #F8329D: hue angle of 327.58º 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 #F8329D is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 157 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.03 |
| HSL | 327.58º | 0.93% | 0.58% | - |
| HSV(B) | 327.58º | 0.8% | 0.97% | - |
| XYZ | 45.94 | 24.67 | 34.24 | - |
| YUV | 121.4 | 148.1 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 157 | 0 | 0.80 | 0.37 | 0.03 | 327.58 | 0.93 | 0.58 |
| Hex | F8 | 32 | 9D | 0 | 50 | 25 | 3 | 148 | 5D | 3A |
| Octal | 370 | 62 | 235 | 0 | 120 | 45 | 3 | 510 | 135 | 72 |
| Binary | 11111000 | 110010 | 10011101 | 0 | 1010000 | 100101 | 11 | 101001000 | 1011101 | 111010 |
Color Harmonies of #F8329D
Complementary color
Monochromatic Colors of #F8329D
Black with #F8329D
Text Example
Text Example
White with #F8329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8329D; }
p { color: rgb(248,50,157); }
H1.HeaderClassName
{
color: #F8329D;
}
.AnyTagClassName
{
color: #F8329D;
}
</style>
background-color css
<style>
a { background-color: #F8329D; }
a { background-color: rgb(248,50,157); }
div.DivClassName
{
background-color: #F8329D;
}
.BgClassName
{
background-color: #F8329D;
}
</style>
border-color css
<style>
span { border-color: #F8329D; }
span { border-color: rgb(248,50,157); }
td.TdClassName
{
border-color: #F8329D;
}
.TagClassName
{
border-color: #F8329D;
}
</style>