Shades of Wild Strawberry #F23D96
Tints of Wild Strawberry #F23D96
RGB
CMYK
RGB Variations
Color information
#F23D96 (or 0xF23D96) is known color: Wild Strawberry. HEX triplet: F2, 3D and 96. RGB value is (242,61,150). Sum of RGB (Red+Green+Blue) = 242+61+150=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23D96 is #0DC269. Grayscale: #7D7D7D. Windows color (decimal): -901738 or 9846258. OLE color: 9846258.
HSL color Cylindrical-coordinate representation of color #F23D96: hue angle of 330.5º 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 #F23D96 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 150 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.05 |
| HSL | 330.5º | 0.87% | 0.59% | - |
| HSV(B) | 330.5º | 0.75% | 0.95% | - |
| XYZ | 43.79 | 24.42 | 31.26 | - |
| YUV | 125.27 | 141.97 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 150 | 0 | 0.75 | 0.38 | 0.05 | 330.5 | 0.87 | 0.59 |
| Hex | F2 | 3D | 96 | 0 | 4B | 26 | 5 | 14A | 57 | 3B |
| Octal | 362 | 75 | 226 | 0 | 113 | 46 | 5 | 512 | 127 | 73 |
| Binary | 11110010 | 111101 | 10010110 | 0 | 1001011 | 100110 | 101 | 101001010 | 1010111 | 111011 |
Color Harmonies of #F23D96
Complementary color
Monochromatic Colors of #F23D96
Black with #F23D96
Text Example
Text Example
White with #F23D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D96; }
p { color: rgb(242,61,150); }
H1.HeaderClassName
{
color: #F23D96;
}
.AnyTagClassName
{
color: #F23D96;
}
</style>
background-color css
<style>
a { background-color: #F23D96; }
a { background-color: rgb(242,61,150); }
div.DivClassName
{
background-color: #F23D96;
}
.BgClassName
{
background-color: #F23D96;
}
</style>
border-color css
<style>
span { border-color: #F23D96; }
span { border-color: rgb(242,61,150); }
td.TdClassName
{
border-color: #F23D96;
}
.TagClassName
{
border-color: #F23D96;
}
</style>