Shades of Wild Strawberry #F63EA3
Tints of Wild Strawberry #F63EA3
RGB
CMYK
RGB Variations
Color information
#F63EA3 (or 0xF63EA3) is known color: Wild Strawberry. HEX triplet: F6, 3E and A3. RGB value is (246,62,163). Sum of RGB (Red+Green+Blue) = 246+62+163=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F63EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63EA3 is #09C15C. Grayscale: #808080. Windows color (decimal): -639325 or 10698486. OLE color: 10698486.
HSL color Cylindrical-coordinate representation of color #F63EA3: hue angle of 327.07º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63EA3 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 163 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.04 |
| HSL | 327.07º | 0.91% | 0.6% | - |
| HSV(B) | 327.07º | 0.75% | 0.96% | - |
| XYZ | 46.34 | 25.68 | 37.17 | - |
| YUV | 128.53 | 147.46 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 163 | 0 | 0.75 | 0.34 | 0.04 | 327.07 | 0.91 | 0.6 |
| Hex | F6 | 3E | A3 | 0 | 4B | 22 | 4 | 147 | 5B | 3C |
| Octal | 366 | 76 | 243 | 0 | 113 | 42 | 4 | 507 | 133 | 74 |
| Binary | 11110110 | 111110 | 10100011 | 0 | 1001011 | 100010 | 100 | 101000111 | 1011011 | 111100 |
Color Harmonies of #F63EA3
Complementary color
Monochromatic Colors of #F63EA3
Black with #F63EA3
Text Example
Text Example
White with #F63EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63EA3; }
p { color: rgb(246,62,163); }
H1.HeaderClassName
{
color: #F63EA3;
}
.AnyTagClassName
{
color: #F63EA3;
}
</style>
background-color css
<style>
a { background-color: #F63EA3; }
a { background-color: rgb(246,62,163); }
div.DivClassName
{
background-color: #F63EA3;
}
.BgClassName
{
background-color: #F63EA3;
}
</style>
border-color css
<style>
span { border-color: #F63EA3; }
span { border-color: rgb(246,62,163); }
td.TdClassName
{
border-color: #F63EA3;
}
.TagClassName
{
border-color: #F63EA3;
}
</style>