Shades of Wild Strawberry #F23894
Tints of Wild Strawberry #F23894
RGB
CMYK
RGB Variations
Color information
#F23894 (or 0xF23894) is known color: Wild Strawberry. HEX triplet: F2, 38 and 94. RGB value is (242,56,148). Sum of RGB (Red+Green+Blue) = 242+56+148=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F23894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23894 is #0DC76B. Grayscale: #797979. Windows color (decimal): -903020 or 9713906. OLE color: 9713906.
HSL color Cylindrical-coordinate representation of color #F23894: hue angle of 330.32º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23894 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 148 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.05 |
| HSL | 330.32º | 0.88% | 0.58% | - |
| HSV(B) | 330.32º | 0.77% | 0.95% | - |
| XYZ | 43.38 | 23.84 | 30.33 | - |
| YUV | 122.1 | 142.62 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 148 | 0 | 0.77 | 0.39 | 0.05 | 330.32 | 0.88 | 0.58 |
| Hex | F2 | 38 | 94 | 0 | 4D | 27 | 5 | 14A | 58 | 3A |
| Octal | 362 | 70 | 224 | 0 | 115 | 47 | 5 | 512 | 130 | 72 |
| Binary | 11110010 | 111000 | 10010100 | 0 | 1001101 | 100111 | 101 | 101001010 | 1011000 | 111010 |
Color Harmonies of #F23894
Complementary color
Monochromatic Colors of #F23894
Black with #F23894
Text Example
Text Example
White with #F23894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23894; }
p { color: rgb(242,56,148); }
H1.HeaderClassName
{
color: #F23894;
}
.AnyTagClassName
{
color: #F23894;
}
</style>
background-color css
<style>
a { background-color: #F23894; }
a { background-color: rgb(242,56,148); }
div.DivClassName
{
background-color: #F23894;
}
.BgClassName
{
background-color: #F23894;
}
</style>
border-color css
<style>
span { border-color: #F23894; }
span { border-color: rgb(242,56,148); }
td.TdClassName
{
border-color: #F23894;
}
.TagClassName
{
border-color: #F23894;
}
</style>