Shades of Wild Strawberry #F041A6
Tints of Wild Strawberry #F041A6
RGB
CMYK
RGB Variations
Color information
#F041A6 (or 0xF041A6) is known color: Wild Strawberry. HEX triplet: F0, 41 and A6. RGB value is (240,65,166). Sum of RGB (Red+Green+Blue) = 240+65+166=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F041A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F041A6 is #0FBE59. Grayscale: #808080. Windows color (decimal): -1031770 or 10895856. OLE color: 10895856.
HSL color Cylindrical-coordinate representation of color #F041A6: hue angle of 325.37º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041A6 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 166 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.06 |
| HSL | 325.37º | 0.85% | 0.6% | - |
| HSV(B) | 325.37º | 0.73% | 0.94% | - |
| XYZ | 44.71 | 25.06 | 38.56 | - |
| YUV | 128.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 166 | 0 | 0.73 | 0.31 | 0.06 | 325.37 | 0.85 | 0.6 |
| Hex | F0 | 41 | A6 | 0 | 49 | 1F | 6 | 145 | 55 | 3C |
| Octal | 360 | 101 | 246 | 0 | 111 | 37 | 6 | 505 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10100110 | 0 | 1001001 | 11111 | 110 | 101000101 | 1010101 | 111100 |
Color Harmonies of #F041A6
Complementary color
Monochromatic Colors of #F041A6
Black with #F041A6
Text Example
Text Example
White with #F041A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F041A6; }
p { color: rgb(240,65,166); }
H1.HeaderClassName
{
color: #F041A6;
}
.AnyTagClassName
{
color: #F041A6;
}
</style>
background-color css
<style>
a { background-color: #F041A6; }
a { background-color: rgb(240,65,166); }
div.DivClassName
{
background-color: #F041A6;
}
.BgClassName
{
background-color: #F041A6;
}
</style>
border-color css
<style>
span { border-color: #F041A6; }
span { border-color: rgb(240,65,166); }
td.TdClassName
{
border-color: #F041A6;
}
.TagClassName
{
border-color: #F041A6;
}
</style>