Shades of Wild Strawberry #F2268F
Tints of Wild Strawberry #F2268F
RGB
CMYK
RGB Variations
Color information
#F2268F (or 0xF2268F) is known color: Wild Strawberry. HEX triplet: F2, 26 and 8F. RGB value is (242,38,143). Sum of RGB (Red+Green+Blue) = 242+38+143=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2268F is #0DD970. Grayscale: #6E6E6E. Windows color (decimal): -907633 or 9381618. OLE color: 9381618.
HSL color Cylindrical-coordinate representation of color #F2268F: hue angle of 329.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2268F is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 143 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.05 |
| HSL | 329.12º | 0.89% | 0.55% | - |
| HSV(B) | 329.12º | 0.84% | 0.95% | - |
| XYZ | 42.27 | 22.25 | 28.05 | - |
| YUV | 110.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 143 | 0 | 0.84 | 0.41 | 0.05 | 329.12 | 0.89 | 0.55 |
| Hex | F2 | 26 | 8F | 0 | 54 | 29 | 5 | 149 | 59 | 37 |
| Octal | 362 | 46 | 217 | 0 | 124 | 51 | 5 | 511 | 131 | 67 |
| Binary | 11110010 | 100110 | 10001111 | 0 | 1010100 | 101001 | 101 | 101001001 | 1011001 | 110111 |
Color Harmonies of #F2268F
Complementary color
Monochromatic Colors of #F2268F
Black with #F2268F
Text Example
Text Example
White with #F2268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2268F; }
p { color: rgb(242,38,143); }
H1.HeaderClassName
{
color: #F2268F;
}
.AnyTagClassName
{
color: #F2268F;
}
</style>
background-color css
<style>
a { background-color: #F2268F; }
a { background-color: rgb(242,38,143); }
div.DivClassName
{
background-color: #F2268F;
}
.BgClassName
{
background-color: #F2268F;
}
</style>
border-color css
<style>
span { border-color: #F2268F; }
span { border-color: rgb(242,38,143); }
td.TdClassName
{
border-color: #F2268F;
}
.TagClassName
{
border-color: #F2268F;
}
</style>