Shades of Wild Strawberry #F5449F
Tints of Wild Strawberry #F5449F
RGB
CMYK
RGB Variations
Color information
#F5449F (or 0xF5449F) is known color: Wild Strawberry. HEX triplet: F5, 44 and 9F. RGB value is (245,68,159). Sum of RGB (Red+Green+Blue) = 245+68+159=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5449F is #0ABB60. Grayscale: #838383. Windows color (decimal): -703329 or 10437877. OLE color: 10437877.
HSL color Cylindrical-coordinate representation of color #F5449F: hue angle of 329.15º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5449F is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 159 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.04 |
| HSL | 329.15º | 0.9% | 0.61% | - |
| HSV(B) | 329.15º | 0.72% | 0.96% | - |
| XYZ | 45.98 | 26.05 | 35.41 | - |
| YUV | 131.3 | 143.64 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 159 | 0 | 0.72 | 0.35 | 0.04 | 329.15 | 0.9 | 0.61 |
| Hex | F5 | 44 | 9F | 0 | 48 | 23 | 4 | 149 | 5A | 3D |
| Octal | 365 | 104 | 237 | 0 | 110 | 43 | 4 | 511 | 132 | 75 |
| Binary | 11110101 | 1000100 | 10011111 | 0 | 1001000 | 100011 | 100 | 101001001 | 1011010 | 111101 |
Color Harmonies of #F5449F
Complementary color
Monochromatic Colors of #F5449F
Black with #F5449F
Text Example
Text Example
White with #F5449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5449F; }
p { color: rgb(245,68,159); }
H1.HeaderClassName
{
color: #F5449F;
}
.AnyTagClassName
{
color: #F5449F;
}
</style>
background-color css
<style>
a { background-color: #F5449F; }
a { background-color: rgb(245,68,159); }
div.DivClassName
{
background-color: #F5449F;
}
.BgClassName
{
background-color: #F5449F;
}
</style>
border-color css
<style>
span { border-color: #F5449F; }
span { border-color: rgb(245,68,159); }
td.TdClassName
{
border-color: #F5449F;
}
.TagClassName
{
border-color: #F5449F;
}
</style>