Shades of Wild Strawberry #F23295
Tints of Wild Strawberry #F23295
RGB
CMYK
RGB Variations
Color information
#F23295 (or 0xF23295) is known color: Wild Strawberry. HEX triplet: F2, 32 and 95. RGB value is (242,50,149). Sum of RGB (Red+Green+Blue) = 242+50+149=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F23295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23295 is #0DCD6A. Grayscale: #767676. Windows color (decimal): -904555 or 9777906. OLE color: 9777906.
HSL color Cylindrical-coordinate representation of color #F23295: hue angle of 329.06º 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 #F23295 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 149 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.05 |
| HSL | 329.06º | 0.88% | 0.57% | - |
| HSV(B) | 329.06º | 0.79% | 0.95% | - |
| XYZ | 43.18 | 23.33 | 30.66 | - |
| YUV | 118.69 | 145.11 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 149 | 0 | 0.79 | 0.38 | 0.05 | 329.06 | 0.88 | 0.57 |
| Hex | F2 | 32 | 95 | 0 | 4F | 26 | 5 | 149 | 58 | 39 |
| Octal | 362 | 62 | 225 | 0 | 117 | 46 | 5 | 511 | 130 | 71 |
| Binary | 11110010 | 110010 | 10010101 | 0 | 1001111 | 100110 | 101 | 101001001 | 1011000 | 111001 |
Color Harmonies of #F23295
Complementary color
Monochromatic Colors of #F23295
Black with #F23295
Text Example
Text Example
White with #F23295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23295; }
p { color: rgb(242,50,149); }
H1.HeaderClassName
{
color: #F23295;
}
.AnyTagClassName
{
color: #F23295;
}
</style>
background-color css
<style>
a { background-color: #F23295; }
a { background-color: rgb(242,50,149); }
div.DivClassName
{
background-color: #F23295;
}
.BgClassName
{
background-color: #F23295;
}
</style>
border-color css
<style>
span { border-color: #F23295; }
span { border-color: rgb(242,50,149); }
td.TdClassName
{
border-color: #F23295;
}
.TagClassName
{
border-color: #F23295;
}
</style>