Shades of Wild Strawberry #F8319C
Tints of Wild Strawberry #F8319C
RGB
CMYK
RGB Variations
Color information
#F8319C (or 0xF8319C) is known color: Wild Strawberry. HEX triplet: F8, 31 and 9C. RGB value is (248,49,156). Sum of RGB (Red+Green+Blue) = 248+49+156=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8319C is #07CE63. Grayscale: #787878. Windows color (decimal): -511588 or 10236408. OLE color: 10236408.
HSL color Cylindrical-coordinate representation of color #F8319C: hue angle of 327.74º 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 #F8319C is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 156 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.03 |
| HSL | 327.74º | 0.93% | 0.58% | - |
| HSV(B) | 327.74º | 0.8% | 0.97% | - |
| XYZ | 45.81 | 24.55 | 33.78 | - |
| YUV | 120.7 | 147.93 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 156 | 0 | 0.80 | 0.37 | 0.03 | 327.74 | 0.93 | 0.58 |
| Hex | F8 | 31 | 9C | 0 | 50 | 25 | 3 | 148 | 5D | 3A |
| Octal | 370 | 61 | 234 | 0 | 120 | 45 | 3 | 510 | 135 | 72 |
| Binary | 11111000 | 110001 | 10011100 | 0 | 1010000 | 100101 | 11 | 101001000 | 1011101 | 111010 |
Color Harmonies of #F8319C
Complementary color
Monochromatic Colors of #F8319C
Black with #F8319C
Text Example
Text Example
White with #F8319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8319C; }
p { color: rgb(248,49,156); }
H1.HeaderClassName
{
color: #F8319C;
}
.AnyTagClassName
{
color: #F8319C;
}
</style>
background-color css
<style>
a { background-color: #F8319C; }
a { background-color: rgb(248,49,156); }
div.DivClassName
{
background-color: #F8319C;
}
.BgClassName
{
background-color: #F8319C;
}
</style>
border-color css
<style>
span { border-color: #F8319C; }
span { border-color: rgb(248,49,156); }
td.TdClassName
{
border-color: #F8319C;
}
.TagClassName
{
border-color: #F8319C;
}
</style>