Shades of Wild Strawberry #F8349C
Tints of Wild Strawberry #F8349C
RGB
CMYK
RGB Variations
Color information
#F8349C (or 0xF8349C) is known color: Wild Strawberry. HEX triplet: F8, 34 and 9C. RGB value is (248,52,156). Sum of RGB (Red+Green+Blue) = 248+52+156=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8349C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8349C is #07CB63. Grayscale: #7A7A7A. Windows color (decimal): -510820 or 10237176. OLE color: 10237176.
HSL color Cylindrical-coordinate representation of color #F8349C: hue angle of 328.16º 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 #F8349C is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 156 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.03 |
| HSL | 328.16º | 0.93% | 0.59% | - |
| HSV(B) | 328.16º | 0.79% | 0.97% | - |
| XYZ | 45.94 | 24.81 | 33.82 | - |
| YUV | 122.46 | 146.93 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 156 | 0 | 0.79 | 0.37 | 0.03 | 328.16 | 0.93 | 0.59 |
| Hex | F8 | 34 | 9C | 0 | 4F | 25 | 3 | 148 | 5D | 3B |
| Octal | 370 | 64 | 234 | 0 | 117 | 45 | 3 | 510 | 135 | 73 |
| Binary | 11111000 | 110100 | 10011100 | 0 | 1001111 | 100101 | 11 | 101001000 | 1011101 | 111011 |
Color Harmonies of #F8349C
Complementary color
Monochromatic Colors of #F8349C
Black with #F8349C
Text Example
Text Example
White with #F8349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8349C; }
p { color: rgb(248,52,156); }
H1.HeaderClassName
{
color: #F8349C;
}
.AnyTagClassName
{
color: #F8349C;
}
</style>
background-color css
<style>
a { background-color: #F8349C; }
a { background-color: rgb(248,52,156); }
div.DivClassName
{
background-color: #F8349C;
}
.BgClassName
{
background-color: #F8349C;
}
</style>
border-color css
<style>
span { border-color: #F8349C; }
span { border-color: rgb(248,52,156); }
td.TdClassName
{
border-color: #F8349C;
}
.TagClassName
{
border-color: #F8349C;
}
</style>