Shades of Wild Strawberry #F23F99
Tints of Wild Strawberry #F23F99
RGB
CMYK
RGB Variations
Color information
#F23F99 (or 0xF23F99) is known color: Wild Strawberry. HEX triplet: F2, 3F and 99. RGB value is (242,63,153). Sum of RGB (Red+Green+Blue) = 242+63+153=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23F99 is #0DC066. Grayscale: #7E7E7E. Windows color (decimal): -901223 or 10043378. OLE color: 10043378.
HSL color Cylindrical-coordinate representation of color #F23F99: hue angle of 329.83º 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 #F23F99 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 153 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.05 |
| HSL | 329.83º | 0.87% | 0.6% | - |
| HSV(B) | 329.83º | 0.74% | 0.95% | - |
| XYZ | 44.15 | 24.73 | 32.58 | - |
| YUV | 126.78 | 142.8 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 153 | 0 | 0.74 | 0.37 | 0.05 | 329.83 | 0.87 | 0.6 |
| Hex | F2 | 3F | 99 | 0 | 4A | 25 | 5 | 14A | 57 | 3C |
| Octal | 362 | 77 | 231 | 0 | 112 | 45 | 5 | 512 | 127 | 74 |
| Binary | 11110010 | 111111 | 10011001 | 0 | 1001010 | 100101 | 101 | 101001010 | 1010111 | 111100 |
Color Harmonies of #F23F99
Complementary color
Monochromatic Colors of #F23F99
Black with #F23F99
Text Example
Text Example
White with #F23F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F99; }
p { color: rgb(242,63,153); }
H1.HeaderClassName
{
color: #F23F99;
}
.AnyTagClassName
{
color: #F23F99;
}
</style>
background-color css
<style>
a { background-color: #F23F99; }
a { background-color: rgb(242,63,153); }
div.DivClassName
{
background-color: #F23F99;
}
.BgClassName
{
background-color: #F23F99;
}
</style>
border-color css
<style>
span { border-color: #F23F99; }
span { border-color: rgb(242,63,153); }
td.TdClassName
{
border-color: #F23F99;
}
.TagClassName
{
border-color: #F23F99;
}
</style>