Shades of Wild Strawberry #F2449F
Tints of Wild Strawberry #F2449F
RGB
CMYK
RGB Variations
Color information
#F2449F (or 0xF2449F) is known color: Wild Strawberry. HEX triplet: F2, 44 and 9F. RGB value is (242,68,159). Sum of RGB (Red+Green+Blue) = 242+68+159=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2449F is #0DBB60. Grayscale: #828282. Windows color (decimal): -899937 or 10437874. OLE color: 10437874.
HSL color Cylindrical-coordinate representation of color #F2449F: hue angle of 328.62º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2449F is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 159 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.05 |
| HSL | 328.62º | 0.87% | 0.61% | - |
| HSV(B) | 328.62º | 0.72% | 0.95% | - |
| XYZ | 44.94 | 25.51 | 35.36 | - |
| YUV | 130.4 | 144.15 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 159 | 0 | 0.72 | 0.34 | 0.05 | 328.62 | 0.87 | 0.61 |
| Hex | F2 | 44 | 9F | 0 | 48 | 22 | 5 | 149 | 57 | 3D |
| Octal | 362 | 104 | 237 | 0 | 110 | 42 | 5 | 511 | 127 | 75 |
| Binary | 11110010 | 1000100 | 10011111 | 0 | 1001000 | 100010 | 101 | 101001001 | 1010111 | 111101 |
Color Harmonies of #F2449F
Complementary color
Monochromatic Colors of #F2449F
Black with #F2449F
Text Example
Text Example
White with #F2449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2449F; }
p { color: rgb(242,68,159); }
H1.HeaderClassName
{
color: #F2449F;
}
.AnyTagClassName
{
color: #F2449F;
}
</style>
background-color css
<style>
a { background-color: #F2449F; }
a { background-color: rgb(242,68,159); }
div.DivClassName
{
background-color: #F2449F;
}
.BgClassName
{
background-color: #F2449F;
}
</style>
border-color css
<style>
span { border-color: #F2449F; }
span { border-color: rgb(242,68,159); }
td.TdClassName
{
border-color: #F2449F;
}
.TagClassName
{
border-color: #F2449F;
}
</style>