Shades of Wild Strawberry #F2329F
Tints of Wild Strawberry #F2329F
RGB
CMYK
RGB Variations
Color information
#F2329F (or 0xF2329F) is known color: Wild Strawberry. HEX triplet: F2, 32 and 9F. RGB value is (242,50,159). Sum of RGB (Red+Green+Blue) = 242+50+159=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2329F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2329F is #0DCD60. Grayscale: #777777. Windows color (decimal): -904545 or 10433266. OLE color: 10433266.
HSL color Cylindrical-coordinate representation of color #F2329F: hue angle of 325.94º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2329F is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 159 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.05 |
| HSL | 325.94º | 0.88% | 0.57% | - |
| HSV(B) | 325.94º | 0.79% | 0.95% | - |
| XYZ | 44.02 | 23.66 | 35.05 | - |
| YUV | 119.83 | 150.11 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 159 | 0 | 0.79 | 0.34 | 0.05 | 325.94 | 0.88 | 0.57 |
| Hex | F2 | 32 | 9F | 0 | 4F | 22 | 5 | 146 | 58 | 39 |
| Octal | 362 | 62 | 237 | 0 | 117 | 42 | 5 | 506 | 130 | 71 |
| Binary | 11110010 | 110010 | 10011111 | 0 | 1001111 | 100010 | 101 | 101000110 | 1011000 | 111001 |
Color Harmonies of #F2329F
Complementary color
Monochromatic Colors of #F2329F
Black with #F2329F
Text Example
Text Example
White with #F2329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2329F; }
p { color: rgb(242,50,159); }
H1.HeaderClassName
{
color: #F2329F;
}
.AnyTagClassName
{
color: #F2329F;
}
</style>
background-color css
<style>
a { background-color: #F2329F; }
a { background-color: rgb(242,50,159); }
div.DivClassName
{
background-color: #F2329F;
}
.BgClassName
{
background-color: #F2329F;
}
</style>
border-color css
<style>
span { border-color: #F2329F; }
span { border-color: rgb(242,50,159); }
td.TdClassName
{
border-color: #F2329F;
}
.TagClassName
{
border-color: #F2329F;
}
</style>