Shades of Wild Strawberry #F8328C
Tints of Wild Strawberry #F8328C
RGB
CMYK
RGB Variations
Color information
#F8328C (or 0xF8328C) is known color: Wild Strawberry. HEX triplet: F8, 32 and 8C. RGB value is (248,50,140). Sum of RGB (Red+Green+Blue) = 248+50+140=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F8328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8328C is #07CD73. Grayscale: #777777. Windows color (decimal): -511348 or 9188088. OLE color: 9188088.
HSL color Cylindrical-coordinate representation of color #F8328C: hue angle of 332.73º 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 #F8328C is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 140 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.03 |
| HSL | 332.73º | 0.93% | 0.58% | - |
| HSV(B) | 332.73º | 0.8% | 0.97% | - |
| XYZ | 44.59 | 24.13 | 27.12 | - |
| YUV | 119.46 | 139.6 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 140 | 0 | 0.80 | 0.44 | 0.03 | 332.73 | 0.93 | 0.58 |
| Hex | F8 | 32 | 8C | 0 | 50 | 2C | 3 | 14D | 5D | 3A |
| Octal | 370 | 62 | 214 | 0 | 120 | 54 | 3 | 515 | 135 | 72 |
| Binary | 11111000 | 110010 | 10001100 | 0 | 1010000 | 101100 | 11 | 101001101 | 1011101 | 111010 |
Color Harmonies of #F8328C
Complementary color
Monochromatic Colors of #F8328C
Black with #F8328C
Text Example
Text Example
White with #F8328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8328C; }
p { color: rgb(248,50,140); }
H1.HeaderClassName
{
color: #F8328C;
}
.AnyTagClassName
{
color: #F8328C;
}
</style>
background-color css
<style>
a { background-color: #F8328C; }
a { background-color: rgb(248,50,140); }
div.DivClassName
{
background-color: #F8328C;
}
.BgClassName
{
background-color: #F8328C;
}
</style>
border-color css
<style>
span { border-color: #F8328C; }
span { border-color: rgb(248,50,140); }
td.TdClassName
{
border-color: #F8328C;
}
.TagClassName
{
border-color: #F8328C;
}
</style>