Shades of Wild Strawberry #F52880
Tints of Wild Strawberry #F52880
RGB
CMYK
RGB Variations
Color information
#F52880 (or 0xF52880) is known color: Wild Strawberry. HEX triplet: F5, 28 and 80. RGB value is (245,40,128). Sum of RGB (Red+Green+Blue) = 245+40+128=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F52880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52880 is #0AD77F. Grayscale: #6F6F6F. Windows color (decimal): -710528 or 8399093. OLE color: 8399093.
HSL color Cylindrical-coordinate representation of color #F52880: hue angle of 334.24º 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 #F52880 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 128 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.04 |
| HSL | 334.24º | 0.91% | 0.56% | - |
| HSV(B) | 334.24º | 0.84% | 0.96% | - |
| XYZ | 42.31 | 22.49 | 22.53 | - |
| YUV | 111.33 | 137.42 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 128 | 0 | 0.84 | 0.48 | 0.04 | 334.24 | 0.91 | 0.56 |
| Hex | F5 | 28 | 80 | 0 | 54 | 30 | 4 | 14E | 5B | 38 |
| Octal | 365 | 50 | 200 | 0 | 124 | 60 | 4 | 516 | 133 | 70 |
| Binary | 11110101 | 101000 | 10000000 | 0 | 1010100 | 110000 | 100 | 101001110 | 1011011 | 111000 |
Color Harmonies of #F52880
Complementary color
Monochromatic Colors of #F52880
Black with #F52880
Text Example
Text Example
White with #F52880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52880; }
p { color: rgb(245,40,128); }
H1.HeaderClassName
{
color: #F52880;
}
.AnyTagClassName
{
color: #F52880;
}
</style>
background-color css
<style>
a { background-color: #F52880; }
a { background-color: rgb(245,40,128); }
div.DivClassName
{
background-color: #F52880;
}
.BgClassName
{
background-color: #F52880;
}
</style>
border-color css
<style>
span { border-color: #F52880; }
span { border-color: rgb(245,40,128); }
td.TdClassName
{
border-color: #F52880;
}
.TagClassName
{
border-color: #F52880;
}
</style>