Shades of Wild Strawberry #F63896
Tints of Wild Strawberry #F63896
RGB
CMYK
RGB Variations
Color information
#F63896 (or 0xF63896) is known color: Wild Strawberry. HEX triplet: F6, 38 and 96. RGB value is (246,56,150). Sum of RGB (Red+Green+Blue) = 246+56+150=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F63896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63896 is #09C769. Grayscale: #7B7B7B. Windows color (decimal): -640874 or 9844982. OLE color: 9844982.
HSL color Cylindrical-coordinate representation of color #F63896: hue angle of 330.32º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F63896 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 150 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.04 |
| HSL | 330.32º | 0.91% | 0.59% | - |
| HSV(B) | 330.32º | 0.77% | 0.96% | - |
| XYZ | 44.93 | 24.62 | 31.24 | - |
| YUV | 123.53 | 142.95 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 150 | 0 | 0.77 | 0.39 | 0.04 | 330.32 | 0.91 | 0.59 |
| Hex | F6 | 38 | 96 | 0 | 4D | 27 | 4 | 14A | 5B | 3B |
| Octal | 366 | 70 | 226 | 0 | 115 | 47 | 4 | 512 | 133 | 73 |
| Binary | 11110110 | 111000 | 10010110 | 0 | 1001101 | 100111 | 100 | 101001010 | 1011011 | 111011 |
Color Harmonies of #F63896
Complementary color
Monochromatic Colors of #F63896
Black with #F63896
Text Example
Text Example
White with #F63896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63896; }
p { color: rgb(246,56,150); }
H1.HeaderClassName
{
color: #F63896;
}
.AnyTagClassName
{
color: #F63896;
}
</style>
background-color css
<style>
a { background-color: #F63896; }
a { background-color: rgb(246,56,150); }
div.DivClassName
{
background-color: #F63896;
}
.BgClassName
{
background-color: #F63896;
}
</style>
border-color css
<style>
span { border-color: #F63896; }
span { border-color: rgb(246,56,150); }
td.TdClassName
{
border-color: #F63896;
}
.TagClassName
{
border-color: #F63896;
}
</style>