Shades of Wild Strawberry #F23D9E
Tints of Wild Strawberry #F23D9E
RGB
CMYK
RGB Variations
Color information
#F23D9E (or 0xF23D9E) is known color: Wild Strawberry. HEX triplet: F2, 3D and 9E. RGB value is (242,61,158). Sum of RGB (Red+Green+Blue) = 242+61+158=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23D9E is #0DC261. Grayscale: #7D7D7D. Windows color (decimal): -901730 or 10370546. OLE color: 10370546.
HSL color Cylindrical-coordinate representation of color #F23D9E: hue angle of 327.85º 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 #F23D9E is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 158 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.05 |
| HSL | 327.85º | 0.87% | 0.59% | - |
| HSV(B) | 327.85º | 0.75% | 0.95% | - |
| XYZ | 44.46 | 24.68 | 34.77 | - |
| YUV | 126.18 | 145.97 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 158 | 0 | 0.75 | 0.35 | 0.05 | 327.85 | 0.87 | 0.59 |
| Hex | F2 | 3D | 9E | 0 | 4B | 23 | 5 | 148 | 57 | 3B |
| Octal | 362 | 75 | 236 | 0 | 113 | 43 | 5 | 510 | 127 | 73 |
| Binary | 11110010 | 111101 | 10011110 | 0 | 1001011 | 100011 | 101 | 101001000 | 1010111 | 111011 |
Color Harmonies of #F23D9E
Complementary color
Monochromatic Colors of #F23D9E
Black with #F23D9E
Text Example
Text Example
White with #F23D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D9E; }
p { color: rgb(242,61,158); }
H1.HeaderClassName
{
color: #F23D9E;
}
.AnyTagClassName
{
color: #F23D9E;
}
</style>
background-color css
<style>
a { background-color: #F23D9E; }
a { background-color: rgb(242,61,158); }
div.DivClassName
{
background-color: #F23D9E;
}
.BgClassName
{
background-color: #F23D9E;
}
</style>
border-color css
<style>
span { border-color: #F23D9E; }
span { border-color: rgb(242,61,158); }
td.TdClassName
{
border-color: #F23D9E;
}
.TagClassName
{
border-color: #F23D9E;
}
</style>