Shades of Wild Strawberry #F53F9E
Tints of Wild Strawberry #F53F9E
RGB
CMYK
RGB Variations
Color information
#F53F9E (or 0xF53F9E) is known color: Wild Strawberry. HEX triplet: F5, 3F and 9E. RGB value is (245,63,158). Sum of RGB (Red+Green+Blue) = 245+63+158=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53F9E is #0AC061. Grayscale: #808080. Windows color (decimal): -704610 or 10371061. OLE color: 10371061.
HSL color Cylindrical-coordinate representation of color #F53F9E: hue angle of 328.68º 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 #F53F9E is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 158 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.04 |
| HSL | 328.68º | 0.9% | 0.6% | - |
| HSV(B) | 328.68º | 0.74% | 0.96% | - |
| XYZ | 45.61 | 25.44 | 34.85 | - |
| YUV | 128.25 | 144.8 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 158 | 0 | 0.74 | 0.36 | 0.04 | 328.68 | 0.9 | 0.6 |
| Hex | F5 | 3F | 9E | 0 | 4A | 24 | 4 | 149 | 5A | 3C |
| Octal | 365 | 77 | 236 | 0 | 112 | 44 | 4 | 511 | 132 | 74 |
| Binary | 11110101 | 111111 | 10011110 | 0 | 1001010 | 100100 | 100 | 101001001 | 1011010 | 111100 |
Color Harmonies of #F53F9E
Complementary color
Monochromatic Colors of #F53F9E
Black with #F53F9E
Text Example
Text Example
White with #F53F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F9E; }
p { color: rgb(245,63,158); }
H1.HeaderClassName
{
color: #F53F9E;
}
.AnyTagClassName
{
color: #F53F9E;
}
</style>
background-color css
<style>
a { background-color: #F53F9E; }
a { background-color: rgb(245,63,158); }
div.DivClassName
{
background-color: #F53F9E;
}
.BgClassName
{
background-color: #F53F9E;
}
</style>
border-color css
<style>
span { border-color: #F53F9E; }
span { border-color: rgb(245,63,158); }
td.TdClassName
{
border-color: #F53F9E;
}
.TagClassName
{
border-color: #F53F9E;
}
</style>