Shades of Wild Strawberry #F5429A
Tints of Wild Strawberry #F5429A
RGB
CMYK
RGB Variations
Color information
#F5429A (or 0xF5429A) is known color: Wild Strawberry. HEX triplet: F5, 42 and 9A. RGB value is (245,66,154). Sum of RGB (Red+Green+Blue) = 245+66+154=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5429A is #0ABD65. Grayscale: #818181. Windows color (decimal): -703846 or 10109685. OLE color: 10109685.
HSL color Cylindrical-coordinate representation of color #F5429A: hue angle of 330.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 #F5429A is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 154 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.04 |
| HSL | 330.5º | 0.9% | 0.61% | - |
| HSV(B) | 330.5º | 0.73% | 0.96% | - |
| XYZ | 45.44 | 25.64 | 33.13 | - |
| YUV | 129.55 | 141.8 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 154 | 0 | 0.73 | 0.37 | 0.04 | 330.5 | 0.9 | 0.61 |
| Hex | F5 | 42 | 9A | 0 | 49 | 25 | 4 | 14B | 5A | 3D |
| Octal | 365 | 102 | 232 | 0 | 111 | 45 | 4 | 513 | 132 | 75 |
| Binary | 11110101 | 1000010 | 10011010 | 0 | 1001001 | 100101 | 100 | 101001011 | 1011010 | 111101 |
Color Harmonies of #F5429A
Complementary color
Monochromatic Colors of #F5429A
Black with #F5429A
Text Example
Text Example
White with #F5429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5429A; }
p { color: rgb(245,66,154); }
H1.HeaderClassName
{
color: #F5429A;
}
.AnyTagClassName
{
color: #F5429A;
}
</style>
background-color css
<style>
a { background-color: #F5429A; }
a { background-color: rgb(245,66,154); }
div.DivClassName
{
background-color: #F5429A;
}
.BgClassName
{
background-color: #F5429A;
}
</style>
border-color css
<style>
span { border-color: #F5429A; }
span { border-color: rgb(245,66,154); }
td.TdClassName
{
border-color: #F5429A;
}
.TagClassName
{
border-color: #F5429A;
}
</style>