Shades of Wild Strawberry #F12D89
Tints of Wild Strawberry #F12D89
RGB
CMYK
RGB Variations
Color information
#F12D89 (or 0xF12D89) is known color: Wild Strawberry. HEX triplet: F1, 2D and 89. RGB value is (241,45,137). Sum of RGB (Red+Green+Blue) = 241+45+137=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12D89 is #0ED276. Grayscale: #717171. Windows color (decimal): -971383 or 8990193. OLE color: 8990193.
HSL color Cylindrical-coordinate representation of color #F12D89: hue angle of 331.84º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12D89 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 137 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.05 |
| HSL | 331.84º | 0.88% | 0.56% | - |
| HSV(B) | 331.84º | 0.81% | 0.95% | - |
| XYZ | 41.73 | 22.38 | 25.79 | - |
| YUV | 114.09 | 140.93 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 137 | 0 | 0.81 | 0.43 | 0.05 | 331.84 | 0.88 | 0.56 |
| Hex | F1 | 2D | 89 | 0 | 51 | 2B | 5 | 14C | 58 | 38 |
| Octal | 361 | 55 | 211 | 0 | 121 | 53 | 5 | 514 | 130 | 70 |
| Binary | 11110001 | 101101 | 10001001 | 0 | 1010001 | 101011 | 101 | 101001100 | 1011000 | 111000 |
Color Harmonies of #F12D89
Complementary color
Monochromatic Colors of #F12D89
Black with #F12D89
Text Example
Text Example
White with #F12D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D89; }
p { color: rgb(241,45,137); }
H1.HeaderClassName
{
color: #F12D89;
}
.AnyTagClassName
{
color: #F12D89;
}
</style>
background-color css
<style>
a { background-color: #F12D89; }
a { background-color: rgb(241,45,137); }
div.DivClassName
{
background-color: #F12D89;
}
.BgClassName
{
background-color: #F12D89;
}
</style>
border-color css
<style>
span { border-color: #F12D89; }
span { border-color: rgb(241,45,137); }
td.TdClassName
{
border-color: #F12D89;
}
.TagClassName
{
border-color: #F12D89;
}
</style>