Shades of Wild Strawberry #F23391
Tints of Wild Strawberry #F23391
RGB
CMYK
RGB Variations
Color information
#F23391 (or 0xF23391) is known color: Wild Strawberry. HEX triplet: F2, 33 and 91. RGB value is (242,51,145). Sum of RGB (Red+Green+Blue) = 242+51+145=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F23391 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23391 is #0DCC6E. Grayscale: #767676. Windows color (decimal): -904303 or 9516018. OLE color: 9516018.
HSL color Cylindrical-coordinate representation of color #F23391: hue angle of 330.47º 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 #F23391 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 145 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.05 |
| HSL | 330.47º | 0.88% | 0.57% | - |
| HSV(B) | 330.47º | 0.79% | 0.95% | - |
| XYZ | 42.91 | 23.29 | 29.02 | - |
| YUV | 118.83 | 142.78 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 145 | 0 | 0.79 | 0.40 | 0.05 | 330.47 | 0.88 | 0.57 |
| Hex | F2 | 33 | 91 | 0 | 4F | 28 | 5 | 14A | 58 | 39 |
| Octal | 362 | 63 | 221 | 0 | 117 | 50 | 5 | 512 | 130 | 71 |
| Binary | 11110010 | 110011 | 10010001 | 0 | 1001111 | 101000 | 101 | 101001010 | 1011000 | 111001 |
Color Harmonies of #F23391
Complementary color
Monochromatic Colors of #F23391
Black with #F23391
Text Example
Text Example
White with #F23391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23391; }
p { color: rgb(242,51,145); }
H1.HeaderClassName
{
color: #F23391;
}
.AnyTagClassName
{
color: #F23391;
}
</style>
background-color css
<style>
a { background-color: #F23391; }
a { background-color: rgb(242,51,145); }
div.DivClassName
{
background-color: #F23391;
}
.BgClassName
{
background-color: #F23391;
}
</style>
border-color css
<style>
span { border-color: #F23391; }
span { border-color: rgb(242,51,145); }
td.TdClassName
{
border-color: #F23391;
}
.TagClassName
{
border-color: #F23391;
}
</style>