Shades of Wild Strawberry #F83A96
Tints of Wild Strawberry #F83A96
RGB
CMYK
RGB Variations
Color information
#F83A96 (or 0xF83A96) is known color: Wild Strawberry. HEX triplet: F8, 3A and 96. RGB value is (248,58,150). Sum of RGB (Red+Green+Blue) = 248+58+150=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83A96 is #07C569. Grayscale: #7D7D7D. Windows color (decimal): -509290 or 9845496. OLE color: 9845496.
HSL color Cylindrical-coordinate representation of color #F83A96: hue angle of 330.95º 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 #F83A96 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 150 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.03 |
| HSL | 330.95º | 0.93% | 0.6% | - |
| HSV(B) | 330.95º | 0.77% | 0.97% | - |
| XYZ | 45.73 | 25.18 | 31.31 | - |
| YUV | 125.3 | 141.95 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 150 | 0 | 0.77 | 0.40 | 0.03 | 330.95 | 0.93 | 0.6 |
| Hex | F8 | 3A | 96 | 0 | 4D | 28 | 3 | 14B | 5D | 3C |
| Octal | 370 | 72 | 226 | 0 | 115 | 50 | 3 | 513 | 135 | 74 |
| Binary | 11111000 | 111010 | 10010110 | 0 | 1001101 | 101000 | 11 | 101001011 | 1011101 | 111100 |
Color Harmonies of #F83A96
Complementary color
Monochromatic Colors of #F83A96
Black with #F83A96
Text Example
Text Example
White with #F83A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A96; }
p { color: rgb(248,58,150); }
H1.HeaderClassName
{
color: #F83A96;
}
.AnyTagClassName
{
color: #F83A96;
}
</style>
background-color css
<style>
a { background-color: #F83A96; }
a { background-color: rgb(248,58,150); }
div.DivClassName
{
background-color: #F83A96;
}
.BgClassName
{
background-color: #F83A96;
}
</style>
border-color css
<style>
span { border-color: #F83A96; }
span { border-color: rgb(248,58,150); }
td.TdClassName
{
border-color: #F83A96;
}
.TagClassName
{
border-color: #F83A96;
}
</style>