Shades of Wild Strawberry #F53299
Tints of Wild Strawberry #F53299
RGB
CMYK
RGB Variations
Color information
#F53299 (or 0xF53299) is known color: Wild Strawberry. HEX triplet: F5, 32 and 99. RGB value is (245,50,153). Sum of RGB (Red+Green+Blue) = 245+50+153=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F53299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53299 is #0ACD66. Grayscale: #777777. Windows color (decimal): -707943 or 10040053. OLE color: 10040053.
HSL color Cylindrical-coordinate representation of color #F53299: hue angle of 328.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53299 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 153 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.04 |
| HSL | 328.31º | 0.91% | 0.58% | - |
| HSV(B) | 328.31º | 0.8% | 0.96% | - |
| XYZ | 44.55 | 23.99 | 32.42 | - |
| YUV | 120.05 | 146.6 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 153 | 0 | 0.80 | 0.38 | 0.04 | 328.31 | 0.91 | 0.58 |
| Hex | F5 | 32 | 99 | 0 | 50 | 26 | 4 | 148 | 5B | 3A |
| Octal | 365 | 62 | 231 | 0 | 120 | 46 | 4 | 510 | 133 | 72 |
| Binary | 11110101 | 110010 | 10011001 | 0 | 1010000 | 100110 | 100 | 101001000 | 1011011 | 111010 |
Color Harmonies of #F53299
Complementary color
Monochromatic Colors of #F53299
Black with #F53299
Text Example
Text Example
White with #F53299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53299; }
p { color: rgb(245,50,153); }
H1.HeaderClassName
{
color: #F53299;
}
.AnyTagClassName
{
color: #F53299;
}
</style>
background-color css
<style>
a { background-color: #F53299; }
a { background-color: rgb(245,50,153); }
div.DivClassName
{
background-color: #F53299;
}
.BgClassName
{
background-color: #F53299;
}
</style>
border-color css
<style>
span { border-color: #F53299; }
span { border-color: rgb(245,50,153); }
td.TdClassName
{
border-color: #F53299;
}
.TagClassName
{
border-color: #F53299;
}
</style>