Shades of Wild Strawberry #F5389F
Tints of Wild Strawberry #F5389F
RGB
CMYK
RGB Variations
Color information
#F5389F (or 0xF5389F) is known color: Wild Strawberry. HEX triplet: F5, 38 and 9F. RGB value is (245,56,159). Sum of RGB (Red+Green+Blue) = 245+56+159=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F5389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5389F is #0AC760. Grayscale: #7C7C7C. Windows color (decimal): -706401 or 10434805. OLE color: 10434805.
HSL color Cylindrical-coordinate representation of color #F5389F: hue angle of 327.3º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5389F is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 159 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.04 |
| HSL | 327.3º | 0.9% | 0.59% | - |
| HSV(B) | 327.3º | 0.77% | 0.96% | - |
| XYZ | 45.33 | 24.74 | 35.19 | - |
| YUV | 124.25 | 147.62 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 159 | 0 | 0.77 | 0.35 | 0.04 | 327.3 | 0.9 | 0.59 |
| Hex | F5 | 38 | 9F | 0 | 4D | 23 | 4 | 147 | 5A | 3B |
| Octal | 365 | 70 | 237 | 0 | 115 | 43 | 4 | 507 | 132 | 73 |
| Binary | 11110101 | 111000 | 10011111 | 0 | 1001101 | 100011 | 100 | 101000111 | 1011010 | 111011 |
Color Harmonies of #F5389F
Complementary color
Monochromatic Colors of #F5389F
Black with #F5389F
Text Example
Text Example
White with #F5389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5389F; }
p { color: rgb(245,56,159); }
H1.HeaderClassName
{
color: #F5389F;
}
.AnyTagClassName
{
color: #F5389F;
}
</style>
background-color css
<style>
a { background-color: #F5389F; }
a { background-color: rgb(245,56,159); }
div.DivClassName
{
background-color: #F5389F;
}
.BgClassName
{
background-color: #F5389F;
}
</style>
border-color css
<style>
span { border-color: #F5389F; }
span { border-color: rgb(245,56,159); }
td.TdClassName
{
border-color: #F5389F;
}
.TagClassName
{
border-color: #F5389F;
}
</style>