Shades of Wild Strawberry #F5399B
Tints of Wild Strawberry #F5399B
RGB
CMYK
RGB Variations
Color information
#F5399B (or 0xF5399B) is known color: Wild Strawberry. HEX triplet: F5, 39 and 9B. RGB value is (245,57,155). Sum of RGB (Red+Green+Blue) = 245+57+155=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5399B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5399B is #0AC664. Grayscale: #7C7C7C. Windows color (decimal): -706149 or 10172917. OLE color: 10172917.
HSL color Cylindrical-coordinate representation of color #F5399B: hue angle of 328.72º 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 #F5399B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 155 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.04 |
| HSL | 328.72º | 0.9% | 0.59% | - |
| HSV(B) | 328.72º | 0.77% | 0.96% | - |
| XYZ | 45.04 | 24.71 | 33.41 | - |
| YUV | 124.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 155 | 0 | 0.77 | 0.37 | 0.04 | 328.72 | 0.9 | 0.59 |
| Hex | F5 | 39 | 9B | 0 | 4D | 25 | 4 | 149 | 5A | 3B |
| Octal | 365 | 71 | 233 | 0 | 115 | 45 | 4 | 511 | 132 | 73 |
| Binary | 11110101 | 111001 | 10011011 | 0 | 1001101 | 100101 | 100 | 101001001 | 1011010 | 111011 |
Color Harmonies of #F5399B
Complementary color
Monochromatic Colors of #F5399B
Black with #F5399B
Text Example
Text Example
White with #F5399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5399B; }
p { color: rgb(245,57,155); }
H1.HeaderClassName
{
color: #F5399B;
}
.AnyTagClassName
{
color: #F5399B;
}
</style>
background-color css
<style>
a { background-color: #F5399B; }
a { background-color: rgb(245,57,155); }
div.DivClassName
{
background-color: #F5399B;
}
.BgClassName
{
background-color: #F5399B;
}
</style>
border-color css
<style>
span { border-color: #F5399B; }
span { border-color: rgb(245,57,155); }
td.TdClassName
{
border-color: #F5399B;
}
.TagClassName
{
border-color: #F5399B;
}
</style>