Shades of Wild Strawberry #F23C9F
Tints of Wild Strawberry #F23C9F
RGB
CMYK
RGB Variations
Color information
#F23C9F (or 0xF23C9F) is known color: Wild Strawberry. HEX triplet: F2, 3C and 9F. RGB value is (242,60,159). Sum of RGB (Red+Green+Blue) = 242+60+159=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23C9F is #0DC360. Grayscale: #7D7D7D. Windows color (decimal): -901985 or 10435826. OLE color: 10435826.
HSL color Cylindrical-coordinate representation of color #F23C9F: hue angle of 327.36º degrees, saturation: 0.88, 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 #F23C9F is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 159 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.05 |
| HSL | 327.36º | 0.88% | 0.59% | - |
| HSV(B) | 327.36º | 0.75% | 0.95% | - |
| XYZ | 44.49 | 24.61 | 35.21 | - |
| YUV | 125.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 159 | 0 | 0.75 | 0.34 | 0.05 | 327.36 | 0.88 | 0.59 |
| Hex | F2 | 3C | 9F | 0 | 4B | 22 | 5 | 147 | 58 | 3B |
| Octal | 362 | 74 | 237 | 0 | 113 | 42 | 5 | 507 | 130 | 73 |
| Binary | 11110010 | 111100 | 10011111 | 0 | 1001011 | 100010 | 101 | 101000111 | 1011000 | 111011 |
Color Harmonies of #F23C9F
Complementary color
Monochromatic Colors of #F23C9F
Black with #F23C9F
Text Example
Text Example
White with #F23C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C9F; }
p { color: rgb(242,60,159); }
H1.HeaderClassName
{
color: #F23C9F;
}
.AnyTagClassName
{
color: #F23C9F;
}
</style>
background-color css
<style>
a { background-color: #F23C9F; }
a { background-color: rgb(242,60,159); }
div.DivClassName
{
background-color: #F23C9F;
}
.BgClassName
{
background-color: #F23C9F;
}
</style>
border-color css
<style>
span { border-color: #F23C9F; }
span { border-color: rgb(242,60,159); }
td.TdClassName
{
border-color: #F23C9F;
}
.TagClassName
{
border-color: #F23C9F;
}
</style>