Shades of Wild Strawberry #F32793
Tints of Wild Strawberry #F32793
RGB
CMYK
RGB Variations
Color information
#F32793 (or 0xF32793) is known color: Wild Strawberry. HEX triplet: F3, 27 and 93. RGB value is (243,39,147). Sum of RGB (Red+Green+Blue) = 243+39+147=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F32793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32793 is #0CD86C. Grayscale: #707070. Windows color (decimal): -841837 or 9644019. OLE color: 9644019.
HSL color Cylindrical-coordinate representation of color #F32793: hue angle of 328.24º 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 #F32793 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 147 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.05 |
| HSL | 328.24º | 0.89% | 0.55% | - |
| HSV(B) | 328.24º | 0.84% | 0.95% | - |
| XYZ | 42.95 | 22.61 | 29.7 | - |
| YUV | 112.31 | 147.59 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 147 | 0 | 0.84 | 0.40 | 0.05 | 328.24 | 0.89 | 0.55 |
| Hex | F3 | 27 | 93 | 0 | 54 | 28 | 5 | 148 | 59 | 37 |
| Octal | 363 | 47 | 223 | 0 | 124 | 50 | 5 | 510 | 131 | 67 |
| Binary | 11110011 | 100111 | 10010011 | 0 | 1010100 | 101000 | 101 | 101001000 | 1011001 | 110111 |
Color Harmonies of #F32793
Complementary color
Monochromatic Colors of #F32793
Black with #F32793
Text Example
Text Example
White with #F32793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32793; }
p { color: rgb(243,39,147); }
H1.HeaderClassName
{
color: #F32793;
}
.AnyTagClassName
{
color: #F32793;
}
</style>
background-color css
<style>
a { background-color: #F32793; }
a { background-color: rgb(243,39,147); }
div.DivClassName
{
background-color: #F32793;
}
.BgClassName
{
background-color: #F32793;
}
</style>
border-color css
<style>
span { border-color: #F32793; }
span { border-color: rgb(243,39,147); }
td.TdClassName
{
border-color: #F32793;
}
.TagClassName
{
border-color: #F32793;
}
</style>