Shades of Wild Strawberry #F52886
Tints of Wild Strawberry #F52886
RGB
CMYK
RGB Variations
Color information
#F52886 (or 0xF52886) is known color: Wild Strawberry. HEX triplet: F5, 28 and 86. RGB value is (245,40,134). Sum of RGB (Red+Green+Blue) = 245+40+134=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F52886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52886 is #0AD779. Grayscale: #6F6F6F. Windows color (decimal): -710522 or 8792309. OLE color: 8792309.
HSL color Cylindrical-coordinate representation of color #F52886: hue angle of 332.49º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52886 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 134 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.04 |
| HSL | 332.49º | 0.91% | 0.56% | - |
| HSV(B) | 332.49º | 0.84% | 0.96% | - |
| XYZ | 42.72 | 22.65 | 24.67 | - |
| YUV | 112.01 | 140.42 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 134 | 0 | 0.84 | 0.45 | 0.04 | 332.49 | 0.91 | 0.56 |
| Hex | F5 | 28 | 86 | 0 | 54 | 2D | 4 | 14C | 5B | 38 |
| Octal | 365 | 50 | 206 | 0 | 124 | 55 | 4 | 514 | 133 | 70 |
| Binary | 11110101 | 101000 | 10000110 | 0 | 1010100 | 101101 | 100 | 101001100 | 1011011 | 111000 |
Color Harmonies of #F52886
Complementary color
Monochromatic Colors of #F52886
Black with #F52886
Text Example
Text Example
White with #F52886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52886; }
p { color: rgb(245,40,134); }
H1.HeaderClassName
{
color: #F52886;
}
.AnyTagClassName
{
color: #F52886;
}
</style>
background-color css
<style>
a { background-color: #F52886; }
a { background-color: rgb(245,40,134); }
div.DivClassName
{
background-color: #F52886;
}
.BgClassName
{
background-color: #F52886;
}
</style>
border-color css
<style>
span { border-color: #F52886; }
span { border-color: rgb(245,40,134); }
td.TdClassName
{
border-color: #F52886;
}
.TagClassName
{
border-color: #F52886;
}
</style>