Shades of Wild Strawberry #F23088
Tints of Wild Strawberry #F23088
RGB
CMYK
RGB Variations
Color information
#F23088 (or 0xF23088) is known color: Wild Strawberry. HEX triplet: F2, 30 and 88. RGB value is (242,48,136). Sum of RGB (Red+Green+Blue) = 242+48+136=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F23088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23088 is #0DCF77. Grayscale: #737373. Windows color (decimal): -905080 or 8925426. OLE color: 8925426.
HSL color Cylindrical-coordinate representation of color #F23088: hue angle of 332.78º 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 #F23088 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 136 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.05 |
| HSL | 332.78º | 0.88% | 0.57% | - |
| HSV(B) | 332.78º | 0.8% | 0.95% | - |
| XYZ | 42.12 | 22.77 | 25.47 | - |
| YUV | 116.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 136 | 0 | 0.80 | 0.44 | 0.05 | 332.78 | 0.88 | 0.57 |
| Hex | F2 | 30 | 88 | 0 | 50 | 2C | 5 | 14D | 58 | 39 |
| Octal | 362 | 60 | 210 | 0 | 120 | 54 | 5 | 515 | 130 | 71 |
| Binary | 11110010 | 110000 | 10001000 | 0 | 1010000 | 101100 | 101 | 101001101 | 1011000 | 111001 |
Color Harmonies of #F23088
Complementary color
Monochromatic Colors of #F23088
Black with #F23088
Text Example
Text Example
White with #F23088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23088; }
p { color: rgb(242,48,136); }
H1.HeaderClassName
{
color: #F23088;
}
.AnyTagClassName
{
color: #F23088;
}
</style>
background-color css
<style>
a { background-color: #F23088; }
a { background-color: rgb(242,48,136); }
div.DivClassName
{
background-color: #F23088;
}
.BgClassName
{
background-color: #F23088;
}
</style>
border-color css
<style>
span { border-color: #F23088; }
span { border-color: rgb(242,48,136); }
td.TdClassName
{
border-color: #F23088;
}
.TagClassName
{
border-color: #F23088;
}
</style>