Shades of Wild Strawberry #F23F9F
Tints of Wild Strawberry #F23F9F
RGB
CMYK
RGB Variations
Color information
#F23F9F (or 0xF23F9F) is known color: Wild Strawberry. HEX triplet: F2, 3F and 9F. RGB value is (242,63,159). Sum of RGB (Red+Green+Blue) = 242+63+159=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23F9F is #0DC060. Grayscale: #7F7F7F. Windows color (decimal): -901217 or 10436594. OLE color: 10436594.
HSL color Cylindrical-coordinate representation of color #F23F9F: hue angle of 327.82º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23F9F is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 159 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.05 |
| HSL | 327.82º | 0.87% | 0.6% | - |
| HSV(B) | 327.82º | 0.74% | 0.95% | - |
| XYZ | 44.65 | 24.94 | 35.26 | - |
| YUV | 127.47 | 145.8 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 159 | 0 | 0.74 | 0.34 | 0.05 | 327.82 | 0.87 | 0.6 |
| Hex | F2 | 3F | 9F | 0 | 4A | 22 | 5 | 148 | 57 | 3C |
| Octal | 362 | 77 | 237 | 0 | 112 | 42 | 5 | 510 | 127 | 74 |
| Binary | 11110010 | 111111 | 10011111 | 0 | 1001010 | 100010 | 101 | 101001000 | 1010111 | 111100 |
Color Harmonies of #F23F9F
Complementary color
Monochromatic Colors of #F23F9F
Black with #F23F9F
Text Example
Text Example
White with #F23F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F9F; }
p { color: rgb(242,63,159); }
H1.HeaderClassName
{
color: #F23F9F;
}
.AnyTagClassName
{
color: #F23F9F;
}
</style>
background-color css
<style>
a { background-color: #F23F9F; }
a { background-color: rgb(242,63,159); }
div.DivClassName
{
background-color: #F23F9F;
}
.BgClassName
{
background-color: #F23F9F;
}
</style>
border-color css
<style>
span { border-color: #F23F9F; }
span { border-color: rgb(242,63,159); }
td.TdClassName
{
border-color: #F23F9F;
}
.TagClassName
{
border-color: #F23F9F;
}
</style>