Shades of Wild Strawberry #F5419F
Tints of Wild Strawberry #F5419F
RGB
CMYK
RGB Variations
Color information
#F5419F (or 0xF5419F) is known color: Wild Strawberry. HEX triplet: F5, 41 and 9F. RGB value is (245,65,159). Sum of RGB (Red+Green+Blue) = 245+65+159=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5419F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5419F is #0ABE60. Grayscale: #818181. Windows color (decimal): -704097 or 10437109. OLE color: 10437109.
HSL color Cylindrical-coordinate representation of color #F5419F: hue angle of 328.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5419F is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 159 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.04 |
| HSL | 328.67º | 0.9% | 0.61% | - |
| HSV(B) | 328.67º | 0.73% | 0.96% | - |
| XYZ | 45.8 | 25.7 | 35.35 | - |
| YUV | 129.54 | 144.63 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 159 | 0 | 0.73 | 0.35 | 0.04 | 328.67 | 0.9 | 0.61 |
| Hex | F5 | 41 | 9F | 0 | 49 | 23 | 4 | 149 | 5A | 3D |
| Octal | 365 | 101 | 237 | 0 | 111 | 43 | 4 | 511 | 132 | 75 |
| Binary | 11110101 | 1000001 | 10011111 | 0 | 1001001 | 100011 | 100 | 101001001 | 1011010 | 111101 |
Color Harmonies of #F5419F
Complementary color
Monochromatic Colors of #F5419F
Black with #F5419F
Text Example
Text Example
White with #F5419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5419F; }
p { color: rgb(245,65,159); }
H1.HeaderClassName
{
color: #F5419F;
}
.AnyTagClassName
{
color: #F5419F;
}
</style>
background-color css
<style>
a { background-color: #F5419F; }
a { background-color: rgb(245,65,159); }
div.DivClassName
{
background-color: #F5419F;
}
.BgClassName
{
background-color: #F5419F;
}
</style>
border-color css
<style>
span { border-color: #F5419F; }
span { border-color: rgb(245,65,159); }
td.TdClassName
{
border-color: #F5419F;
}
.TagClassName
{
border-color: #F5419F;
}
</style>