Shades of Wild Strawberry #F32995
Tints of Wild Strawberry #F32995
RGB
CMYK
RGB Variations
Color information
#F32995 (or 0xF32995) is known color: Wild Strawberry. HEX triplet: F3, 29 and 95. RGB value is (243,41,149). Sum of RGB (Red+Green+Blue) = 243+41+149=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F32995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32995 is #0CD66A. Grayscale: #717171. Windows color (decimal): -841323 or 9775603. OLE color: 9775603.
HSL color Cylindrical-coordinate representation of color #F32995: hue angle of 327.92º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32995 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 149 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.05 |
| HSL | 327.92º | 0.89% | 0.56% | - |
| HSV(B) | 327.92º | 0.83% | 0.95% | - |
| XYZ | 43.18 | 22.81 | 30.56 | - |
| YUV | 113.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 149 | 0 | 0.83 | 0.39 | 0.05 | 327.92 | 0.89 | 0.56 |
| Hex | F3 | 29 | 95 | 0 | 53 | 27 | 5 | 148 | 59 | 38 |
| Octal | 363 | 51 | 225 | 0 | 123 | 47 | 5 | 510 | 131 | 70 |
| Binary | 11110011 | 101001 | 10010101 | 0 | 1010011 | 100111 | 101 | 101001000 | 1011001 | 111000 |
Color Harmonies of #F32995
Complementary color
Monochromatic Colors of #F32995
Black with #F32995
Text Example
Text Example
White with #F32995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32995; }
p { color: rgb(243,41,149); }
H1.HeaderClassName
{
color: #F32995;
}
.AnyTagClassName
{
color: #F32995;
}
</style>
background-color css
<style>
a { background-color: #F32995; }
a { background-color: rgb(243,41,149); }
div.DivClassName
{
background-color: #F32995;
}
.BgClassName
{
background-color: #F32995;
}
</style>
border-color css
<style>
span { border-color: #F32995; }
span { border-color: rgb(243,41,149); }
td.TdClassName
{
border-color: #F32995;
}
.TagClassName
{
border-color: #F32995;
}
</style>