Shades of Wild Strawberry #F63793
Tints of Wild Strawberry #F63793
RGB
CMYK
RGB Variations
Color information
#F63793 (or 0xF63793) is known color: Wild Strawberry. HEX triplet: F6, 37 and 93. RGB value is (246,55,147). Sum of RGB (Red+Green+Blue) = 246+55+147=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F63793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63793 is #09C86C. Grayscale: #7A7A7A. Windows color (decimal): -641133 or 9648118. OLE color: 9648118.
HSL color Cylindrical-coordinate representation of color #F63793: hue angle of 331.1º 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 #F63793 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 55 | 147 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.04 |
| HSL | 331.1º | 0.91% | 0.59% | - |
| HSV(B) | 331.1º | 0.78% | 0.96% | - |
| XYZ | 44.64 | 24.43 | 29.97 | - |
| YUV | 122.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 55 | 147 | 0 | 0.78 | 0.40 | 0.04 | 331.1 | 0.91 | 0.59 |
| Hex | F6 | 37 | 93 | 0 | 4E | 28 | 4 | 14B | 5B | 3B |
| Octal | 366 | 67 | 223 | 0 | 116 | 50 | 4 | 513 | 133 | 73 |
| Binary | 11110110 | 110111 | 10010011 | 0 | 1001110 | 101000 | 100 | 101001011 | 1011011 | 111011 |
Color Harmonies of #F63793
Complementary color
Monochromatic Colors of #F63793
Black with #F63793
Text Example
Text Example
White with #F63793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63793; }
p { color: rgb(246,55,147); }
H1.HeaderClassName
{
color: #F63793;
}
.AnyTagClassName
{
color: #F63793;
}
</style>
background-color css
<style>
a { background-color: #F63793; }
a { background-color: rgb(246,55,147); }
div.DivClassName
{
background-color: #F63793;
}
.BgClassName
{
background-color: #F63793;
}
</style>
border-color css
<style>
span { border-color: #F63793; }
span { border-color: rgb(246,55,147); }
td.TdClassName
{
border-color: #F63793;
}
.TagClassName
{
border-color: #F63793;
}
</style>