Shades of Wild Strawberry #F32690
Tints of Wild Strawberry #F32690
RGB
CMYK
RGB Variations
Color information
#F32690 (or 0xF32690) is known color: Wild Strawberry. HEX triplet: F3, 26 and 90. RGB value is (243,38,144). Sum of RGB (Red+Green+Blue) = 243+38+144=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F32690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32690 is #0CD96F. Grayscale: #6F6F6F. Windows color (decimal): -842096 or 9447155. OLE color: 9447155.
HSL color Cylindrical-coordinate representation of color #F32690: hue angle of 328.98º degrees, saturation: 0.9, 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 #F32690 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 144 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.05 |
| HSL | 328.98º | 0.9% | 0.55% | - |
| HSV(B) | 328.98º | 0.84% | 0.95% | - |
| XYZ | 42.69 | 22.45 | 28.47 | - |
| YUV | 111.38 | 146.42 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 144 | 0 | 0.84 | 0.41 | 0.05 | 328.98 | 0.9 | 0.55 |
| Hex | F3 | 26 | 90 | 0 | 54 | 29 | 5 | 149 | 5A | 37 |
| Octal | 363 | 46 | 220 | 0 | 124 | 51 | 5 | 511 | 132 | 67 |
| Binary | 11110011 | 100110 | 10010000 | 0 | 1010100 | 101001 | 101 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F32690
Complementary color
Monochromatic Colors of #F32690
Black with #F32690
Text Example
Text Example
White with #F32690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32690; }
p { color: rgb(243,38,144); }
H1.HeaderClassName
{
color: #F32690;
}
.AnyTagClassName
{
color: #F32690;
}
</style>
background-color css
<style>
a { background-color: #F32690; }
a { background-color: rgb(243,38,144); }
div.DivClassName
{
background-color: #F32690;
}
.BgClassName
{
background-color: #F32690;
}
</style>
border-color css
<style>
span { border-color: #F32690; }
span { border-color: rgb(243,38,144); }
td.TdClassName
{
border-color: #F32690;
}
.TagClassName
{
border-color: #F32690;
}
</style>