Shades of Wild Strawberry #F54099
Tints of Wild Strawberry #F54099
RGB
CMYK
RGB Variations
Color information
#F54099 (or 0xF54099) is known color: Wild Strawberry. HEX triplet: F5, 40 and 99. RGB value is (245,64,153). Sum of RGB (Red+Green+Blue) = 245+64+153=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F54099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54099 is #0ABF66. Grayscale: #808080. Windows color (decimal): -704359 or 10043637. OLE color: 10043637.
HSL color Cylindrical-coordinate representation of color #F54099: 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.74%. Process color model (Four color, CMYK) of #F54099 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 153 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.04 |
| HSL | 330.5º | 0.9% | 0.61% | - |
| HSV(B) | 330.5º | 0.74% | 0.96% | - |
| XYZ | 45.24 | 25.38 | 32.65 | - |
| YUV | 128.27 | 141.97 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 153 | 0 | 0.74 | 0.38 | 0.04 | 330.5 | 0.9 | 0.61 |
| Hex | F5 | 40 | 99 | 0 | 4A | 26 | 4 | 14A | 5A | 3D |
| Octal | 365 | 100 | 231 | 0 | 112 | 46 | 4 | 512 | 132 | 75 |
| Binary | 11110101 | 1000000 | 10011001 | 0 | 1001010 | 100110 | 100 | 101001010 | 1011010 | 111101 |
Color Harmonies of #F54099
Complementary color
Monochromatic Colors of #F54099
Black with #F54099
Text Example
Text Example
White with #F54099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54099; }
p { color: rgb(245,64,153); }
H1.HeaderClassName
{
color: #F54099;
}
.AnyTagClassName
{
color: #F54099;
}
</style>
background-color css
<style>
a { background-color: #F54099; }
a { background-color: rgb(245,64,153); }
div.DivClassName
{
background-color: #F54099;
}
.BgClassName
{
background-color: #F54099;
}
</style>
border-color css
<style>
span { border-color: #F54099; }
span { border-color: rgb(245,64,153); }
td.TdClassName
{
border-color: #F54099;
}
.TagClassName
{
border-color: #F54099;
}
</style>