Shades of Wild Strawberry #F5449C
Tints of Wild Strawberry #F5449C
RGB
CMYK
RGB Variations
Color information
#F5449C (or 0xF5449C) is known color: Wild Strawberry. HEX triplet: F5, 44 and 9C. RGB value is (245,68,156). Sum of RGB (Red+Green+Blue) = 245+68+156=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5449C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5449C is #0ABB63. Grayscale: #828282. Windows color (decimal): -703332 or 10241269. OLE color: 10241269.
HSL color Cylindrical-coordinate representation of color #F5449C: hue angle of 330.17º 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 #F5449C is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 156 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.04 |
| HSL | 330.17º | 0.9% | 0.61% | - |
| HSV(B) | 330.17º | 0.72% | 0.96% | - |
| XYZ | 45.72 | 25.95 | 34.05 | - |
| YUV | 130.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 156 | 0 | 0.72 | 0.36 | 0.04 | 330.17 | 0.9 | 0.61 |
| Hex | F5 | 44 | 9C | 0 | 48 | 24 | 4 | 14A | 5A | 3D |
| Octal | 365 | 104 | 234 | 0 | 110 | 44 | 4 | 512 | 132 | 75 |
| Binary | 11110101 | 1000100 | 10011100 | 0 | 1001000 | 100100 | 100 | 101001010 | 1011010 | 111101 |
Color Harmonies of #F5449C
Complementary color
Monochromatic Colors of #F5449C
Black with #F5449C
Text Example
Text Example
White with #F5449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5449C; }
p { color: rgb(245,68,156); }
H1.HeaderClassName
{
color: #F5449C;
}
.AnyTagClassName
{
color: #F5449C;
}
</style>
background-color css
<style>
a { background-color: #F5449C; }
a { background-color: rgb(245,68,156); }
div.DivClassName
{
background-color: #F5449C;
}
.BgClassName
{
background-color: #F5449C;
}
</style>
border-color css
<style>
span { border-color: #F5449C; }
span { border-color: rgb(245,68,156); }
td.TdClassName
{
border-color: #F5449C;
}
.TagClassName
{
border-color: #F5449C;
}
</style>