Shades of Wild Strawberry #F241A6
Tints of Wild Strawberry #F241A6
RGB
CMYK
RGB Variations
Color information
#F241A6 (or 0xF241A6) is known color: Wild Strawberry. HEX triplet: F2, 41 and A6. RGB value is (242,65,166). Sum of RGB (Red+Green+Blue) = 242+65+166=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F241A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F241A6 is #0DBE59. Grayscale: #818181. Windows color (decimal): -900698 or 10895858. OLE color: 10895858.
HSL color Cylindrical-coordinate representation of color #F241A6: hue angle of 325.76º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F241A6 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 166 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.05 |
| HSL | 325.76º | 0.87% | 0.6% | - |
| HSV(B) | 325.76º | 0.73% | 0.95% | - |
| XYZ | 45.39 | 25.41 | 38.59 | - |
| YUV | 129.44 | 148.64 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 166 | 0 | 0.73 | 0.31 | 0.05 | 325.76 | 0.87 | 0.6 |
| Hex | F2 | 41 | A6 | 0 | 49 | 1F | 5 | 146 | 57 | 3C |
| Octal | 362 | 101 | 246 | 0 | 111 | 37 | 5 | 506 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10100110 | 0 | 1001001 | 11111 | 101 | 101000110 | 1010111 | 111100 |
Color Harmonies of #F241A6
Complementary color
Monochromatic Colors of #F241A6
Black with #F241A6
Text Example
Text Example
White with #F241A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F241A6; }
p { color: rgb(242,65,166); }
H1.HeaderClassName
{
color: #F241A6;
}
.AnyTagClassName
{
color: #F241A6;
}
</style>
background-color css
<style>
a { background-color: #F241A6; }
a { background-color: rgb(242,65,166); }
div.DivClassName
{
background-color: #F241A6;
}
.BgClassName
{
background-color: #F241A6;
}
</style>
border-color css
<style>
span { border-color: #F241A6; }
span { border-color: rgb(242,65,166); }
td.TdClassName
{
border-color: #F241A6;
}
.TagClassName
{
border-color: #F241A6;
}
</style>