Shades of Wild Strawberry #F240A9
Tints of Wild Strawberry #F240A9
RGB
CMYK
RGB Variations
Color information
#F240A9 (or 0xF240A9) is known color: Wild Strawberry. HEX triplet: F2, 40 and A9. RGB value is (242,64,169). Sum of RGB (Red+Green+Blue) = 242+64+169=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F240A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F240A9 is #0DBF56. Grayscale: #808080. Windows color (decimal): -900951 or 11092210. OLE color: 11092210.
HSL color Cylindrical-coordinate representation of color #F240A9: hue angle of 324.61º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F240A9 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 169 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.05 |
| HSL | 324.61º | 0.87% | 0.6% | - |
| HSV(B) | 324.61º | 0.74% | 0.95% | - |
| XYZ | 45.61 | 25.41 | 40.04 | - |
| YUV | 129.19 | 150.47 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 169 | 0 | 0.74 | 0.30 | 0.05 | 324.61 | 0.87 | 0.6 |
| Hex | F2 | 40 | A9 | 0 | 4A | 1E | 5 | 145 | 57 | 3C |
| Octal | 362 | 100 | 251 | 0 | 112 | 36 | 5 | 505 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10101001 | 0 | 1001010 | 11110 | 101 | 101000101 | 1010111 | 111100 |
Color Harmonies of #F240A9
Complementary color
Monochromatic Colors of #F240A9
Black with #F240A9
Text Example
Text Example
White with #F240A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240A9; }
p { color: rgb(242,64,169); }
H1.HeaderClassName
{
color: #F240A9;
}
.AnyTagClassName
{
color: #F240A9;
}
</style>
background-color css
<style>
a { background-color: #F240A9; }
a { background-color: rgb(242,64,169); }
div.DivClassName
{
background-color: #F240A9;
}
.BgClassName
{
background-color: #F240A9;
}
</style>
border-color css
<style>
span { border-color: #F240A9; }
span { border-color: rgb(242,64,169); }
td.TdClassName
{
border-color: #F240A9;
}
.TagClassName
{
border-color: #F240A9;
}
</style>