Shades of Wild Strawberry #F0309B
Tints of Wild Strawberry #F0309B
RGB
CMYK
RGB Variations
Color information
#F0309B (or 0xF0309B) is known color: Wild Strawberry. HEX triplet: F0, 30 and 9B. RGB value is (240,48,155). Sum of RGB (Red+Green+Blue) = 240+48+155=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0309B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0309B is #0FCF64. Grayscale: #757575. Windows color (decimal): -1036133 or 10170608. OLE color: 10170608.
HSL color Cylindrical-coordinate representation of color #F0309B: hue angle of 326.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0309B is Cyan = 0, Magento = 0.8, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 155 | - |
| CMYK | 0 | 0.8 | 0.35 | 0.06 |
| HSL | 326.56º | 0.86% | 0.56% | - |
| HSV(B) | 326.56º | 0.8% | 0.94% | - |
| XYZ | 42.91 | 23.01 | 33.19 | - |
| YUV | 117.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 155 | 0 | 0.8 | 0.35 | 0.06 | 326.56 | 0.86 | 0.56 |
| Hex | F0 | 30 | 9B | 0 | 50 | 23 | 6 | 147 | 56 | 38 |
| Octal | 360 | 60 | 233 | 0 | 120 | 43 | 6 | 507 | 126 | 70 |
| Binary | 11110000 | 110000 | 10011011 | 0 | 1010000 | 100011 | 110 | 101000111 | 1010110 | 111000 |
Color Harmonies of #F0309B
Complementary color
Monochromatic Colors of #F0309B
Black with #F0309B
Text Example
Text Example
White with #F0309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0309B; }
p { color: rgb(240,48,155); }
H1.HeaderClassName
{
color: #F0309B;
}
.AnyTagClassName
{
color: #F0309B;
}
</style>
background-color css
<style>
a { background-color: #F0309B; }
a { background-color: rgb(240,48,155); }
div.DivClassName
{
background-color: #F0309B;
}
.BgClassName
{
background-color: #F0309B;
}
</style>
border-color css
<style>
span { border-color: #F0309B; }
span { border-color: rgb(240,48,155); }
td.TdClassName
{
border-color: #F0309B;
}
.TagClassName
{
border-color: #F0309B;
}
</style>