Shades of Wild Strawberry #F63996
Tints of Wild Strawberry #F63996
RGB
CMYK
RGB Variations
Color information
#F63996 (or 0xF63996) is known color: Wild Strawberry. HEX triplet: F6, 39 and 96. RGB value is (246,57,150). Sum of RGB (Red+Green+Blue) = 246+57+150=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F63996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63996 is #09C669. Grayscale: #7B7B7B. Windows color (decimal): -640618 or 9845238. OLE color: 9845238.
HSL color Cylindrical-coordinate representation of color #F63996: hue angle of 330.48º 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 #F63996 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 57 | 150 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.04 |
| HSL | 330.48º | 0.91% | 0.59% | - |
| HSV(B) | 330.48º | 0.77% | 0.96% | - |
| XYZ | 44.97 | 24.72 | 31.26 | - |
| YUV | 124.11 | 142.62 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 57 | 150 | 0 | 0.77 | 0.39 | 0.04 | 330.48 | 0.91 | 0.59 |
| Hex | F6 | 39 | 96 | 0 | 4D | 27 | 4 | 14A | 5B | 3B |
| Octal | 366 | 71 | 226 | 0 | 115 | 47 | 4 | 512 | 133 | 73 |
| Binary | 11110110 | 111001 | 10010110 | 0 | 1001101 | 100111 | 100 | 101001010 | 1011011 | 111011 |
Color Harmonies of #F63996
Complementary color
Monochromatic Colors of #F63996
Black with #F63996
Text Example
Text Example
White with #F63996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63996; }
p { color: rgb(246,57,150); }
H1.HeaderClassName
{
color: #F63996;
}
.AnyTagClassName
{
color: #F63996;
}
</style>
background-color css
<style>
a { background-color: #F63996; }
a { background-color: rgb(246,57,150); }
div.DivClassName
{
background-color: #F63996;
}
.BgClassName
{
background-color: #F63996;
}
</style>
border-color css
<style>
span { border-color: #F63996; }
span { border-color: rgb(246,57,150); }
td.TdClassName
{
border-color: #F63996;
}
.TagClassName
{
border-color: #F63996;
}
</style>