Shades of Wild Strawberry #F52982
Tints of Wild Strawberry #F52982
RGB
CMYK
RGB Variations
Color information
#F52982 (or 0xF52982) is known color: Wild Strawberry. HEX triplet: F5, 29 and 82. RGB value is (245,41,130). Sum of RGB (Red+Green+Blue) = 245+41+130=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F52982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52982 is #0AD67D. Grayscale: #6F6F6F. Windows color (decimal): -710270 or 8530421. OLE color: 8530421.
HSL color Cylindrical-coordinate representation of color #F52982: hue angle of 333.82º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52982 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 130 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.04 |
| HSL | 333.82º | 0.91% | 0.56% | - |
| HSV(B) | 333.82º | 0.83% | 0.96% | - |
| XYZ | 42.48 | 22.61 | 23.24 | - |
| YUV | 112.14 | 138.09 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 130 | 0 | 0.83 | 0.47 | 0.04 | 333.82 | 0.91 | 0.56 |
| Hex | F5 | 29 | 82 | 0 | 53 | 2F | 4 | 14E | 5B | 38 |
| Octal | 365 | 51 | 202 | 0 | 123 | 57 | 4 | 516 | 133 | 70 |
| Binary | 11110101 | 101001 | 10000010 | 0 | 1010011 | 101111 | 100 | 101001110 | 1011011 | 111000 |
Color Harmonies of #F52982
Complementary color
Monochromatic Colors of #F52982
Black with #F52982
Text Example
Text Example
White with #F52982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52982; }
p { color: rgb(245,41,130); }
H1.HeaderClassName
{
color: #F52982;
}
.AnyTagClassName
{
color: #F52982;
}
</style>
background-color css
<style>
a { background-color: #F52982; }
a { background-color: rgb(245,41,130); }
div.DivClassName
{
background-color: #F52982;
}
.BgClassName
{
background-color: #F52982;
}
</style>
border-color css
<style>
span { border-color: #F52982; }
span { border-color: rgb(245,41,130); }
td.TdClassName
{
border-color: #F52982;
}
.TagClassName
{
border-color: #F52982;
}
</style>