Shades of Wild Strawberry #F238A0
Tints of Wild Strawberry #F238A0
RGB
CMYK
RGB Variations
Color information
#F238A0 (or 0xF238A0) is known color: Wild Strawberry. HEX triplet: F2, 38 and A0. RGB value is (242,56,160). Sum of RGB (Red+Green+Blue) = 242+56+160=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F238A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F238A0 is #0DC75F. Grayscale: #7B7B7B. Windows color (decimal): -903008 or 10500338. OLE color: 10500338.
HSL color Cylindrical-coordinate representation of color #F238A0: hue angle of 326.45º 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 #F238A0 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 160 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.05 |
| HSL | 326.45º | 0.88% | 0.58% | - |
| HSV(B) | 326.45º | 0.77% | 0.95% | - |
| XYZ | 44.38 | 24.24 | 35.6 | - |
| YUV | 123.47 | 148.62 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 160 | 0 | 0.77 | 0.34 | 0.05 | 326.45 | 0.88 | 0.58 |
| Hex | F2 | 38 | A0 | 0 | 4D | 22 | 5 | 146 | 58 | 3A |
| Octal | 362 | 70 | 240 | 0 | 115 | 42 | 5 | 506 | 130 | 72 |
| Binary | 11110010 | 111000 | 10100000 | 0 | 1001101 | 100010 | 101 | 101000110 | 1011000 | 111010 |
Color Harmonies of #F238A0
Complementary color
Monochromatic Colors of #F238A0
Black with #F238A0
Text Example
Text Example
White with #F238A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238A0; }
p { color: rgb(242,56,160); }
H1.HeaderClassName
{
color: #F238A0;
}
.AnyTagClassName
{
color: #F238A0;
}
</style>
background-color css
<style>
a { background-color: #F238A0; }
a { background-color: rgb(242,56,160); }
div.DivClassName
{
background-color: #F238A0;
}
.BgClassName
{
background-color: #F238A0;
}
</style>
border-color css
<style>
span { border-color: #F238A0; }
span { border-color: rgb(242,56,160); }
td.TdClassName
{
border-color: #F238A0;
}
.TagClassName
{
border-color: #F238A0;
}
</style>