Shades of Wild Strawberry #F0309C
Tints of Wild Strawberry #F0309C
RGB
CMYK
RGB Variations
Color information
#F0309C (or 0xF0309C) is known color: Wild Strawberry. HEX triplet: F0, 30 and 9C. RGB value is (240,48,156). Sum of RGB (Red+Green+Blue) = 240+48+156=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0309C is #0FCF63. Grayscale: #757575. Windows color (decimal): -1036132 or 10236144. OLE color: 10236144.
HSL color Cylindrical-coordinate representation of color #F0309C: hue angle of 326.25º 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 #F0309C is Cyan = 0, Magento = 0.8, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 156 | - |
| CMYK | 0 | 0.8 | 0.35 | 0.06 |
| HSL | 326.25º | 0.86% | 0.56% | - |
| HSV(B) | 326.25º | 0.8% | 0.94% | - |
| XYZ | 42.99 | 23.04 | 33.63 | - |
| YUV | 117.72 | 149.61 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 156 | 0 | 0.8 | 0.35 | 0.06 | 326.25 | 0.86 | 0.56 |
| Hex | F0 | 30 | 9C | 0 | 50 | 23 | 6 | 146 | 56 | 38 |
| Octal | 360 | 60 | 234 | 0 | 120 | 43 | 6 | 506 | 126 | 70 |
| Binary | 11110000 | 110000 | 10011100 | 0 | 1010000 | 100011 | 110 | 101000110 | 1010110 | 111000 |
Color Harmonies of #F0309C
Complementary color
Monochromatic Colors of #F0309C
Black with #F0309C
Text Example
Text Example
White with #F0309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0309C; }
p { color: rgb(240,48,156); }
H1.HeaderClassName
{
color: #F0309C;
}
.AnyTagClassName
{
color: #F0309C;
}
</style>
background-color css
<style>
a { background-color: #F0309C; }
a { background-color: rgb(240,48,156); }
div.DivClassName
{
background-color: #F0309C;
}
.BgClassName
{
background-color: #F0309C;
}
</style>
border-color css
<style>
span { border-color: #F0309C; }
span { border-color: rgb(240,48,156); }
td.TdClassName
{
border-color: #F0309C;
}
.TagClassName
{
border-color: #F0309C;
}
</style>