Shades of Wild Strawberry #F8309C
Tints of Wild Strawberry #F8309C
RGB
CMYK
RGB Variations
Color information
#F8309C (or 0xF8309C) is known color: Wild Strawberry. HEX triplet: F8, 30 and 9C. RGB value is (248,48,156). Sum of RGB (Red+Green+Blue) = 248+48+156=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F8309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8309C is #07CF63. Grayscale: #777777. Windows color (decimal): -511844 or 10236152. OLE color: 10236152.
HSL color Cylindrical-coordinate representation of color #F8309C: hue angle of 327.6º 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 #F8309C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 156 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.03 |
| HSL | 327.6º | 0.93% | 0.58% | - |
| HSV(B) | 327.6º | 0.81% | 0.97% | - |
| XYZ | 45.77 | 24.47 | 33.76 | - |
| YUV | 120.11 | 148.26 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 156 | 0 | 0.81 | 0.37 | 0.03 | 327.6 | 0.93 | 0.58 |
| Hex | F8 | 30 | 9C | 0 | 51 | 25 | 3 | 148 | 5D | 3A |
| Octal | 370 | 60 | 234 | 0 | 121 | 45 | 3 | 510 | 135 | 72 |
| Binary | 11111000 | 110000 | 10011100 | 0 | 1010001 | 100101 | 11 | 101001000 | 1011101 | 111010 |
Color Harmonies of #F8309C
Complementary color
Monochromatic Colors of #F8309C
Black with #F8309C
Text Example
Text Example
White with #F8309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8309C; }
p { color: rgb(248,48,156); }
H1.HeaderClassName
{
color: #F8309C;
}
.AnyTagClassName
{
color: #F8309C;
}
</style>
background-color css
<style>
a { background-color: #F8309C; }
a { background-color: rgb(248,48,156); }
div.DivClassName
{
background-color: #F8309C;
}
.BgClassName
{
background-color: #F8309C;
}
</style>
border-color css
<style>
span { border-color: #F8309C; }
span { border-color: rgb(248,48,156); }
td.TdClassName
{
border-color: #F8309C;
}
.TagClassName
{
border-color: #F8309C;
}
</style>