Shades of Wild Strawberry #F238A2
Tints of Wild Strawberry #F238A2
RGB
CMYK
RGB Variations
Color information
#F238A2 (or 0xF238A2) is known color: Wild Strawberry. HEX triplet: F2, 38 and A2. RGB value is (242,56,162). Sum of RGB (Red+Green+Blue) = 242+56+162=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F238A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F238A2 is #0DC75D. Grayscale: #7B7B7B. Windows color (decimal): -903006 or 10631410. OLE color: 10631410.
HSL color Cylindrical-coordinate representation of color #F238A2: hue angle of 325.81º 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 #F238A2 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 162 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.05 |
| HSL | 325.81º | 0.88% | 0.58% | - |
| HSV(B) | 325.81º | 0.77% | 0.95% | - |
| XYZ | 44.55 | 24.31 | 36.53 | - |
| YUV | 123.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 162 | 0 | 0.77 | 0.33 | 0.05 | 325.81 | 0.88 | 0.58 |
| Hex | F2 | 38 | A2 | 0 | 4D | 21 | 5 | 146 | 58 | 3A |
| Octal | 362 | 70 | 242 | 0 | 115 | 41 | 5 | 506 | 130 | 72 |
| Binary | 11110010 | 111000 | 10100010 | 0 | 1001101 | 100001 | 101 | 101000110 | 1011000 | 111010 |
Color Harmonies of #F238A2
Complementary color
Monochromatic Colors of #F238A2
Black with #F238A2
Text Example
Text Example
White with #F238A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238A2; }
p { color: rgb(242,56,162); }
H1.HeaderClassName
{
color: #F238A2;
}
.AnyTagClassName
{
color: #F238A2;
}
</style>
background-color css
<style>
a { background-color: #F238A2; }
a { background-color: rgb(242,56,162); }
div.DivClassName
{
background-color: #F238A2;
}
.BgClassName
{
background-color: #F238A2;
}
</style>
border-color css
<style>
span { border-color: #F238A2; }
span { border-color: rgb(242,56,162); }
td.TdClassName
{
border-color: #F238A2;
}
.TagClassName
{
border-color: #F238A2;
}
</style>