Shades of Wild Strawberry #F640AA
Tints of Wild Strawberry #F640AA
RGB
CMYK
RGB Variations
Color information
#F640AA (or 0xF640AA) is known color: Wild Strawberry. HEX triplet: F6, 40 and AA. RGB value is (246,64,170). Sum of RGB (Red+Green+Blue) = 246+64+170=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F640AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F640AA is #09BF55. Grayscale: #828282. Windows color (decimal): -638806 or 11157750. OLE color: 11157750.
HSL color Cylindrical-coordinate representation of color #F640AA: hue angle of 325.05º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F640AA is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 170 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.04 |
| HSL | 325.05º | 0.91% | 0.61% | - |
| HSV(B) | 325.05º | 0.74% | 0.96% | - |
| XYZ | 47.1 | 26.16 | 40.6 | - |
| YUV | 130.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 170 | 0 | 0.74 | 0.31 | 0.04 | 325.05 | 0.91 | 0.61 |
| Hex | F6 | 40 | AA | 0 | 4A | 1F | 4 | 145 | 5B | 3D |
| Octal | 366 | 100 | 252 | 0 | 112 | 37 | 4 | 505 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10101010 | 0 | 1001010 | 11111 | 100 | 101000101 | 1011011 | 111101 |
Color Harmonies of #F640AA
Complementary color
Monochromatic Colors of #F640AA
Black with #F640AA
Text Example
Text Example
White with #F640AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640AA; }
p { color: rgb(246,64,170); }
H1.HeaderClassName
{
color: #F640AA;
}
.AnyTagClassName
{
color: #F640AA;
}
</style>
background-color css
<style>
a { background-color: #F640AA; }
a { background-color: rgb(246,64,170); }
div.DivClassName
{
background-color: #F640AA;
}
.BgClassName
{
background-color: #F640AA;
}
</style>
border-color css
<style>
span { border-color: #F640AA; }
span { border-color: rgb(246,64,170); }
td.TdClassName
{
border-color: #F640AA;
}
.TagClassName
{
border-color: #F640AA;
}
</style>