Shades of Wild Strawberry #F641AB
Tints of Wild Strawberry #F641AB
RGB
CMYK
RGB Variations
Color information
#F641AB (or 0xF641AB) is known color: Wild Strawberry. HEX triplet: F6, 41 and AB. RGB value is (246,65,171). Sum of RGB (Red+Green+Blue) = 246+65+171=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F641AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F641AB is #09BE54. Grayscale: #828282. Windows color (decimal): -638549 or 11223542. OLE color: 11223542.
HSL color Cylindrical-coordinate representation of color #F641AB: hue angle of 324.86º 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 #F641AB is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 171 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.04 |
| HSL | 324.86º | 0.91% | 0.61% | - |
| HSV(B) | 324.86º | 0.74% | 0.96% | - |
| XYZ | 47.25 | 26.31 | 41.12 | - |
| YUV | 131.2 | 150.47 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 171 | 0 | 0.74 | 0.30 | 0.04 | 324.86 | 0.91 | 0.61 |
| Hex | F6 | 41 | AB | 0 | 4A | 1E | 4 | 145 | 5B | 3D |
| Octal | 366 | 101 | 253 | 0 | 112 | 36 | 4 | 505 | 133 | 75 |
| Binary | 11110110 | 1000001 | 10101011 | 0 | 1001010 | 11110 | 100 | 101000101 | 1011011 | 111101 |
Color Harmonies of #F641AB
Complementary color
Monochromatic Colors of #F641AB
Black with #F641AB
Text Example
Text Example
White with #F641AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F641AB; }
p { color: rgb(246,65,171); }
H1.HeaderClassName
{
color: #F641AB;
}
.AnyTagClassName
{
color: #F641AB;
}
</style>
background-color css
<style>
a { background-color: #F641AB; }
a { background-color: rgb(246,65,171); }
div.DivClassName
{
background-color: #F641AB;
}
.BgClassName
{
background-color: #F641AB;
}
</style>
border-color css
<style>
span { border-color: #F641AB; }
span { border-color: rgb(246,65,171); }
td.TdClassName
{
border-color: #F641AB;
}
.TagClassName
{
border-color: #F641AB;
}
</style>