Shades of Wild Strawberry #F83293
Tints of Wild Strawberry #F83293
RGB
CMYK
RGB Variations
Color information
#F83293 (or 0xF83293) is known color: Wild Strawberry. HEX triplet: F8, 32 and 93. RGB value is (248,50,147). Sum of RGB (Red+Green+Blue) = 248+50+147=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F83293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83293 is #07CD6C. Grayscale: #787878. Windows color (decimal): -511341 or 9646840. OLE color: 9646840.
HSL color Cylindrical-coordinate representation of color #F83293: hue angle of 330.61º 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 #F83293 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 147 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.03 |
| HSL | 330.61º | 0.93% | 0.58% | - |
| HSV(B) | 330.61º | 0.8% | 0.97% | - |
| XYZ | 45.12 | 24.34 | 29.92 | - |
| YUV | 120.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 147 | 0 | 0.80 | 0.41 | 0.03 | 330.61 | 0.93 | 0.58 |
| Hex | F8 | 32 | 93 | 0 | 50 | 29 | 3 | 14B | 5D | 3A |
| Octal | 370 | 62 | 223 | 0 | 120 | 51 | 3 | 513 | 135 | 72 |
| Binary | 11111000 | 110010 | 10010011 | 0 | 1010000 | 101001 | 11 | 101001011 | 1011101 | 111010 |
Color Harmonies of #F83293
Complementary color
Monochromatic Colors of #F83293
Black with #F83293
Text Example
Text Example
White with #F83293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83293; }
p { color: rgb(248,50,147); }
H1.HeaderClassName
{
color: #F83293;
}
.AnyTagClassName
{
color: #F83293;
}
</style>
background-color css
<style>
a { background-color: #F83293; }
a { background-color: rgb(248,50,147); }
div.DivClassName
{
background-color: #F83293;
}
.BgClassName
{
background-color: #F83293;
}
</style>
border-color css
<style>
span { border-color: #F83293; }
span { border-color: rgb(248,50,147); }
td.TdClassName
{
border-color: #F83293;
}
.TagClassName
{
border-color: #F83293;
}
</style>