Shades of Wild Strawberry #F8348D
Tints of Wild Strawberry #F8348D
RGB
CMYK
RGB Variations
Color information
#F8348D (or 0xF8348D) is known color: Wild Strawberry. HEX triplet: F8, 34 and 8D. RGB value is (248,52,141). Sum of RGB (Red+Green+Blue) = 248+52+141=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8348D is #07CB72. Grayscale: #787878. Windows color (decimal): -510835 or 9254136. OLE color: 9254136.
HSL color Cylindrical-coordinate representation of color #F8348D: hue angle of 332.76º 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 #F8348D is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 141 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.03 |
| HSL | 332.76º | 0.93% | 0.59% | - |
| HSV(B) | 332.76º | 0.79% | 0.97% | - |
| XYZ | 44.75 | 24.34 | 27.54 | - |
| YUV | 120.75 | 139.43 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 141 | 0 | 0.79 | 0.43 | 0.03 | 332.76 | 0.93 | 0.59 |
| Hex | F8 | 34 | 8D | 0 | 4F | 2B | 3 | 14D | 5D | 3B |
| Octal | 370 | 64 | 215 | 0 | 117 | 53 | 3 | 515 | 135 | 73 |
| Binary | 11111000 | 110100 | 10001101 | 0 | 1001111 | 101011 | 11 | 101001101 | 1011101 | 111011 |
Color Harmonies of #F8348D
Complementary color
Monochromatic Colors of #F8348D
Black with #F8348D
Text Example
Text Example
White with #F8348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8348D; }
p { color: rgb(248,52,141); }
H1.HeaderClassName
{
color: #F8348D;
}
.AnyTagClassName
{
color: #F8348D;
}
</style>
background-color css
<style>
a { background-color: #F8348D; }
a { background-color: rgb(248,52,141); }
div.DivClassName
{
background-color: #F8348D;
}
.BgClassName
{
background-color: #F8348D;
}
</style>
border-color css
<style>
span { border-color: #F8348D; }
span { border-color: rgb(248,52,141); }
td.TdClassName
{
border-color: #F8348D;
}
.TagClassName
{
border-color: #F8348D;
}
</style>