Shades of Wild Strawberry #F32688
Tints of Wild Strawberry #F32688
RGB
CMYK
RGB Variations
Color information
#F32688 (or 0xF32688) is known color: Wild Strawberry. HEX triplet: F3, 26 and 88. RGB value is (243,38,136). Sum of RGB (Red+Green+Blue) = 243+38+136=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F32688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32688 is #0CD977. Grayscale: #6E6E6E. Windows color (decimal): -842104 or 8922867. OLE color: 8922867.
HSL color Cylindrical-coordinate representation of color #F32688: hue angle of 331.32º 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 #F32688 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 136 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.05 |
| HSL | 331.32º | 0.9% | 0.55% | - |
| HSV(B) | 331.32º | 0.84% | 0.95% | - |
| XYZ | 42.1 | 22.22 | 25.36 | - |
| YUV | 110.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 136 | 0 | 0.84 | 0.44 | 0.05 | 331.32 | 0.9 | 0.55 |
| Hex | F3 | 26 | 88 | 0 | 54 | 2C | 5 | 14B | 5A | 37 |
| Octal | 363 | 46 | 210 | 0 | 124 | 54 | 5 | 513 | 132 | 67 |
| Binary | 11110011 | 100110 | 10001000 | 0 | 1010100 | 101100 | 101 | 101001011 | 1011010 | 110111 |
Color Harmonies of #F32688
Complementary color
Monochromatic Colors of #F32688
Black with #F32688
Text Example
Text Example
White with #F32688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32688; }
p { color: rgb(243,38,136); }
H1.HeaderClassName
{
color: #F32688;
}
.AnyTagClassName
{
color: #F32688;
}
</style>
background-color css
<style>
a { background-color: #F32688; }
a { background-color: rgb(243,38,136); }
div.DivClassName
{
background-color: #F32688;
}
.BgClassName
{
background-color: #F32688;
}
</style>
border-color css
<style>
span { border-color: #F32688; }
span { border-color: rgb(243,38,136); }
td.TdClassName
{
border-color: #F32688;
}
.TagClassName
{
border-color: #F32688;
}
</style>