Shades of Wild Strawberry #F53C99
Tints of Wild Strawberry #F53C99
RGB
CMYK
RGB Variations
Color information
#F53C99 (or 0xF53C99) is known color: Wild Strawberry. HEX triplet: F5, 3C and 99. RGB value is (245,60,153). Sum of RGB (Red+Green+Blue) = 245+60+153=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53C99 is #0AC366. Grayscale: #7D7D7D. Windows color (decimal): -705383 or 10042613. OLE color: 10042613.
HSL color Cylindrical-coordinate representation of color #F53C99: hue angle of 329.84º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53C99 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 153 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.04 |
| HSL | 329.84º | 0.9% | 0.6% | - |
| HSV(B) | 329.84º | 0.76% | 0.96% | - |
| XYZ | 45.02 | 24.94 | 32.58 | - |
| YUV | 125.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 153 | 0 | 0.76 | 0.38 | 0.04 | 329.84 | 0.9 | 0.6 |
| Hex | F5 | 3C | 99 | 0 | 4C | 26 | 4 | 14A | 5A | 3C |
| Octal | 365 | 74 | 231 | 0 | 114 | 46 | 4 | 512 | 132 | 74 |
| Binary | 11110101 | 111100 | 10011001 | 0 | 1001100 | 100110 | 100 | 101001010 | 1011010 | 111100 |
Color Harmonies of #F53C99
Complementary color
Monochromatic Colors of #F53C99
Black with #F53C99
Text Example
Text Example
White with #F53C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53C99; }
p { color: rgb(245,60,153); }
H1.HeaderClassName
{
color: #F53C99;
}
.AnyTagClassName
{
color: #F53C99;
}
</style>
background-color css
<style>
a { background-color: #F53C99; }
a { background-color: rgb(245,60,153); }
div.DivClassName
{
background-color: #F53C99;
}
.BgClassName
{
background-color: #F53C99;
}
</style>
border-color css
<style>
span { border-color: #F53C99; }
span { border-color: rgb(245,60,153); }
td.TdClassName
{
border-color: #F53C99;
}
.TagClassName
{
border-color: #F53C99;
}
</style>