Shades of Wild Strawberry #F63AA0
Tints of Wild Strawberry #F63AA0
RGB
CMYK
RGB Variations
Color information
#F63AA0 (or 0xF63AA0) is known color: Wild Strawberry. HEX triplet: F6, 3A and A0. RGB value is (246,58,160). Sum of RGB (Red+Green+Blue) = 246+58+160=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63AA0 is #09C55F. Grayscale: #7D7D7D. Windows color (decimal): -640352 or 10500854. OLE color: 10500854.
HSL color Cylindrical-coordinate representation of color #F63AA0: hue angle of 327.45º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63AA0 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 160 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.04 |
| HSL | 327.45º | 0.91% | 0.6% | - |
| HSV(B) | 327.45º | 0.76% | 0.96% | - |
| XYZ | 45.86 | 25.16 | 35.7 | - |
| YUV | 125.84 | 147.28 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 160 | 0 | 0.76 | 0.35 | 0.04 | 327.45 | 0.91 | 0.6 |
| Hex | F6 | 3A | A0 | 0 | 4C | 23 | 4 | 147 | 5B | 3C |
| Octal | 366 | 72 | 240 | 0 | 114 | 43 | 4 | 507 | 133 | 74 |
| Binary | 11110110 | 111010 | 10100000 | 0 | 1001100 | 100011 | 100 | 101000111 | 1011011 | 111100 |
Color Harmonies of #F63AA0
Complementary color
Monochromatic Colors of #F63AA0
Black with #F63AA0
Text Example
Text Example
White with #F63AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63AA0; }
p { color: rgb(246,58,160); }
H1.HeaderClassName
{
color: #F63AA0;
}
.AnyTagClassName
{
color: #F63AA0;
}
</style>
background-color css
<style>
a { background-color: #F63AA0; }
a { background-color: rgb(246,58,160); }
div.DivClassName
{
background-color: #F63AA0;
}
.BgClassName
{
background-color: #F63AA0;
}
</style>
border-color css
<style>
span { border-color: #F63AA0; }
span { border-color: rgb(246,58,160); }
td.TdClassName
{
border-color: #F63AA0;
}
.TagClassName
{
border-color: #F63AA0;
}
</style>