Shades of Wild Strawberry #F23390
Tints of Wild Strawberry #F23390
RGB
CMYK
RGB Variations
Color information
#F23390 (or 0xF23390) is known color: Wild Strawberry. HEX triplet: F2, 33 and 90. RGB value is (242,51,144). Sum of RGB (Red+Green+Blue) = 242+51+144=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F23390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23390 is #0DCC6F. Grayscale: #767676. Windows color (decimal): -904304 or 9450482. OLE color: 9450482.
HSL color Cylindrical-coordinate representation of color #F23390: hue angle of 330.79º 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 #F23390 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 144 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.05 |
| HSL | 330.79º | 0.88% | 0.57% | - |
| HSV(B) | 330.79º | 0.79% | 0.95% | - |
| XYZ | 42.84 | 23.26 | 28.62 | - |
| YUV | 118.71 | 142.28 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 144 | 0 | 0.79 | 0.40 | 0.05 | 330.79 | 0.88 | 0.57 |
| Hex | F2 | 33 | 90 | 0 | 4F | 28 | 5 | 14B | 58 | 39 |
| Octal | 362 | 63 | 220 | 0 | 117 | 50 | 5 | 513 | 130 | 71 |
| Binary | 11110010 | 110011 | 10010000 | 0 | 1001111 | 101000 | 101 | 101001011 | 1011000 | 111001 |
Color Harmonies of #F23390
Complementary color
Monochromatic Colors of #F23390
Black with #F23390
Text Example
Text Example
White with #F23390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23390; }
p { color: rgb(242,51,144); }
H1.HeaderClassName
{
color: #F23390;
}
.AnyTagClassName
{
color: #F23390;
}
</style>
background-color css
<style>
a { background-color: #F23390; }
a { background-color: rgb(242,51,144); }
div.DivClassName
{
background-color: #F23390;
}
.BgClassName
{
background-color: #F23390;
}
</style>
border-color css
<style>
span { border-color: #F23390; }
span { border-color: rgb(242,51,144); }
td.TdClassName
{
border-color: #F23390;
}
.TagClassName
{
border-color: #F23390;
}
</style>