Shades of Wild Strawberry #F52881
Tints of Wild Strawberry #F52881
RGB
CMYK
RGB Variations
Color information
#F52881 (or 0xF52881) is known color: Wild Strawberry. HEX triplet: F5, 28 and 81. RGB value is (245,40,129). Sum of RGB (Red+Green+Blue) = 245+40+129=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F52881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52881 is #0AD77E. Grayscale: #6F6F6F. Windows color (decimal): -710527 or 8464629. OLE color: 8464629.
HSL color Cylindrical-coordinate representation of color #F52881: hue angle of 333.95º 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 #F52881 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 129 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.04 |
| HSL | 333.95º | 0.91% | 0.56% | - |
| HSV(B) | 333.95º | 0.84% | 0.96% | - |
| XYZ | 42.38 | 22.52 | 22.88 | - |
| YUV | 111.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 129 | 0 | 0.84 | 0.47 | 0.04 | 333.95 | 0.91 | 0.56 |
| Hex | F5 | 28 | 81 | 0 | 54 | 2F | 4 | 14E | 5B | 38 |
| Octal | 365 | 50 | 201 | 0 | 124 | 57 | 4 | 516 | 133 | 70 |
| Binary | 11110101 | 101000 | 10000001 | 0 | 1010100 | 101111 | 100 | 101001110 | 1011011 | 111000 |
Color Harmonies of #F52881
Complementary color
Monochromatic Colors of #F52881
Black with #F52881
Text Example
Text Example
White with #F52881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52881; }
p { color: rgb(245,40,129); }
H1.HeaderClassName
{
color: #F52881;
}
.AnyTagClassName
{
color: #F52881;
}
</style>
background-color css
<style>
a { background-color: #F52881; }
a { background-color: rgb(245,40,129); }
div.DivClassName
{
background-color: #F52881;
}
.BgClassName
{
background-color: #F52881;
}
</style>
border-color css
<style>
span { border-color: #F52881; }
span { border-color: rgb(245,40,129); }
td.TdClassName
{
border-color: #F52881;
}
.TagClassName
{
border-color: #F52881;
}
</style>