Shades of Wild Strawberry #F23491
Tints of Wild Strawberry #F23491
RGB
CMYK
RGB Variations
Color information
#F23491 (or 0xF23491) is known color: Wild Strawberry. HEX triplet: F2, 34 and 91. RGB value is (242,52,145). Sum of RGB (Red+Green+Blue) = 242+52+145=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F23491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23491 is #0DCB6E. Grayscale: #777777. Windows color (decimal): -904047 or 9516274. OLE color: 9516274.
HSL color Cylindrical-coordinate representation of color #F23491: hue angle of 330.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23491 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 145 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.05 |
| HSL | 330.63º | 0.88% | 0.58% | - |
| HSV(B) | 330.63º | 0.79% | 0.95% | - |
| XYZ | 42.96 | 23.38 | 29.04 | - |
| YUV | 119.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 145 | 0 | 0.79 | 0.40 | 0.05 | 330.63 | 0.88 | 0.58 |
| Hex | F2 | 34 | 91 | 0 | 4F | 28 | 5 | 14B | 58 | 3A |
| Octal | 362 | 64 | 221 | 0 | 117 | 50 | 5 | 513 | 130 | 72 |
| Binary | 11110010 | 110100 | 10010001 | 0 | 1001111 | 101000 | 101 | 101001011 | 1011000 | 111010 |
Color Harmonies of #F23491
Complementary color
Monochromatic Colors of #F23491
Black with #F23491
Text Example
Text Example
White with #F23491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23491; }
p { color: rgb(242,52,145); }
H1.HeaderClassName
{
color: #F23491;
}
.AnyTagClassName
{
color: #F23491;
}
</style>
background-color css
<style>
a { background-color: #F23491; }
a { background-color: rgb(242,52,145); }
div.DivClassName
{
background-color: #F23491;
}
.BgClassName
{
background-color: #F23491;
}
</style>
border-color css
<style>
span { border-color: #F23491; }
span { border-color: rgb(242,52,145); }
td.TdClassName
{
border-color: #F23491;
}
.TagClassName
{
border-color: #F23491;
}
</style>