Shades of Wild Strawberry #F8308F
Tints of Wild Strawberry #F8308F
RGB
CMYK
RGB Variations
Color information
#F8308F (or 0xF8308F) is known color: Wild Strawberry. HEX triplet: F8, 30 and 8F. RGB value is (248,48,143). Sum of RGB (Red+Green+Blue) = 248+48+143=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8308F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8308F is #07CF70. Grayscale: #767676. Windows color (decimal): -511857 or 9384184. OLE color: 9384184.
HSL color Cylindrical-coordinate representation of color #F8308F: hue angle of 331.5º 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 #F8308F is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 143 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.03 |
| HSL | 331.5º | 0.93% | 0.58% | - |
| HSV(B) | 331.5º | 0.81% | 0.97% | - |
| XYZ | 44.73 | 24.05 | 28.27 | - |
| YUV | 118.63 | 141.76 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 143 | 0 | 0.81 | 0.42 | 0.03 | 331.5 | 0.93 | 0.58 |
| Hex | F8 | 30 | 8F | 0 | 51 | 2A | 3 | 14C | 5D | 3A |
| Octal | 370 | 60 | 217 | 0 | 121 | 52 | 3 | 514 | 135 | 72 |
| Binary | 11111000 | 110000 | 10001111 | 0 | 1010001 | 101010 | 11 | 101001100 | 1011101 | 111010 |
Color Harmonies of #F8308F
Complementary color
Monochromatic Colors of #F8308F
Black with #F8308F
Text Example
Text Example
White with #F8308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8308F; }
p { color: rgb(248,48,143); }
H1.HeaderClassName
{
color: #F8308F;
}
.AnyTagClassName
{
color: #F8308F;
}
</style>
background-color css
<style>
a { background-color: #F8308F; }
a { background-color: rgb(248,48,143); }
div.DivClassName
{
background-color: #F8308F;
}
.BgClassName
{
background-color: #F8308F;
}
</style>
border-color css
<style>
span { border-color: #F8308F; }
span { border-color: rgb(248,48,143); }
td.TdClassName
{
border-color: #F8308F;
}
.TagClassName
{
border-color: #F8308F;
}
</style>