Shades of Wild Strawberry #F5309C
Tints of Wild Strawberry #F5309C
RGB
CMYK
RGB Variations
Color information
#F5309C (or 0xF5309C) is known color: Wild Strawberry. HEX triplet: F5, 30 and 9C. RGB value is (245,48,156). Sum of RGB (Red+Green+Blue) = 245+48+156=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5309C is #0ACF63. Grayscale: #767676. Windows color (decimal): -708452 or 10236149. OLE color: 10236149.
HSL color Cylindrical-coordinate representation of color #F5309C: hue angle of 327.11º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5309C is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 156 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.04 |
| HSL | 327.11º | 0.91% | 0.57% | - |
| HSV(B) | 327.11º | 0.8% | 0.96% | - |
| XYZ | 44.71 | 23.93 | 33.71 | - |
| YUV | 119.22 | 148.77 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 156 | 0 | 0.80 | 0.36 | 0.04 | 327.11 | 0.91 | 0.57 |
| Hex | F5 | 30 | 9C | 0 | 50 | 24 | 4 | 147 | 5B | 39 |
| Octal | 365 | 60 | 234 | 0 | 120 | 44 | 4 | 507 | 133 | 71 |
| Binary | 11110101 | 110000 | 10011100 | 0 | 1010000 | 100100 | 100 | 101000111 | 1011011 | 111001 |
Color Harmonies of #F5309C
Complementary color
Monochromatic Colors of #F5309C
Black with #F5309C
Text Example
Text Example
White with #F5309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5309C; }
p { color: rgb(245,48,156); }
H1.HeaderClassName
{
color: #F5309C;
}
.AnyTagClassName
{
color: #F5309C;
}
</style>
background-color css
<style>
a { background-color: #F5309C; }
a { background-color: rgb(245,48,156); }
div.DivClassName
{
background-color: #F5309C;
}
.BgClassName
{
background-color: #F5309C;
}
</style>
border-color css
<style>
span { border-color: #F5309C; }
span { border-color: rgb(245,48,156); }
td.TdClassName
{
border-color: #F5309C;
}
.TagClassName
{
border-color: #F5309C;
}
</style>