Shades of Wild Strawberry #F83899
Tints of Wild Strawberry #F83899
RGB
CMYK
RGB Variations
Color information
#F83899 (or 0xF83899) is known color: Wild Strawberry. HEX triplet: F8, 38 and 99. RGB value is (248,56,153). Sum of RGB (Red+Green+Blue) = 248+56+153=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F83899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83899 is #07C766. Grayscale: #7C7C7C. Windows color (decimal): -509799 or 10041592. OLE color: 10041592.
HSL color Cylindrical-coordinate representation of color #F83899: hue angle of 329.69º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83899 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 153 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.03 |
| HSL | 329.69º | 0.93% | 0.6% | - |
| HSV(B) | 329.69º | 0.77% | 0.97% | - |
| XYZ | 45.88 | 25.08 | 32.56 | - |
| YUV | 124.47 | 144.11 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 153 | 0 | 0.77 | 0.38 | 0.03 | 329.69 | 0.93 | 0.6 |
| Hex | F8 | 38 | 99 | 0 | 4D | 26 | 3 | 14A | 5D | 3C |
| Octal | 370 | 70 | 231 | 0 | 115 | 46 | 3 | 512 | 135 | 74 |
| Binary | 11111000 | 111000 | 10011001 | 0 | 1001101 | 100110 | 11 | 101001010 | 1011101 | 111100 |
Color Harmonies of #F83899
Complementary color
Monochromatic Colors of #F83899
Black with #F83899
Text Example
Text Example
White with #F83899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83899; }
p { color: rgb(248,56,153); }
H1.HeaderClassName
{
color: #F83899;
}
.AnyTagClassName
{
color: #F83899;
}
</style>
background-color css
<style>
a { background-color: #F83899; }
a { background-color: rgb(248,56,153); }
div.DivClassName
{
background-color: #F83899;
}
.BgClassName
{
background-color: #F83899;
}
</style>
border-color css
<style>
span { border-color: #F83899; }
span { border-color: rgb(248,56,153); }
td.TdClassName
{
border-color: #F83899;
}
.TagClassName
{
border-color: #F83899;
}
</style>