Shades of Wild Strawberry #F23594
Tints of Wild Strawberry #F23594
RGB
CMYK
RGB Variations
Color information
#F23594 (or 0xF23594) is known color: Wild Strawberry. HEX triplet: F2, 35 and 94. RGB value is (242,53,148). Sum of RGB (Red+Green+Blue) = 242+53+148=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F23594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23594 is #0DCA6B. Grayscale: #787878. Windows color (decimal): -903788 or 9713138. OLE color: 9713138.
HSL color Cylindrical-coordinate representation of color #F23594: hue angle of 329.84º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23594 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 148 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.05 |
| HSL | 329.84º | 0.88% | 0.58% | - |
| HSV(B) | 329.84º | 0.78% | 0.95% | - |
| XYZ | 43.24 | 23.56 | 30.29 | - |
| YUV | 120.34 | 143.62 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 148 | 0 | 0.78 | 0.39 | 0.05 | 329.84 | 0.88 | 0.58 |
| Hex | F2 | 35 | 94 | 0 | 4E | 27 | 5 | 14A | 58 | 3A |
| Octal | 362 | 65 | 224 | 0 | 116 | 47 | 5 | 512 | 130 | 72 |
| Binary | 11110010 | 110101 | 10010100 | 0 | 1001110 | 100111 | 101 | 101001010 | 1011000 | 111010 |
Color Harmonies of #F23594
Complementary color
Monochromatic Colors of #F23594
Black with #F23594
Text Example
Text Example
White with #F23594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23594; }
p { color: rgb(242,53,148); }
H1.HeaderClassName
{
color: #F23594;
}
.AnyTagClassName
{
color: #F23594;
}
</style>
background-color css
<style>
a { background-color: #F23594; }
a { background-color: rgb(242,53,148); }
div.DivClassName
{
background-color: #F23594;
}
.BgClassName
{
background-color: #F23594;
}
</style>
border-color css
<style>
span { border-color: #F23594; }
span { border-color: rgb(242,53,148); }
td.TdClassName
{
border-color: #F23594;
}
.TagClassName
{
border-color: #F23594;
}
</style>