Shades of Wild Strawberry #F83599
Tints of Wild Strawberry #F83599
RGB
CMYK
RGB Variations
Color information
#F83599 (or 0xF83599) is known color: Wild Strawberry. HEX triplet: F8, 35 and 99. RGB value is (248,53,153). Sum of RGB (Red+Green+Blue) = 248+53+153=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F83599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83599 is #07CA66. Grayscale: #7A7A7A. Windows color (decimal): -510567 or 10040824. OLE color: 10040824.
HSL color Cylindrical-coordinate representation of color #F83599: hue angle of 329.23º 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 #F83599 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 153 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.03 |
| HSL | 329.23º | 0.93% | 0.59% | - |
| HSV(B) | 329.23º | 0.79% | 0.97% | - |
| XYZ | 45.73 | 24.8 | 32.51 | - |
| YUV | 122.71 | 145.1 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 153 | 0 | 0.79 | 0.38 | 0.03 | 329.23 | 0.93 | 0.59 |
| Hex | F8 | 35 | 99 | 0 | 4F | 26 | 3 | 149 | 5D | 3B |
| Octal | 370 | 65 | 231 | 0 | 117 | 46 | 3 | 511 | 135 | 73 |
| Binary | 11111000 | 110101 | 10011001 | 0 | 1001111 | 100110 | 11 | 101001001 | 1011101 | 111011 |
Color Harmonies of #F83599
Complementary color
Monochromatic Colors of #F83599
Black with #F83599
Text Example
Text Example
White with #F83599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83599; }
p { color: rgb(248,53,153); }
H1.HeaderClassName
{
color: #F83599;
}
.AnyTagClassName
{
color: #F83599;
}
</style>
background-color css
<style>
a { background-color: #F83599; }
a { background-color: rgb(248,53,153); }
div.DivClassName
{
background-color: #F83599;
}
.BgClassName
{
background-color: #F83599;
}
</style>
border-color css
<style>
span { border-color: #F83599; }
span { border-color: rgb(248,53,153); }
td.TdClassName
{
border-color: #F83599;
}
.TagClassName
{
border-color: #F83599;
}
</style>