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