Shades of Wild Strawberry #F12C94
Tints of Wild Strawberry #F12C94
RGB
CMYK
RGB Variations
Color information
#F12C94 (or 0xF12C94) is known color: Wild Strawberry. HEX triplet: F1, 2C and 94. RGB value is (241,44,148). Sum of RGB (Red+Green+Blue) = 241+44+148=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12C94 is #0ED36B. Grayscale: #727272. Windows color (decimal): -971628 or 9710833. OLE color: 9710833.
HSL color Cylindrical-coordinate representation of color #F12C94: hue angle of 328.32º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12C94 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 148 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.05 |
| HSL | 328.32º | 0.88% | 0.56% | - |
| HSV(B) | 328.32º | 0.82% | 0.95% | - |
| XYZ | 42.52 | 22.64 | 30.15 | - |
| YUV | 114.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 148 | 0 | 0.82 | 0.39 | 0.05 | 328.32 | 0.88 | 0.56 |
| Hex | F1 | 2C | 94 | 0 | 52 | 27 | 5 | 148 | 58 | 38 |
| Octal | 361 | 54 | 224 | 0 | 122 | 47 | 5 | 510 | 130 | 70 |
| Binary | 11110001 | 101100 | 10010100 | 0 | 1010010 | 100111 | 101 | 101001000 | 1011000 | 111000 |
Color Harmonies of #F12C94
Complementary color
Monochromatic Colors of #F12C94
Black with #F12C94
Text Example
Text Example
White with #F12C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C94; }
p { color: rgb(241,44,148); }
H1.HeaderClassName
{
color: #F12C94;
}
.AnyTagClassName
{
color: #F12C94;
}
</style>
background-color css
<style>
a { background-color: #F12C94; }
a { background-color: rgb(241,44,148); }
div.DivClassName
{
background-color: #F12C94;
}
.BgClassName
{
background-color: #F12C94;
}
</style>
border-color css
<style>
span { border-color: #F12C94; }
span { border-color: rgb(241,44,148); }
td.TdClassName
{
border-color: #F12C94;
}
.TagClassName
{
border-color: #F12C94;
}
</style>