Shades of Wild Strawberry #F237A2
Tints of Wild Strawberry #F237A2
RGB
CMYK
RGB Variations
Color information
#F237A2 (or 0xF237A2) is known color: Wild Strawberry. HEX triplet: F2, 37 and A2. RGB value is (242,55,162). Sum of RGB (Red+Green+Blue) = 242+55+162=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F237A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F237A2 is #0DC85D. Grayscale: #7A7A7A. Windows color (decimal): -903262 or 10631154. OLE color: 10631154.
HSL color Cylindrical-coordinate representation of color #F237A2: hue angle of 325.67º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F237A2 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 162 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.05 |
| HSL | 325.67º | 0.88% | 0.58% | - |
| HSV(B) | 325.67º | 0.77% | 0.95% | - |
| XYZ | 44.51 | 24.22 | 36.51 | - |
| YUV | 123.11 | 149.95 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 162 | 0 | 0.77 | 0.33 | 0.05 | 325.67 | 0.88 | 0.58 |
| Hex | F2 | 37 | A2 | 0 | 4D | 21 | 5 | 146 | 58 | 3A |
| Octal | 362 | 67 | 242 | 0 | 115 | 41 | 5 | 506 | 130 | 72 |
| Binary | 11110010 | 110111 | 10100010 | 0 | 1001101 | 100001 | 101 | 101000110 | 1011000 | 111010 |
Color Harmonies of #F237A2
Complementary color
Monochromatic Colors of #F237A2
Black with #F237A2
Text Example
Text Example
White with #F237A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237A2; }
p { color: rgb(242,55,162); }
H1.HeaderClassName
{
color: #F237A2;
}
.AnyTagClassName
{
color: #F237A2;
}
</style>
background-color css
<style>
a { background-color: #F237A2; }
a { background-color: rgb(242,55,162); }
div.DivClassName
{
background-color: #F237A2;
}
.BgClassName
{
background-color: #F237A2;
}
</style>
border-color css
<style>
span { border-color: #F237A2; }
span { border-color: rgb(242,55,162); }
td.TdClassName
{
border-color: #F237A2;
}
.TagClassName
{
border-color: #F237A2;
}
</style>