Shades of Wild Strawberry #F239A4
Tints of Wild Strawberry #F239A4
RGB
CMYK
RGB Variations
Color information
#F239A4 (or 0xF239A4) is known color: Wild Strawberry. HEX triplet: F2, 39 and A4. RGB value is (242,57,164). Sum of RGB (Red+Green+Blue) = 242+57+164=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F239A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F239A4 is #0DC65B. Grayscale: #7C7C7C. Windows color (decimal): -902748 or 10762738. OLE color: 10762738.
HSL color Cylindrical-coordinate representation of color #F239A4: hue angle of 325.3º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F239A4 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 164 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.05 |
| HSL | 325.3º | 0.88% | 0.59% | - |
| HSV(B) | 325.3º | 0.76% | 0.95% | - |
| XYZ | 44.78 | 24.48 | 37.49 | - |
| YUV | 124.51 | 150.29 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 164 | 0 | 0.76 | 0.32 | 0.05 | 325.3 | 0.88 | 0.59 |
| Hex | F2 | 39 | A4 | 0 | 4C | 20 | 5 | 145 | 58 | 3B |
| Octal | 362 | 71 | 244 | 0 | 114 | 40 | 5 | 505 | 130 | 73 |
| Binary | 11110010 | 111001 | 10100100 | 0 | 1001100 | 100000 | 101 | 101000101 | 1011000 | 111011 |
Color Harmonies of #F239A4
Complementary color
Monochromatic Colors of #F239A4
Black with #F239A4
Text Example
Text Example
White with #F239A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239A4; }
p { color: rgb(242,57,164); }
H1.HeaderClassName
{
color: #F239A4;
}
.AnyTagClassName
{
color: #F239A4;
}
</style>
background-color css
<style>
a { background-color: #F239A4; }
a { background-color: rgb(242,57,164); }
div.DivClassName
{
background-color: #F239A4;
}
.BgClassName
{
background-color: #F239A4;
}
</style>
border-color css
<style>
span { border-color: #F239A4; }
span { border-color: rgb(242,57,164); }
td.TdClassName
{
border-color: #F239A4;
}
.TagClassName
{
border-color: #F239A4;
}
</style>