Shades of Wild Strawberry #F23D9F
Tints of Wild Strawberry #F23D9F
RGB
CMYK
RGB Variations
Color information
#F23D9F (or 0xF23D9F) is known color: Wild Strawberry. HEX triplet: F2, 3D and 9F. RGB value is (242,61,159). Sum of RGB (Red+Green+Blue) = 242+61+159=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23D9F is #0DC260. Grayscale: #7E7E7E. Windows color (decimal): -901729 or 10436082. OLE color: 10436082.
HSL color Cylindrical-coordinate representation of color #F23D9F: hue angle of 327.51º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23D9F is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 159 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.05 |
| HSL | 327.51º | 0.87% | 0.59% | - |
| HSV(B) | 327.51º | 0.75% | 0.95% | - |
| XYZ | 44.54 | 24.72 | 35.22 | - |
| YUV | 126.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 159 | 0 | 0.75 | 0.34 | 0.05 | 327.51 | 0.87 | 0.59 |
| Hex | F2 | 3D | 9F | 0 | 4B | 22 | 5 | 148 | 57 | 3B |
| Octal | 362 | 75 | 237 | 0 | 113 | 42 | 5 | 510 | 127 | 73 |
| Binary | 11110010 | 111101 | 10011111 | 0 | 1001011 | 100010 | 101 | 101001000 | 1010111 | 111011 |
Color Harmonies of #F23D9F
Complementary color
Monochromatic Colors of #F23D9F
Black with #F23D9F
Text Example
Text Example
White with #F23D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D9F; }
p { color: rgb(242,61,159); }
H1.HeaderClassName
{
color: #F23D9F;
}
.AnyTagClassName
{
color: #F23D9F;
}
</style>
background-color css
<style>
a { background-color: #F23D9F; }
a { background-color: rgb(242,61,159); }
div.DivClassName
{
background-color: #F23D9F;
}
.BgClassName
{
background-color: #F23D9F;
}
</style>
border-color css
<style>
span { border-color: #F23D9F; }
span { border-color: rgb(242,61,159); }
td.TdClassName
{
border-color: #F23D9F;
}
.TagClassName
{
border-color: #F23D9F;
}
</style>