Shades of Wild Strawberry #F12892
Tints of Wild Strawberry #F12892
RGB
CMYK
RGB Variations
Color information
#F12892 (or 0xF12892) is known color: Wild Strawberry. HEX triplet: F1, 28 and 92. RGB value is (241,40,146). Sum of RGB (Red+Green+Blue) = 241+40+146=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F12892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12892 is #0ED76D. Grayscale: #6F6F6F. Windows color (decimal): -972654 or 9578737. OLE color: 9578737.
HSL color Cylindrical-coordinate representation of color #F12892: hue angle of 328.36º 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 #F12892 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 146 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.05 |
| HSL | 328.36º | 0.88% | 0.55% | - |
| HSV(B) | 328.36º | 0.83% | 0.95% | - |
| XYZ | 42.22 | 22.29 | 29.27 | - |
| YUV | 112.18 | 147.09 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 146 | 0 | 0.83 | 0.39 | 0.05 | 328.36 | 0.88 | 0.55 |
| Hex | F1 | 28 | 92 | 0 | 53 | 27 | 5 | 148 | 58 | 37 |
| Octal | 361 | 50 | 222 | 0 | 123 | 47 | 5 | 510 | 130 | 67 |
| Binary | 11110001 | 101000 | 10010010 | 0 | 1010011 | 100111 | 101 | 101001000 | 1011000 | 110111 |
Color Harmonies of #F12892
Complementary color
Monochromatic Colors of #F12892
Black with #F12892
Text Example
Text Example
White with #F12892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12892; }
p { color: rgb(241,40,146); }
H1.HeaderClassName
{
color: #F12892;
}
.AnyTagClassName
{
color: #F12892;
}
</style>
background-color css
<style>
a { background-color: #F12892; }
a { background-color: rgb(241,40,146); }
div.DivClassName
{
background-color: #F12892;
}
.BgClassName
{
background-color: #F12892;
}
</style>
border-color css
<style>
span { border-color: #F12892; }
span { border-color: rgb(241,40,146); }
td.TdClassName
{
border-color: #F12892;
}
.TagClassName
{
border-color: #F12892;
}
</style>