Shades of Wild Strawberry #F52783
Tints of Wild Strawberry #F52783
RGB
CMYK
RGB Variations
Color information
#F52783 (or 0xF52783) is known color: Wild Strawberry. HEX triplet: F5, 27 and 83. RGB value is (245,39,131). Sum of RGB (Red+Green+Blue) = 245+39+131=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F52783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52783 is #0AD87C. Grayscale: #6E6E6E. Windows color (decimal): -710781 or 8595445. OLE color: 8595445.
HSL color Cylindrical-coordinate representation of color #F52783: hue angle of 333.2º 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 #F52783 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 131 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.04 |
| HSL | 333.2º | 0.91% | 0.56% | - |
| HSV(B) | 333.2º | 0.84% | 0.96% | - |
| XYZ | 42.48 | 22.5 | 23.58 | - |
| YUV | 111.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 131 | 0 | 0.84 | 0.47 | 0.04 | 333.2 | 0.91 | 0.56 |
| Hex | F5 | 27 | 83 | 0 | 54 | 2F | 4 | 14D | 5B | 38 |
| Octal | 365 | 47 | 203 | 0 | 124 | 57 | 4 | 515 | 133 | 70 |
| Binary | 11110101 | 100111 | 10000011 | 0 | 1010100 | 101111 | 100 | 101001101 | 1011011 | 111000 |
Color Harmonies of #F52783
Complementary color
Monochromatic Colors of #F52783
Black with #F52783
Text Example
Text Example
White with #F52783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52783; }
p { color: rgb(245,39,131); }
H1.HeaderClassName
{
color: #F52783;
}
.AnyTagClassName
{
color: #F52783;
}
</style>
background-color css
<style>
a { background-color: #F52783; }
a { background-color: rgb(245,39,131); }
div.DivClassName
{
background-color: #F52783;
}
.BgClassName
{
background-color: #F52783;
}
</style>
border-color css
<style>
span { border-color: #F52783; }
span { border-color: rgb(245,39,131); }
td.TdClassName
{
border-color: #F52783;
}
.TagClassName
{
border-color: #F52783;
}
</style>