Shades of Wild Strawberry #F23996
Tints of Wild Strawberry #F23996
RGB
CMYK
RGB Variations
Color information
#F23996 (or 0xF23996) is known color: Wild Strawberry. HEX triplet: F2, 39 and 96. RGB value is (242,57,150). Sum of RGB (Red+Green+Blue) = 242+57+150=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F23996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23996 is #0DC669. Grayscale: #7A7A7A. Windows color (decimal): -902762 or 9845234. OLE color: 9845234.
HSL color Cylindrical-coordinate representation of color #F23996: hue angle of 329.84º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23996 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 150 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.05 |
| HSL | 329.84º | 0.88% | 0.59% | - |
| HSV(B) | 329.84º | 0.76% | 0.95% | - |
| XYZ | 43.59 | 24.01 | 31.19 | - |
| YUV | 122.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 150 | 0 | 0.76 | 0.38 | 0.05 | 329.84 | 0.88 | 0.59 |
| Hex | F2 | 39 | 96 | 0 | 4C | 26 | 5 | 14A | 58 | 3B |
| Octal | 362 | 71 | 226 | 0 | 114 | 46 | 5 | 512 | 130 | 73 |
| Binary | 11110010 | 111001 | 10010110 | 0 | 1001100 | 100110 | 101 | 101001010 | 1011000 | 111011 |
Color Harmonies of #F23996
Complementary color
Monochromatic Colors of #F23996
Black with #F23996
Text Example
Text Example
White with #F23996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23996; }
p { color: rgb(242,57,150); }
H1.HeaderClassName
{
color: #F23996;
}
.AnyTagClassName
{
color: #F23996;
}
</style>
background-color css
<style>
a { background-color: #F23996; }
a { background-color: rgb(242,57,150); }
div.DivClassName
{
background-color: #F23996;
}
.BgClassName
{
background-color: #F23996;
}
</style>
border-color css
<style>
span { border-color: #F23996; }
span { border-color: rgb(242,57,150); }
td.TdClassName
{
border-color: #F23996;
}
.TagClassName
{
border-color: #F23996;
}
</style>