Shades of Wild Strawberry #F32790
Tints of Wild Strawberry #F32790
RGB
CMYK
RGB Variations
Color information
#F32790 (or 0xF32790) is known color: Wild Strawberry. HEX triplet: F3, 27 and 90. RGB value is (243,39,144). Sum of RGB (Red+Green+Blue) = 243+39+144=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F32790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32790 is #0CD86F. Grayscale: #6F6F6F. Windows color (decimal): -841840 or 9447411. OLE color: 9447411.
HSL color Cylindrical-coordinate representation of color #F32790: hue angle of 329.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32790 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 144 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.05 |
| HSL | 329.12º | 0.89% | 0.55% | - |
| HSV(B) | 329.12º | 0.84% | 0.95% | - |
| XYZ | 42.72 | 22.52 | 28.48 | - |
| YUV | 111.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 144 | 0 | 0.84 | 0.41 | 0.05 | 329.12 | 0.89 | 0.55 |
| Hex | F3 | 27 | 90 | 0 | 54 | 29 | 5 | 149 | 59 | 37 |
| Octal | 363 | 47 | 220 | 0 | 124 | 51 | 5 | 511 | 131 | 67 |
| Binary | 11110011 | 100111 | 10010000 | 0 | 1010100 | 101001 | 101 | 101001001 | 1011001 | 110111 |
Color Harmonies of #F32790
Complementary color
Monochromatic Colors of #F32790
Black with #F32790
Text Example
Text Example
White with #F32790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32790; }
p { color: rgb(243,39,144); }
H1.HeaderClassName
{
color: #F32790;
}
.AnyTagClassName
{
color: #F32790;
}
</style>
background-color css
<style>
a { background-color: #F32790; }
a { background-color: rgb(243,39,144); }
div.DivClassName
{
background-color: #F32790;
}
.BgClassName
{
background-color: #F32790;
}
</style>
border-color css
<style>
span { border-color: #F32790; }
span { border-color: rgb(243,39,144); }
td.TdClassName
{
border-color: #F32790;
}
.TagClassName
{
border-color: #F32790;
}
</style>