Shades of Wild Strawberry #F241A0
Tints of Wild Strawberry #F241A0
RGB
CMYK
RGB Variations
Color information
#F241A0 (or 0xF241A0) is known color: Wild Strawberry. HEX triplet: F2, 41 and A0. RGB value is (242,65,160). Sum of RGB (Red+Green+Blue) = 242+65+160=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F241A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F241A0 is #0DBE5F. Grayscale: #808080. Windows color (decimal): -900704 or 10502642. OLE color: 10502642.
HSL color Cylindrical-coordinate representation of color #F241A0: hue angle of 327.8º 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 #F241A0 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 160 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.05 |
| HSL | 327.8º | 0.87% | 0.6% | - |
| HSV(B) | 327.8º | 0.73% | 0.95% | - |
| XYZ | 44.85 | 25.2 | 35.76 | - |
| YUV | 128.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 160 | 0 | 0.73 | 0.34 | 0.05 | 327.8 | 0.87 | 0.6 |
| Hex | F2 | 41 | A0 | 0 | 49 | 22 | 5 | 148 | 57 | 3C |
| Octal | 362 | 101 | 240 | 0 | 111 | 42 | 5 | 510 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10100000 | 0 | 1001001 | 100010 | 101 | 101001000 | 1010111 | 111100 |
Color Harmonies of #F241A0
Complementary color
Monochromatic Colors of #F241A0
Black with #F241A0
Text Example
Text Example
White with #F241A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F241A0; }
p { color: rgb(242,65,160); }
H1.HeaderClassName
{
color: #F241A0;
}
.AnyTagClassName
{
color: #F241A0;
}
</style>
background-color css
<style>
a { background-color: #F241A0; }
a { background-color: rgb(242,65,160); }
div.DivClassName
{
background-color: #F241A0;
}
.BgClassName
{
background-color: #F241A0;
}
</style>
border-color css
<style>
span { border-color: #F241A0; }
span { border-color: rgb(242,65,160); }
td.TdClassName
{
border-color: #F241A0;
}
.TagClassName
{
border-color: #F241A0;
}
</style>