Shades of Wild Strawberry #F041A8
Tints of Wild Strawberry #F041A8
RGB
CMYK
RGB Variations
Color information
#F041A8 (or 0xF041A8) is known color: Wild Strawberry. HEX triplet: F0, 41 and A8. RGB value is (240,65,168). Sum of RGB (Red+Green+Blue) = 240+65+168=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F041A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F041A8 is #0FBE57. Grayscale: #808080. Windows color (decimal): -1031768 or 11026928. OLE color: 11026928.
HSL color Cylindrical-coordinate representation of color #F041A8: hue angle of 324.69º 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 #F041A8 is Cyan = 0, Magento = 0.73, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 168 | - |
| CMYK | 0 | 0.73 | 0.3 | 0.06 |
| HSL | 324.69º | 0.85% | 0.6% | - |
| HSV(B) | 324.69º | 0.73% | 0.94% | - |
| XYZ | 44.89 | 25.13 | 39.53 | - |
| YUV | 129.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 168 | 0 | 0.73 | 0.3 | 0.06 | 324.69 | 0.85 | 0.6 |
| Hex | F0 | 41 | A8 | 0 | 49 | 1E | 6 | 145 | 55 | 3C |
| Octal | 360 | 101 | 250 | 0 | 111 | 36 | 6 | 505 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10101000 | 0 | 1001001 | 11110 | 110 | 101000101 | 1010101 | 111100 |
Color Harmonies of #F041A8
Complementary color
Monochromatic Colors of #F041A8
Black with #F041A8
Text Example
Text Example
White with #F041A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F041A8; }
p { color: rgb(240,65,168); }
H1.HeaderClassName
{
color: #F041A8;
}
.AnyTagClassName
{
color: #F041A8;
}
</style>
background-color css
<style>
a { background-color: #F041A8; }
a { background-color: rgb(240,65,168); }
div.DivClassName
{
background-color: #F041A8;
}
.BgClassName
{
background-color: #F041A8;
}
</style>
border-color css
<style>
span { border-color: #F041A8; }
span { border-color: rgb(240,65,168); }
td.TdClassName
{
border-color: #F041A8;
}
.TagClassName
{
border-color: #F041A8;
}
</style>