Shades of Wild Strawberry #F53F9D
Tints of Wild Strawberry #F53F9D
RGB
CMYK
RGB Variations
Color information
#F53F9D (or 0xF53F9D) is known color: Wild Strawberry. HEX triplet: F5, 3F and 9D. RGB value is (245,63,157). Sum of RGB (Red+Green+Blue) = 245+63+157=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53F9D is #0AC062. Grayscale: #7F7F7F. Windows color (decimal): -704611 or 10305525. OLE color: 10305525.
HSL color Cylindrical-coordinate representation of color #F53F9D: hue angle of 329.01º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53F9D is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 157 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.04 |
| HSL | 329.01º | 0.9% | 0.6% | - |
| HSV(B) | 329.01º | 0.74% | 0.96% | - |
| XYZ | 45.52 | 25.4 | 34.4 | - |
| YUV | 128.13 | 144.3 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 157 | 0 | 0.74 | 0.36 | 0.04 | 329.01 | 0.9 | 0.6 |
| Hex | F5 | 3F | 9D | 0 | 4A | 24 | 4 | 149 | 5A | 3C |
| Octal | 365 | 77 | 235 | 0 | 112 | 44 | 4 | 511 | 132 | 74 |
| Binary | 11110101 | 111111 | 10011101 | 0 | 1001010 | 100100 | 100 | 101001001 | 1011010 | 111100 |
Color Harmonies of #F53F9D
Complementary color
Monochromatic Colors of #F53F9D
Black with #F53F9D
Text Example
Text Example
White with #F53F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F9D; }
p { color: rgb(245,63,157); }
H1.HeaderClassName
{
color: #F53F9D;
}
.AnyTagClassName
{
color: #F53F9D;
}
</style>
background-color css
<style>
a { background-color: #F53F9D; }
a { background-color: rgb(245,63,157); }
div.DivClassName
{
background-color: #F53F9D;
}
.BgClassName
{
background-color: #F53F9D;
}
</style>
border-color css
<style>
span { border-color: #F53F9D; }
span { border-color: rgb(245,63,157); }
td.TdClassName
{
border-color: #F53F9D;
}
.TagClassName
{
border-color: #F53F9D;
}
</style>