Shades of Wild Strawberry #F23097
Tints of Wild Strawberry #F23097
RGB
CMYK
RGB Variations
Color information
#F23097 (or 0xF23097) is known color: Wild Strawberry. HEX triplet: F2, 30 and 97. RGB value is (242,48,151). Sum of RGB (Red+Green+Blue) = 242+48+151=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F23097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23097 is #0DCF68. Grayscale: #757575. Windows color (decimal): -905065 or 9908466. OLE color: 9908466.
HSL color Cylindrical-coordinate representation of color #F23097: hue angle of 328.14º 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 #F23097 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 151 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.05 |
| HSL | 328.14º | 0.88% | 0.57% | - |
| HSV(B) | 328.14º | 0.8% | 0.95% | - |
| XYZ | 43.26 | 23.23 | 31.48 | - |
| YUV | 117.75 | 146.77 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 151 | 0 | 0.80 | 0.38 | 0.05 | 328.14 | 0.88 | 0.57 |
| Hex | F2 | 30 | 97 | 0 | 50 | 26 | 5 | 148 | 58 | 39 |
| Octal | 362 | 60 | 227 | 0 | 120 | 46 | 5 | 510 | 130 | 71 |
| Binary | 11110010 | 110000 | 10010111 | 0 | 1010000 | 100110 | 101 | 101001000 | 1011000 | 111001 |
Color Harmonies of #F23097
Complementary color
Monochromatic Colors of #F23097
Black with #F23097
Text Example
Text Example
White with #F23097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23097; }
p { color: rgb(242,48,151); }
H1.HeaderClassName
{
color: #F23097;
}
.AnyTagClassName
{
color: #F23097;
}
</style>
background-color css
<style>
a { background-color: #F23097; }
a { background-color: rgb(242,48,151); }
div.DivClassName
{
background-color: #F23097;
}
.BgClassName
{
background-color: #F23097;
}
</style>
border-color css
<style>
span { border-color: #F23097; }
span { border-color: rgb(242,48,151); }
td.TdClassName
{
border-color: #F23097;
}
.TagClassName
{
border-color: #F23097;
}
</style>