Shades of Wild Strawberry #F83BA8
Tints of Wild Strawberry #F83BA8
RGB
CMYK
RGB Variations
Color information
#F83BA8 (or 0xF83BA8) is known color: Wild Strawberry. HEX triplet: F8, 3B and A8. RGB value is (248,59,168). Sum of RGB (Red+Green+Blue) = 248+59+168=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83BA8 is #07C457. Grayscale: #7F7F7F. Windows color (decimal): -509016 or 11025400. OLE color: 11025400.
HSL color Cylindrical-coordinate representation of color #F83BA8: hue angle of 325.4º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83BA8 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 59 | 168 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.03 |
| HSL | 325.4º | 0.93% | 0.6% | - |
| HSV(B) | 325.4º | 0.76% | 0.97% | - |
| XYZ | 47.34 | 25.91 | 39.55 | - |
| YUV | 127.94 | 150.62 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 59 | 168 | 0 | 0.76 | 0.32 | 0.03 | 325.4 | 0.93 | 0.6 |
| Hex | F8 | 3B | A8 | 0 | 4C | 20 | 3 | 145 | 5D | 3C |
| Octal | 370 | 73 | 250 | 0 | 114 | 40 | 3 | 505 | 135 | 74 |
| Binary | 11111000 | 111011 | 10101000 | 0 | 1001100 | 100000 | 11 | 101000101 | 1011101 | 111100 |
Color Harmonies of #F83BA8
Complementary color
Monochromatic Colors of #F83BA8
Black with #F83BA8
Text Example
Text Example
White with #F83BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83BA8; }
p { color: rgb(248,59,168); }
H1.HeaderClassName
{
color: #F83BA8;
}
.AnyTagClassName
{
color: #F83BA8;
}
</style>
background-color css
<style>
a { background-color: #F83BA8; }
a { background-color: rgb(248,59,168); }
div.DivClassName
{
background-color: #F83BA8;
}
.BgClassName
{
background-color: #F83BA8;
}
</style>
border-color css
<style>
span { border-color: #F83BA8; }
span { border-color: rgb(248,59,168); }
td.TdClassName
{
border-color: #F83BA8;
}
.TagClassName
{
border-color: #F83BA8;
}
</style>