Shades of Wild Strawberry #F2288A
Tints of Wild Strawberry #F2288A
RGB
CMYK
RGB Variations
Color information
#F2288A (or 0xF2288A) is known color: Wild Strawberry. HEX triplet: F2, 28 and 8A. RGB value is (242,40,138). Sum of RGB (Red+Green+Blue) = 242+40+138=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2288A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2288A is #0DD775. Grayscale: #6F6F6F. Windows color (decimal): -907126 or 9054450. OLE color: 9054450.
HSL color Cylindrical-coordinate representation of color #F2288A: hue angle of 330.89º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2288A is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 138 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.05 |
| HSL | 330.89º | 0.89% | 0.55% | - |
| HSV(B) | 330.89º | 0.83% | 0.95% | - |
| XYZ | 41.96 | 22.23 | 26.12 | - |
| YUV | 111.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 138 | 0 | 0.83 | 0.43 | 0.05 | 330.89 | 0.89 | 0.55 |
| Hex | F2 | 28 | 8A | 0 | 53 | 2B | 5 | 14B | 59 | 37 |
| Octal | 362 | 50 | 212 | 0 | 123 | 53 | 5 | 513 | 131 | 67 |
| Binary | 11110010 | 101000 | 10001010 | 0 | 1010011 | 101011 | 101 | 101001011 | 1011001 | 110111 |
Color Harmonies of #F2288A
Complementary color
Monochromatic Colors of #F2288A
Black with #F2288A
Text Example
Text Example
White with #F2288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2288A; }
p { color: rgb(242,40,138); }
H1.HeaderClassName
{
color: #F2288A;
}
.AnyTagClassName
{
color: #F2288A;
}
</style>
background-color css
<style>
a { background-color: #F2288A; }
a { background-color: rgb(242,40,138); }
div.DivClassName
{
background-color: #F2288A;
}
.BgClassName
{
background-color: #F2288A;
}
</style>
border-color css
<style>
span { border-color: #F2288A; }
span { border-color: rgb(242,40,138); }
td.TdClassName
{
border-color: #F2288A;
}
.TagClassName
{
border-color: #F2288A;
}
</style>