Shades of Wild Strawberry #F83297
Tints of Wild Strawberry #F83297
RGB
CMYK
RGB Variations
Color information
#F83297 (or 0xF83297) is known color: Wild Strawberry. HEX triplet: F8, 32 and 97. RGB value is (248,50,151). Sum of RGB (Red+Green+Blue) = 248+50+151=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F83297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83297 is #07CD68. Grayscale: #787878. Windows color (decimal): -511337 or 9908984. OLE color: 9908984.
HSL color Cylindrical-coordinate representation of color #F83297: hue angle of 329.39º 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 #F83297 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 151 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.03 |
| HSL | 329.39º | 0.93% | 0.58% | - |
| HSV(B) | 329.39º | 0.8% | 0.97% | - |
| XYZ | 45.44 | 24.47 | 31.61 | - |
| YUV | 120.72 | 145.1 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 151 | 0 | 0.80 | 0.39 | 0.03 | 329.39 | 0.93 | 0.58 |
| Hex | F8 | 32 | 97 | 0 | 50 | 27 | 3 | 149 | 5D | 3A |
| Octal | 370 | 62 | 227 | 0 | 120 | 47 | 3 | 511 | 135 | 72 |
| Binary | 11111000 | 110010 | 10010111 | 0 | 1010000 | 100111 | 11 | 101001001 | 1011101 | 111010 |
Color Harmonies of #F83297
Complementary color
Monochromatic Colors of #F83297
Black with #F83297
Text Example
Text Example
White with #F83297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83297; }
p { color: rgb(248,50,151); }
H1.HeaderClassName
{
color: #F83297;
}
.AnyTagClassName
{
color: #F83297;
}
</style>
background-color css
<style>
a { background-color: #F83297; }
a { background-color: rgb(248,50,151); }
div.DivClassName
{
background-color: #F83297;
}
.BgClassName
{
background-color: #F83297;
}
</style>
border-color css
<style>
span { border-color: #F83297; }
span { border-color: rgb(248,50,151); }
td.TdClassName
{
border-color: #F83297;
}
.TagClassName
{
border-color: #F83297;
}
</style>