Shades of Wild Strawberry #F83096
Tints of Wild Strawberry #F83096
RGB
CMYK
RGB Variations
Color information
#F83096 (or 0xF83096) is known color: Wild Strawberry. HEX triplet: F8, 30 and 96. RGB value is (248,48,150). Sum of RGB (Red+Green+Blue) = 248+48+150=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F83096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83096 is #07CF69. Grayscale: #777777. Windows color (decimal): -511850 or 9842936. OLE color: 9842936.
HSL color Cylindrical-coordinate representation of color #F83096: hue angle of 329.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F83096 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 150 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.03 |
| HSL | 329.4º | 0.93% | 0.58% | - |
| HSV(B) | 329.4º | 0.81% | 0.97% | - |
| XYZ | 45.27 | 24.27 | 31.15 | - |
| YUV | 119.43 | 145.26 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 150 | 0 | 0.81 | 0.40 | 0.03 | 329.4 | 0.93 | 0.58 |
| Hex | F8 | 30 | 96 | 0 | 51 | 28 | 3 | 149 | 5D | 3A |
| Octal | 370 | 60 | 226 | 0 | 121 | 50 | 3 | 511 | 135 | 72 |
| Binary | 11111000 | 110000 | 10010110 | 0 | 1010001 | 101000 | 11 | 101001001 | 1011101 | 111010 |
Color Harmonies of #F83096
Complementary color
Monochromatic Colors of #F83096
Black with #F83096
Text Example
Text Example
White with #F83096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83096; }
p { color: rgb(248,48,150); }
H1.HeaderClassName
{
color: #F83096;
}
.AnyTagClassName
{
color: #F83096;
}
</style>
background-color css
<style>
a { background-color: #F83096; }
a { background-color: rgb(248,48,150); }
div.DivClassName
{
background-color: #F83096;
}
.BgClassName
{
background-color: #F83096;
}
</style>
border-color css
<style>
span { border-color: #F83096; }
span { border-color: rgb(248,48,150); }
td.TdClassName
{
border-color: #F83096;
}
.TagClassName
{
border-color: #F83096;
}
</style>