Shades of Wild Strawberry #F63AA5
Tints of Wild Strawberry #F63AA5
RGB
CMYK
RGB Variations
Color information
#F63AA5 (or 0xF63AA5) is known color: Wild Strawberry. HEX triplet: F6, 3A and A5. RGB value is (246,58,165). Sum of RGB (Red+Green+Blue) = 246+58+165=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63AA5 is #09C55A. Grayscale: #7E7E7E. Windows color (decimal): -640347 or 10828534. OLE color: 10828534.
HSL color Cylindrical-coordinate representation of color #F63AA5: hue angle of 325.85º 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 #F63AA5 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 165 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.04 |
| HSL | 325.85º | 0.91% | 0.6% | - |
| HSV(B) | 325.85º | 0.76% | 0.96% | - |
| XYZ | 46.31 | 25.34 | 38.05 | - |
| YUV | 126.41 | 149.78 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 165 | 0 | 0.76 | 0.33 | 0.04 | 325.85 | 0.91 | 0.6 |
| Hex | F6 | 3A | A5 | 0 | 4C | 21 | 4 | 146 | 5B | 3C |
| Octal | 366 | 72 | 245 | 0 | 114 | 41 | 4 | 506 | 133 | 74 |
| Binary | 11110110 | 111010 | 10100101 | 0 | 1001100 | 100001 | 100 | 101000110 | 1011011 | 111100 |
Color Harmonies of #F63AA5
Complementary color
Monochromatic Colors of #F63AA5
Black with #F63AA5
Text Example
Text Example
White with #F63AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63AA5; }
p { color: rgb(246,58,165); }
H1.HeaderClassName
{
color: #F63AA5;
}
.AnyTagClassName
{
color: #F63AA5;
}
</style>
background-color css
<style>
a { background-color: #F63AA5; }
a { background-color: rgb(246,58,165); }
div.DivClassName
{
background-color: #F63AA5;
}
.BgClassName
{
background-color: #F63AA5;
}
</style>
border-color css
<style>
span { border-color: #F63AA5; }
span { border-color: rgb(246,58,165); }
td.TdClassName
{
border-color: #F63AA5;
}
.TagClassName
{
border-color: #F63AA5;
}
</style>