Shades of Wild Strawberry #F8358C
Tints of Wild Strawberry #F8358C
RGB
CMYK
RGB Variations
Color information
#F8358C (or 0xF8358C) is known color: Wild Strawberry. HEX triplet: F8, 35 and 8C. RGB value is (248,53,140). Sum of RGB (Red+Green+Blue) = 248+53+140=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8358C is #07CA73. Grayscale: #797979. Windows color (decimal): -510580 or 9188856. OLE color: 9188856.
HSL color Cylindrical-coordinate representation of color #F8358C: hue angle of 333.23º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8358C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 140 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.03 |
| HSL | 333.23º | 0.93% | 0.59% | - |
| HSV(B) | 333.23º | 0.79% | 0.97% | - |
| XYZ | 44.72 | 24.4 | 27.16 | - |
| YUV | 121.22 | 138.6 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 140 | 0 | 0.79 | 0.44 | 0.03 | 333.23 | 0.93 | 0.59 |
| Hex | F8 | 35 | 8C | 0 | 4F | 2C | 3 | 14D | 5D | 3B |
| Octal | 370 | 65 | 214 | 0 | 117 | 54 | 3 | 515 | 135 | 73 |
| Binary | 11111000 | 110101 | 10001100 | 0 | 1001111 | 101100 | 11 | 101001101 | 1011101 | 111011 |
Color Harmonies of #F8358C
Complementary color
Monochromatic Colors of #F8358C
Black with #F8358C
Text Example
Text Example
White with #F8358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8358C; }
p { color: rgb(248,53,140); }
H1.HeaderClassName
{
color: #F8358C;
}
.AnyTagClassName
{
color: #F8358C;
}
</style>
background-color css
<style>
a { background-color: #F8358C; }
a { background-color: rgb(248,53,140); }
div.DivClassName
{
background-color: #F8358C;
}
.BgClassName
{
background-color: #F8358C;
}
</style>
border-color css
<style>
span { border-color: #F8358C; }
span { border-color: rgb(248,53,140); }
td.TdClassName
{
border-color: #F8358C;
}
.TagClassName
{
border-color: #F8358C;
}
</style>