Shades of Wild Strawberry #F2319C
Tints of Wild Strawberry #F2319C
RGB
CMYK
RGB Variations
Color information
#F2319C (or 0xF2319C) is known color: Wild Strawberry. HEX triplet: F2, 31 and 9C. RGB value is (242,49,156). Sum of RGB (Red+Green+Blue) = 242+49+156=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2319C is #0DCE63. Grayscale: #767676. Windows color (decimal): -904804 or 10236402. OLE color: 10236402.
HSL color Cylindrical-coordinate representation of color #F2319C: hue angle of 326.74º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2319C is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 156 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.05 |
| HSL | 326.74º | 0.88% | 0.57% | - |
| HSV(B) | 326.74º | 0.8% | 0.95% | - |
| XYZ | 43.72 | 23.47 | 33.68 | - |
| YUV | 118.91 | 148.94 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 156 | 0 | 0.80 | 0.36 | 0.05 | 326.74 | 0.88 | 0.57 |
| Hex | F2 | 31 | 9C | 0 | 50 | 24 | 5 | 147 | 58 | 39 |
| Octal | 362 | 61 | 234 | 0 | 120 | 44 | 5 | 507 | 130 | 71 |
| Binary | 11110010 | 110001 | 10011100 | 0 | 1010000 | 100100 | 101 | 101000111 | 1011000 | 111001 |
Color Harmonies of #F2319C
Complementary color
Monochromatic Colors of #F2319C
Black with #F2319C
Text Example
Text Example
White with #F2319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2319C; }
p { color: rgb(242,49,156); }
H1.HeaderClassName
{
color: #F2319C;
}
.AnyTagClassName
{
color: #F2319C;
}
</style>
background-color css
<style>
a { background-color: #F2319C; }
a { background-color: rgb(242,49,156); }
div.DivClassName
{
background-color: #F2319C;
}
.BgClassName
{
background-color: #F2319C;
}
</style>
border-color css
<style>
span { border-color: #F2319C; }
span { border-color: rgb(242,49,156); }
td.TdClassName
{
border-color: #F2319C;
}
.TagClassName
{
border-color: #F2319C;
}
</style>