Shades of Wild Strawberry #F83993
Tints of Wild Strawberry #F83993
RGB
CMYK
RGB Variations
Color information
#F83993 (or 0xF83993) is known color: Wild Strawberry. HEX triplet: F8, 39 and 93. RGB value is (248,57,147). Sum of RGB (Red+Green+Blue) = 248+57+147=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F83993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83993 is #07C66C. Grayscale: #7C7C7C. Windows color (decimal): -509549 or 9648632. OLE color: 9648632.
HSL color Cylindrical-coordinate representation of color #F83993: hue angle of 331.73º 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 #F83993 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 147 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.03 |
| HSL | 331.73º | 0.93% | 0.6% | - |
| HSV(B) | 331.73º | 0.77% | 0.97% | - |
| XYZ | 45.44 | 24.99 | 30.03 | - |
| YUV | 124.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 147 | 0 | 0.77 | 0.41 | 0.03 | 331.73 | 0.93 | 0.6 |
| Hex | F8 | 39 | 93 | 0 | 4D | 29 | 3 | 14C | 5D | 3C |
| Octal | 370 | 71 | 223 | 0 | 115 | 51 | 3 | 514 | 135 | 74 |
| Binary | 11111000 | 111001 | 10010011 | 0 | 1001101 | 101001 | 11 | 101001100 | 1011101 | 111100 |
Color Harmonies of #F83993
Complementary color
Monochromatic Colors of #F83993
Black with #F83993
Text Example
Text Example
White with #F83993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83993; }
p { color: rgb(248,57,147); }
H1.HeaderClassName
{
color: #F83993;
}
.AnyTagClassName
{
color: #F83993;
}
</style>
background-color css
<style>
a { background-color: #F83993; }
a { background-color: rgb(248,57,147); }
div.DivClassName
{
background-color: #F83993;
}
.BgClassName
{
background-color: #F83993;
}
</style>
border-color css
<style>
span { border-color: #F83993; }
span { border-color: rgb(248,57,147); }
td.TdClassName
{
border-color: #F83993;
}
.TagClassName
{
border-color: #F83993;
}
</style>