Shades of Wild Strawberry #F8319B
Tints of Wild Strawberry #F8319B
RGB
CMYK
RGB Variations
Color information
#F8319B (or 0xF8319B) is known color: Wild Strawberry. HEX triplet: F8, 31 and 9B. RGB value is (248,49,155). Sum of RGB (Red+Green+Blue) = 248+49+155=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F8319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8319B is #07CE64. Grayscale: #787878. Windows color (decimal): -511589 or 10170872. OLE color: 10170872.
HSL color Cylindrical-coordinate representation of color #F8319B: hue angle of 328.04º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8319B is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 155 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.03 |
| HSL | 328.04º | 0.93% | 0.58% | - |
| HSV(B) | 328.04º | 0.8% | 0.97% | - |
| XYZ | 45.73 | 24.52 | 33.33 | - |
| YUV | 120.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 155 | 0 | 0.80 | 0.38 | 0.03 | 328.04 | 0.93 | 0.58 |
| Hex | F8 | 31 | 9B | 0 | 50 | 26 | 3 | 148 | 5D | 3A |
| Octal | 370 | 61 | 233 | 0 | 120 | 46 | 3 | 510 | 135 | 72 |
| Binary | 11111000 | 110001 | 10011011 | 0 | 1010000 | 100110 | 11 | 101001000 | 1011101 | 111010 |
Color Harmonies of #F8319B
Complementary color
Monochromatic Colors of #F8319B
Black with #F8319B
Text Example
Text Example
White with #F8319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8319B; }
p { color: rgb(248,49,155); }
H1.HeaderClassName
{
color: #F8319B;
}
.AnyTagClassName
{
color: #F8319B;
}
</style>
background-color css
<style>
a { background-color: #F8319B; }
a { background-color: rgb(248,49,155); }
div.DivClassName
{
background-color: #F8319B;
}
.BgClassName
{
background-color: #F8319B;
}
</style>
border-color css
<style>
span { border-color: #F8319B; }
span { border-color: rgb(248,49,155); }
td.TdClassName
{
border-color: #F8319B;
}
.TagClassName
{
border-color: #F8319B;
}
</style>