Shades of Wild Strawberry #F8328D
Tints of Wild Strawberry #F8328D
RGB
CMYK
RGB Variations
Color information
#F8328D (or 0xF8328D) is known color: Wild Strawberry. HEX triplet: F8, 32 and 8D. RGB value is (248,50,141). Sum of RGB (Red+Green+Blue) = 248+50+141=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8328D is #07CD72. Grayscale: #777777. Windows color (decimal): -511347 or 9253624. OLE color: 9253624.
HSL color Cylindrical-coordinate representation of color #F8328D: hue angle of 332.42º 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 #F8328D is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 141 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.03 |
| HSL | 332.42º | 0.93% | 0.58% | - |
| HSV(B) | 332.42º | 0.8% | 0.97% | - |
| XYZ | 44.66 | 24.16 | 27.51 | - |
| YUV | 119.58 | 140.1 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 141 | 0 | 0.80 | 0.43 | 0.03 | 332.42 | 0.93 | 0.58 |
| Hex | F8 | 32 | 8D | 0 | 50 | 2B | 3 | 14C | 5D | 3A |
| Octal | 370 | 62 | 215 | 0 | 120 | 53 | 3 | 514 | 135 | 72 |
| Binary | 11111000 | 110010 | 10001101 | 0 | 1010000 | 101011 | 11 | 101001100 | 1011101 | 111010 |
Color Harmonies of #F8328D
Complementary color
Monochromatic Colors of #F8328D
Black with #F8328D
Text Example
Text Example
White with #F8328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8328D; }
p { color: rgb(248,50,141); }
H1.HeaderClassName
{
color: #F8328D;
}
.AnyTagClassName
{
color: #F8328D;
}
</style>
background-color css
<style>
a { background-color: #F8328D; }
a { background-color: rgb(248,50,141); }
div.DivClassName
{
background-color: #F8328D;
}
.BgClassName
{
background-color: #F8328D;
}
</style>
border-color css
<style>
span { border-color: #F8328D; }
span { border-color: rgb(248,50,141); }
td.TdClassName
{
border-color: #F8328D;
}
.TagClassName
{
border-color: #F8328D;
}
</style>