Shades of Wild Strawberry #F12992
Tints of Wild Strawberry #F12992
RGB
CMYK
RGB Variations
Color information
#F12992 (or 0xF12992) is known color: Wild Strawberry. HEX triplet: F1, 29 and 92. RGB value is (241,41,146). Sum of RGB (Red+Green+Blue) = 241+41+146=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F12992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12992 is #0ED66D. Grayscale: #707070. Windows color (decimal): -972398 or 9578993. OLE color: 9578993.
HSL color Cylindrical-coordinate representation of color #F12992: hue angle of 328.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12992 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 146 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.05 |
| HSL | 328.5º | 0.88% | 0.55% | - |
| HSV(B) | 328.5º | 0.83% | 0.95% | - |
| XYZ | 42.26 | 22.36 | 29.28 | - |
| YUV | 112.77 | 146.76 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 146 | 0 | 0.83 | 0.39 | 0.05 | 328.5 | 0.88 | 0.55 |
| Hex | F1 | 29 | 92 | 0 | 53 | 27 | 5 | 148 | 58 | 37 |
| Octal | 361 | 51 | 222 | 0 | 123 | 47 | 5 | 510 | 130 | 67 |
| Binary | 11110001 | 101001 | 10010010 | 0 | 1010011 | 100111 | 101 | 101001000 | 1011000 | 110111 |
Color Harmonies of #F12992
Complementary color
Monochromatic Colors of #F12992
Black with #F12992
Text Example
Text Example
White with #F12992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12992; }
p { color: rgb(241,41,146); }
H1.HeaderClassName
{
color: #F12992;
}
.AnyTagClassName
{
color: #F12992;
}
</style>
background-color css
<style>
a { background-color: #F12992; }
a { background-color: rgb(241,41,146); }
div.DivClassName
{
background-color: #F12992;
}
.BgClassName
{
background-color: #F12992;
}
</style>
border-color css
<style>
span { border-color: #F12992; }
span { border-color: rgb(241,41,146); }
td.TdClassName
{
border-color: #F12992;
}
.TagClassName
{
border-color: #F12992;
}
</style>