Shades of Wild Strawberry #F63EA4
Tints of Wild Strawberry #F63EA4
RGB
CMYK
RGB Variations
Color information
#F63EA4 (or 0xF63EA4) is known color: Wild Strawberry. HEX triplet: F6, 3E and A4. RGB value is (246,62,164). Sum of RGB (Red+Green+Blue) = 246+62+164=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F63EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63EA4 is #09C15B. Grayscale: #808080. Windows color (decimal): -639324 or 10764022. OLE color: 10764022.
HSL color Cylindrical-coordinate representation of color #F63EA4: hue angle of 326.74º 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 #F63EA4 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 164 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.04 |
| HSL | 326.74º | 0.91% | 0.6% | - |
| HSV(B) | 326.74º | 0.75% | 0.96% | - |
| XYZ | 46.43 | 25.72 | 37.64 | - |
| YUV | 128.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 164 | 0 | 0.75 | 0.33 | 0.04 | 326.74 | 0.91 | 0.6 |
| Hex | F6 | 3E | A4 | 0 | 4B | 21 | 4 | 147 | 5B | 3C |
| Octal | 366 | 76 | 244 | 0 | 113 | 41 | 4 | 507 | 133 | 74 |
| Binary | 11110110 | 111110 | 10100100 | 0 | 1001011 | 100001 | 100 | 101000111 | 1011011 | 111100 |
Color Harmonies of #F63EA4
Complementary color
Monochromatic Colors of #F63EA4
Black with #F63EA4
Text Example
Text Example
White with #F63EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63EA4; }
p { color: rgb(246,62,164); }
H1.HeaderClassName
{
color: #F63EA4;
}
.AnyTagClassName
{
color: #F63EA4;
}
</style>
background-color css
<style>
a { background-color: #F63EA4; }
a { background-color: rgb(246,62,164); }
div.DivClassName
{
background-color: #F63EA4;
}
.BgClassName
{
background-color: #F63EA4;
}
</style>
border-color css
<style>
span { border-color: #F63EA4; }
span { border-color: rgb(246,62,164); }
td.TdClassName
{
border-color: #F63EA4;
}
.TagClassName
{
border-color: #F63EA4;
}
</style>