Shades of Wild Strawberry #F5409F
Tints of Wild Strawberry #F5409F
RGB
CMYK
RGB Variations
Color information
#F5409F (or 0xF5409F) is known color: Wild Strawberry. HEX triplet: F5, 40 and 9F. RGB value is (245,64,159). Sum of RGB (Red+Green+Blue) = 245+64+159=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5409F is #0ABF60. Grayscale: #808080. Windows color (decimal): -704353 or 10436853. OLE color: 10436853.
HSL color Cylindrical-coordinate representation of color #F5409F: hue angle of 328.51º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5409F is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 159 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.04 |
| HSL | 328.51º | 0.9% | 0.61% | - |
| HSV(B) | 328.51º | 0.74% | 0.96% | - |
| XYZ | 45.75 | 25.58 | 35.33 | - |
| YUV | 128.95 | 144.97 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 159 | 0 | 0.74 | 0.35 | 0.04 | 328.51 | 0.9 | 0.61 |
| Hex | F5 | 40 | 9F | 0 | 4A | 23 | 4 | 149 | 5A | 3D |
| Octal | 365 | 100 | 237 | 0 | 112 | 43 | 4 | 511 | 132 | 75 |
| Binary | 11110101 | 1000000 | 10011111 | 0 | 1001010 | 100011 | 100 | 101001001 | 1011010 | 111101 |
Color Harmonies of #F5409F
Complementary color
Monochromatic Colors of #F5409F
Black with #F5409F
Text Example
Text Example
White with #F5409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5409F; }
p { color: rgb(245,64,159); }
H1.HeaderClassName
{
color: #F5409F;
}
.AnyTagClassName
{
color: #F5409F;
}
</style>
background-color css
<style>
a { background-color: #F5409F; }
a { background-color: rgb(245,64,159); }
div.DivClassName
{
background-color: #F5409F;
}
.BgClassName
{
background-color: #F5409F;
}
</style>
border-color css
<style>
span { border-color: #F5409F; }
span { border-color: rgb(245,64,159); }
td.TdClassName
{
border-color: #F5409F;
}
.TagClassName
{
border-color: #F5409F;
}
</style>