Shades of Wild Strawberry #F2268C
Tints of Wild Strawberry #F2268C
RGB
CMYK
RGB Variations
Color information
#F2268C (or 0xF2268C) is known color: Wild Strawberry. HEX triplet: F2, 26 and 8C. RGB value is (242,38,140). Sum of RGB (Red+Green+Blue) = 242+38+140=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2268C is #0DD973. Grayscale: #6E6E6E. Windows color (decimal): -907636 or 9185010. OLE color: 9185010.
HSL color Cylindrical-coordinate representation of color #F2268C: hue angle of 330º 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 #F2268C is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 140 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.05 |
| HSL | 330º | 0.89% | 0.55% | - |
| HSV(B) | 330º | 0.84% | 0.95% | - |
| XYZ | 42.04 | 22.16 | 26.87 | - |
| YUV | 110.62 | 144.59 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 140 | 0 | 0.84 | 0.42 | 0.05 | 330 | 0.89 | 0.55 |
| Hex | F2 | 26 | 8C | 0 | 54 | 2A | 5 | 14A | 59 | 37 |
| Octal | 362 | 46 | 214 | 0 | 124 | 52 | 5 | 512 | 131 | 67 |
| Binary | 11110010 | 100110 | 10001100 | 0 | 1010100 | 101010 | 101 | 101001010 | 1011001 | 110111 |
Color Harmonies of #F2268C
Complementary color
Monochromatic Colors of #F2268C
Black with #F2268C
Text Example
Text Example
White with #F2268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2268C; }
p { color: rgb(242,38,140); }
H1.HeaderClassName
{
color: #F2268C;
}
.AnyTagClassName
{
color: #F2268C;
}
</style>
background-color css
<style>
a { background-color: #F2268C; }
a { background-color: rgb(242,38,140); }
div.DivClassName
{
background-color: #F2268C;
}
.BgClassName
{
background-color: #F2268C;
}
</style>
border-color css
<style>
span { border-color: #F2268C; }
span { border-color: rgb(242,38,140); }
td.TdClassName
{
border-color: #F2268C;
}
.TagClassName
{
border-color: #F2268C;
}
</style>