Shades of Wild Strawberry #F63993
Tints of Wild Strawberry #F63993
RGB
CMYK
RGB Variations
Color information
#F63993 (or 0xF63993) is known color: Wild Strawberry. HEX triplet: F6, 39 and 93. RGB value is (246,57,147). Sum of RGB (Red+Green+Blue) = 246+57+147=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F63993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63993 is #09C66C. Grayscale: #7B7B7B. Windows color (decimal): -640621 or 9648630. OLE color: 9648630.
HSL color Cylindrical-coordinate representation of color #F63993: hue angle of 331.43º 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 #F63993 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 57 | 147 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.04 |
| HSL | 331.43º | 0.91% | 0.59% | - |
| HSV(B) | 331.43º | 0.77% | 0.96% | - |
| XYZ | 44.74 | 24.63 | 30 | - |
| YUV | 123.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 57 | 147 | 0 | 0.77 | 0.40 | 0.04 | 331.43 | 0.91 | 0.59 |
| Hex | F6 | 39 | 93 | 0 | 4D | 28 | 4 | 14B | 5B | 3B |
| Octal | 366 | 71 | 223 | 0 | 115 | 50 | 4 | 513 | 133 | 73 |
| Binary | 11110110 | 111001 | 10010011 | 0 | 1001101 | 101000 | 100 | 101001011 | 1011011 | 111011 |
Color Harmonies of #F63993
Complementary color
Monochromatic Colors of #F63993
Black with #F63993
Text Example
Text Example
White with #F63993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63993; }
p { color: rgb(246,57,147); }
H1.HeaderClassName
{
color: #F63993;
}
.AnyTagClassName
{
color: #F63993;
}
</style>
background-color css
<style>
a { background-color: #F63993; }
a { background-color: rgb(246,57,147); }
div.DivClassName
{
background-color: #F63993;
}
.BgClassName
{
background-color: #F63993;
}
</style>
border-color css
<style>
span { border-color: #F63993; }
span { border-color: rgb(246,57,147); }
td.TdClassName
{
border-color: #F63993;
}
.TagClassName
{
border-color: #F63993;
}
</style>