Shades of Wild Strawberry #F63593
Tints of Wild Strawberry #F63593
RGB
CMYK
RGB Variations
Color information
#F63593 (or 0xF63593) is known color: Wild Strawberry. HEX triplet: F6, 35 and 93. RGB value is (246,53,147). Sum of RGB (Red+Green+Blue) = 246+53+147=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F63593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63593 is #09CA6C. Grayscale: #797979. Windows color (decimal): -641645 or 9647606. OLE color: 9647606.
HSL color Cylindrical-coordinate representation of color #F63593: hue angle of 330.78º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63593 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 147 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.04 |
| HSL | 330.78º | 0.91% | 0.59% | - |
| HSV(B) | 330.78º | 0.78% | 0.96% | - |
| XYZ | 44.55 | 24.25 | 29.94 | - |
| YUV | 121.42 | 142.44 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 147 | 0 | 0.78 | 0.40 | 0.04 | 330.78 | 0.91 | 0.59 |
| Hex | F6 | 35 | 93 | 0 | 4E | 28 | 4 | 14B | 5B | 3B |
| Octal | 366 | 65 | 223 | 0 | 116 | 50 | 4 | 513 | 133 | 73 |
| Binary | 11110110 | 110101 | 10010011 | 0 | 1001110 | 101000 | 100 | 101001011 | 1011011 | 111011 |
Color Harmonies of #F63593
Complementary color
Monochromatic Colors of #F63593
Black with #F63593
Text Example
Text Example
White with #F63593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63593; }
p { color: rgb(246,53,147); }
H1.HeaderClassName
{
color: #F63593;
}
.AnyTagClassName
{
color: #F63593;
}
</style>
background-color css
<style>
a { background-color: #F63593; }
a { background-color: rgb(246,53,147); }
div.DivClassName
{
background-color: #F63593;
}
.BgClassName
{
background-color: #F63593;
}
</style>
border-color css
<style>
span { border-color: #F63593; }
span { border-color: rgb(246,53,147); }
td.TdClassName
{
border-color: #F63593;
}
.TagClassName
{
border-color: #F63593;
}
</style>