Shades of Wild Strawberry #F32792
Tints of Wild Strawberry #F32792
RGB
CMYK
RGB Variations
Color information
#F32792 (or 0xF32792) is known color: Wild Strawberry. HEX triplet: F3, 27 and 92. RGB value is (243,39,146). Sum of RGB (Red+Green+Blue) = 243+39+146=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F32792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32792 is #0CD86D. Grayscale: #6F6F6F. Windows color (decimal): -841838 or 9578483. OLE color: 9578483.
HSL color Cylindrical-coordinate representation of color #F32792: hue angle of 328.53º 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 #F32792 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 146 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.05 |
| HSL | 328.53º | 0.89% | 0.55% | - |
| HSV(B) | 328.53º | 0.84% | 0.95% | - |
| XYZ | 42.88 | 22.58 | 29.29 | - |
| YUV | 112.19 | 147.09 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 146 | 0 | 0.84 | 0.40 | 0.05 | 328.53 | 0.89 | 0.55 |
| Hex | F3 | 27 | 92 | 0 | 54 | 28 | 5 | 149 | 59 | 37 |
| Octal | 363 | 47 | 222 | 0 | 124 | 50 | 5 | 511 | 131 | 67 |
| Binary | 11110011 | 100111 | 10010010 | 0 | 1010100 | 101000 | 101 | 101001001 | 1011001 | 110111 |
Color Harmonies of #F32792
Complementary color
Monochromatic Colors of #F32792
Black with #F32792
Text Example
Text Example
White with #F32792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32792; }
p { color: rgb(243,39,146); }
H1.HeaderClassName
{
color: #F32792;
}
.AnyTagClassName
{
color: #F32792;
}
</style>
background-color css
<style>
a { background-color: #F32792; }
a { background-color: rgb(243,39,146); }
div.DivClassName
{
background-color: #F32792;
}
.BgClassName
{
background-color: #F32792;
}
</style>
border-color css
<style>
span { border-color: #F32792; }
span { border-color: rgb(243,39,146); }
td.TdClassName
{
border-color: #F32792;
}
.TagClassName
{
border-color: #F32792;
}
</style>