Shades of Wild Strawberry #F32590
Tints of Wild Strawberry #F32590
RGB
CMYK
RGB Variations
Color information
#F32590 (or 0xF32590) is known color: Wild Strawberry. HEX triplet: F3, 25 and 90. RGB value is (243,37,144). Sum of RGB (Red+Green+Blue) = 243+37+144=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F32590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32590 is #0CDA6F. Grayscale: #6E6E6E. Windows color (decimal): -842352 or 9446899. OLE color: 9446899.
HSL color Cylindrical-coordinate representation of color #F32590: hue angle of 328.83º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32590 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 144 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.05 |
| HSL | 328.84º | 0.9% | 0.55% | - |
| HSV(B) | 328.84º | 0.85% | 0.95% | - |
| XYZ | 42.66 | 22.39 | 28.46 | - |
| YUV | 110.79 | 146.75 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 144 | 0 | 0.85 | 0.41 | 0.05 | 328.84 | 0.9 | 0.55 |
| Hex | F3 | 25 | 90 | 0 | 55 | 29 | 5 | 149 | 5A | 37 |
| Octal | 363 | 45 | 220 | 0 | 125 | 51 | 5 | 511 | 132 | 67 |
| Binary | 11110011 | 100101 | 10010000 | 0 | 1010101 | 101001 | 101 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F32590
Complementary color
Monochromatic Colors of #F32590
Black with #F32590
Text Example
Text Example
White with #F32590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32590; }
p { color: rgb(243,37,144); }
H1.HeaderClassName
{
color: #F32590;
}
.AnyTagClassName
{
color: #F32590;
}
</style>
background-color css
<style>
a { background-color: #F32590; }
a { background-color: rgb(243,37,144); }
div.DivClassName
{
background-color: #F32590;
}
.BgClassName
{
background-color: #F32590;
}
</style>
border-color css
<style>
span { border-color: #F32590; }
span { border-color: rgb(243,37,144); }
td.TdClassName
{
border-color: #F32590;
}
.TagClassName
{
border-color: #F32590;
}
</style>