Shades of Wild Strawberry #F5389B
Tints of Wild Strawberry #F5389B
RGB
CMYK
RGB Variations
Color information
#F5389B (or 0xF5389B) is known color: Wild Strawberry. HEX triplet: F5, 38 and 9B. RGB value is (245,56,155). Sum of RGB (Red+Green+Blue) = 245+56+155=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5389B is #0AC764. Grayscale: #7B7B7B. Windows color (decimal): -706405 or 10172661. OLE color: 10172661.
HSL color Cylindrical-coordinate representation of color #F5389B: hue angle of 328.57º 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 #F5389B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 155 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.04 |
| HSL | 328.57º | 0.9% | 0.59% | - |
| HSV(B) | 328.57º | 0.77% | 0.96% | - |
| XYZ | 44.99 | 24.61 | 33.39 | - |
| YUV | 123.8 | 145.62 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 155 | 0 | 0.77 | 0.37 | 0.04 | 328.57 | 0.9 | 0.59 |
| Hex | F5 | 38 | 9B | 0 | 4D | 25 | 4 | 149 | 5A | 3B |
| Octal | 365 | 70 | 233 | 0 | 115 | 45 | 4 | 511 | 132 | 73 |
| Binary | 11110101 | 111000 | 10011011 | 0 | 1001101 | 100101 | 100 | 101001001 | 1011010 | 111011 |
Color Harmonies of #F5389B
Complementary color
Monochromatic Colors of #F5389B
Black with #F5389B
Text Example
Text Example
White with #F5389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5389B; }
p { color: rgb(245,56,155); }
H1.HeaderClassName
{
color: #F5389B;
}
.AnyTagClassName
{
color: #F5389B;
}
</style>
background-color css
<style>
a { background-color: #F5389B; }
a { background-color: rgb(245,56,155); }
div.DivClassName
{
background-color: #F5389B;
}
.BgClassName
{
background-color: #F5389B;
}
</style>
border-color css
<style>
span { border-color: #F5389B; }
span { border-color: rgb(245,56,155); }
td.TdClassName
{
border-color: #F5389B;
}
.TagClassName
{
border-color: #F5389B;
}
</style>