Shades of Wild Strawberry #F83290
Tints of Wild Strawberry #F83290
RGB
CMYK
RGB Variations
Color information
#F83290 (or 0xF83290) is known color: Wild Strawberry. HEX triplet: F8, 32 and 90. RGB value is (248,50,144). Sum of RGB (Red+Green+Blue) = 248+50+144=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F83290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83290 is #07CD6F. Grayscale: #777777. Windows color (decimal): -511344 or 9450232. OLE color: 9450232.
HSL color Cylindrical-coordinate representation of color #F83290: hue angle of 331.52º 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 #F83290 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 144 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.03 |
| HSL | 331.52º | 0.93% | 0.58% | - |
| HSV(B) | 331.52º | 0.8% | 0.97% | - |
| XYZ | 44.89 | 24.25 | 28.7 | - |
| YUV | 119.92 | 141.6 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 144 | 0 | 0.80 | 0.42 | 0.03 | 331.52 | 0.93 | 0.58 |
| Hex | F8 | 32 | 90 | 0 | 50 | 2A | 3 | 14C | 5D | 3A |
| Octal | 370 | 62 | 220 | 0 | 120 | 52 | 3 | 514 | 135 | 72 |
| Binary | 11111000 | 110010 | 10010000 | 0 | 1010000 | 101010 | 11 | 101001100 | 1011101 | 111010 |
Color Harmonies of #F83290
Complementary color
Monochromatic Colors of #F83290
Black with #F83290
Text Example
Text Example
White with #F83290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83290; }
p { color: rgb(248,50,144); }
H1.HeaderClassName
{
color: #F83290;
}
.AnyTagClassName
{
color: #F83290;
}
</style>
background-color css
<style>
a { background-color: #F83290; }
a { background-color: rgb(248,50,144); }
div.DivClassName
{
background-color: #F83290;
}
.BgClassName
{
background-color: #F83290;
}
</style>
border-color css
<style>
span { border-color: #F83290; }
span { border-color: rgb(248,50,144); }
td.TdClassName
{
border-color: #F83290;
}
.TagClassName
{
border-color: #F83290;
}
</style>