Shades of Wild Strawberry #F24098
Tints of Wild Strawberry #F24098
RGB
CMYK
RGB Variations
Color information
#F24098 (or 0xF24098) is known color: Wild Strawberry. HEX triplet: F2, 40 and 98. RGB value is (242,64,152). Sum of RGB (Red+Green+Blue) = 242+64+152=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F24098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24098 is #0DBF67. Grayscale: #7F7F7F. Windows color (decimal): -900968 or 9978098. OLE color: 9978098.
HSL color Cylindrical-coordinate representation of color #F24098: hue angle of 330.34º 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 #F24098 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 152 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.05 |
| HSL | 330.34º | 0.87% | 0.6% | - |
| HSV(B) | 330.34º | 0.74% | 0.95% | - |
| XYZ | 44.12 | 24.81 | 32.17 | - |
| YUV | 127.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 152 | 0 | 0.74 | 0.37 | 0.05 | 330.34 | 0.87 | 0.6 |
| Hex | F2 | 40 | 98 | 0 | 4A | 25 | 5 | 14A | 57 | 3C |
| Octal | 362 | 100 | 230 | 0 | 112 | 45 | 5 | 512 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10011000 | 0 | 1001010 | 100101 | 101 | 101001010 | 1010111 | 111100 |
Color Harmonies of #F24098
Complementary color
Monochromatic Colors of #F24098
Black with #F24098
Text Example
Text Example
White with #F24098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24098; }
p { color: rgb(242,64,152); }
H1.HeaderClassName
{
color: #F24098;
}
.AnyTagClassName
{
color: #F24098;
}
</style>
background-color css
<style>
a { background-color: #F24098; }
a { background-color: rgb(242,64,152); }
div.DivClassName
{
background-color: #F24098;
}
.BgClassName
{
background-color: #F24098;
}
</style>
border-color css
<style>
span { border-color: #F24098; }
span { border-color: rgb(242,64,152); }
td.TdClassName
{
border-color: #F24098;
}
.TagClassName
{
border-color: #F24098;
}
</style>