Shades of Wild Strawberry #F8308C
Tints of Wild Strawberry #F8308C
RGB
CMYK
RGB Variations
Color information
#F8308C (or 0xF8308C) is known color: Wild Strawberry. HEX triplet: F8, 30 and 8C. RGB value is (248,48,140). Sum of RGB (Red+Green+Blue) = 248+48+140=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8308C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8308C is #07CF73. Grayscale: #767676. Windows color (decimal): -511860 or 9187576. OLE color: 9187576.
HSL color Cylindrical-coordinate representation of color #F8308C: hue angle of 332.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8308C is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 140 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.03 |
| HSL | 332.4º | 0.93% | 0.58% | - |
| HSV(B) | 332.4º | 0.81% | 0.97% | - |
| XYZ | 44.5 | 23.96 | 27.09 | - |
| YUV | 118.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 140 | 0 | 0.81 | 0.44 | 0.03 | 332.4 | 0.93 | 0.58 |
| Hex | F8 | 30 | 8C | 0 | 51 | 2C | 3 | 14C | 5D | 3A |
| Octal | 370 | 60 | 214 | 0 | 121 | 54 | 3 | 514 | 135 | 72 |
| Binary | 11111000 | 110000 | 10001100 | 0 | 1010001 | 101100 | 11 | 101001100 | 1011101 | 111010 |
Color Harmonies of #F8308C
Complementary color
Monochromatic Colors of #F8308C
Black with #F8308C
Text Example
Text Example
White with #F8308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8308C; }
p { color: rgb(248,48,140); }
H1.HeaderClassName
{
color: #F8308C;
}
.AnyTagClassName
{
color: #F8308C;
}
</style>
background-color css
<style>
a { background-color: #F8308C; }
a { background-color: rgb(248,48,140); }
div.DivClassName
{
background-color: #F8308C;
}
.BgClassName
{
background-color: #F8308C;
}
</style>
border-color css
<style>
span { border-color: #F8308C; }
span { border-color: rgb(248,48,140); }
td.TdClassName
{
border-color: #F8308C;
}
.TagClassName
{
border-color: #F8308C;
}
</style>