Shades of Wild Strawberry #F64199
Tints of Wild Strawberry #F64199
RGB
CMYK
RGB Variations
Color information
#F64199 (or 0xF64199) is known color: Wild Strawberry. HEX triplet: F6, 41 and 99. RGB value is (246,65,153). Sum of RGB (Red+Green+Blue) = 246+65+153=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F64199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64199 is #09BE66. Grayscale: #808080. Windows color (decimal): -638567 or 10043894. OLE color: 10043894.
HSL color Cylindrical-coordinate representation of color #F64199: hue angle of 330.83º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F64199 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 153 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.04 |
| HSL | 330.83º | 0.91% | 0.61% | - |
| HSV(B) | 330.83º | 0.74% | 0.96% | - |
| XYZ | 45.65 | 25.67 | 32.69 | - |
| YUV | 129.15 | 141.47 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 153 | 0 | 0.74 | 0.38 | 0.04 | 330.83 | 0.91 | 0.61 |
| Hex | F6 | 41 | 99 | 0 | 4A | 26 | 4 | 14B | 5B | 3D |
| Octal | 366 | 101 | 231 | 0 | 112 | 46 | 4 | 513 | 133 | 75 |
| Binary | 11110110 | 1000001 | 10011001 | 0 | 1001010 | 100110 | 100 | 101001011 | 1011011 | 111101 |
Color Harmonies of #F64199
Complementary color
Monochromatic Colors of #F64199
Black with #F64199
Text Example
Text Example
White with #F64199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64199; }
p { color: rgb(246,65,153); }
H1.HeaderClassName
{
color: #F64199;
}
.AnyTagClassName
{
color: #F64199;
}
</style>
background-color css
<style>
a { background-color: #F64199; }
a { background-color: rgb(246,65,153); }
div.DivClassName
{
background-color: #F64199;
}
.BgClassName
{
background-color: #F64199;
}
</style>
border-color css
<style>
span { border-color: #F64199; }
span { border-color: rgb(246,65,153); }
td.TdClassName
{
border-color: #F64199;
}
.TagClassName
{
border-color: #F64199;
}
</style>