Shades of Wild Strawberry #F5429D
Tints of Wild Strawberry #F5429D
RGB
CMYK
RGB Variations
Color information
#F5429D (or 0xF5429D) is known color: Wild Strawberry. HEX triplet: F5, 42 and 9D. RGB value is (245,66,157). Sum of RGB (Red+Green+Blue) = 245+66+157=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5429D is #0ABD62. Grayscale: #818181. Windows color (decimal): -703843 or 10306293. OLE color: 10306293.
HSL color Cylindrical-coordinate representation of color #F5429D: hue angle of 329.5º 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 #F5429D is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 157 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.04 |
| HSL | 329.5º | 0.9% | 0.61% | - |
| HSV(B) | 329.5º | 0.73% | 0.96% | - |
| XYZ | 45.69 | 25.74 | 34.46 | - |
| YUV | 129.9 | 143.3 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 157 | 0 | 0.73 | 0.36 | 0.04 | 329.5 | 0.9 | 0.61 |
| Hex | F5 | 42 | 9D | 0 | 49 | 24 | 4 | 149 | 5A | 3D |
| Octal | 365 | 102 | 235 | 0 | 111 | 44 | 4 | 511 | 132 | 75 |
| Binary | 11110101 | 1000010 | 10011101 | 0 | 1001001 | 100100 | 100 | 101001001 | 1011010 | 111101 |
Color Harmonies of #F5429D
Complementary color
Monochromatic Colors of #F5429D
Black with #F5429D
Text Example
Text Example
White with #F5429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5429D; }
p { color: rgb(245,66,157); }
H1.HeaderClassName
{
color: #F5429D;
}
.AnyTagClassName
{
color: #F5429D;
}
</style>
background-color css
<style>
a { background-color: #F5429D; }
a { background-color: rgb(245,66,157); }
div.DivClassName
{
background-color: #F5429D;
}
.BgClassName
{
background-color: #F5429D;
}
</style>
border-color css
<style>
span { border-color: #F5429D; }
span { border-color: rgb(245,66,157); }
td.TdClassName
{
border-color: #F5429D;
}
.TagClassName
{
border-color: #F5429D;
}
</style>