Shades of Wild Strawberry #F2359C
Tints of Wild Strawberry #F2359C
RGB
CMYK
RGB Variations
Color information
#F2359C (or 0xF2359C) is known color: Wild Strawberry. HEX triplet: F2, 35 and 9C. RGB value is (242,53,156). Sum of RGB (Red+Green+Blue) = 242+53+156=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2359C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2359C is #0DCA63. Grayscale: #797979. Windows color (decimal): -903780 or 10237426. OLE color: 10237426.
HSL color Cylindrical-coordinate representation of color #F2359C: hue angle of 327.3º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2359C is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 156 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.05 |
| HSL | 327.3º | 0.88% | 0.58% | - |
| HSV(B) | 327.3º | 0.78% | 0.95% | - |
| XYZ | 43.89 | 23.82 | 33.74 | - |
| YUV | 121.25 | 147.62 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 156 | 0 | 0.78 | 0.36 | 0.05 | 327.3 | 0.88 | 0.58 |
| Hex | F2 | 35 | 9C | 0 | 4E | 24 | 5 | 147 | 58 | 3A |
| Octal | 362 | 65 | 234 | 0 | 116 | 44 | 5 | 507 | 130 | 72 |
| Binary | 11110010 | 110101 | 10011100 | 0 | 1001110 | 100100 | 101 | 101000111 | 1011000 | 111010 |
Color Harmonies of #F2359C
Complementary color
Monochromatic Colors of #F2359C
Black with #F2359C
Text Example
Text Example
White with #F2359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2359C; }
p { color: rgb(242,53,156); }
H1.HeaderClassName
{
color: #F2359C;
}
.AnyTagClassName
{
color: #F2359C;
}
</style>
background-color css
<style>
a { background-color: #F2359C; }
a { background-color: rgb(242,53,156); }
div.DivClassName
{
background-color: #F2359C;
}
.BgClassName
{
background-color: #F2359C;
}
</style>
border-color css
<style>
span { border-color: #F2359C; }
span { border-color: rgb(242,53,156); }
td.TdClassName
{
border-color: #F2359C;
}
.TagClassName
{
border-color: #F2359C;
}
</style>