Shades of Wild Strawberry #F12A8B
Tints of Wild Strawberry #F12A8B
RGB
CMYK
RGB Variations
Color information
#F12A8B (or 0xF12A8B) is known color: Wild Strawberry. HEX triplet: F1, 2A and 8B. RGB value is (241,42,139). Sum of RGB (Red+Green+Blue) = 241+42+139=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12A8B is #0ED574. Grayscale: #707070. Windows color (decimal): -972149 or 9120497. OLE color: 9120497.
HSL color Cylindrical-coordinate representation of color #F12A8B: hue angle of 330.75º 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 #F12A8B is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 139 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.05 |
| HSL | 330.75º | 0.88% | 0.55% | - |
| HSV(B) | 330.75º | 0.83% | 0.95% | - |
| XYZ | 41.76 | 22.22 | 26.51 | - |
| YUV | 112.56 | 142.93 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 139 | 0 | 0.83 | 0.42 | 0.05 | 330.75 | 0.88 | 0.55 |
| Hex | F1 | 2A | 8B | 0 | 53 | 2A | 5 | 14B | 58 | 37 |
| Octal | 361 | 52 | 213 | 0 | 123 | 52 | 5 | 513 | 130 | 67 |
| Binary | 11110001 | 101010 | 10001011 | 0 | 1010011 | 101010 | 101 | 101001011 | 1011000 | 110111 |
Color Harmonies of #F12A8B
Complementary color
Monochromatic Colors of #F12A8B
Black with #F12A8B
Text Example
Text Example
White with #F12A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12A8B; }
p { color: rgb(241,42,139); }
H1.HeaderClassName
{
color: #F12A8B;
}
.AnyTagClassName
{
color: #F12A8B;
}
</style>
background-color css
<style>
a { background-color: #F12A8B; }
a { background-color: rgb(241,42,139); }
div.DivClassName
{
background-color: #F12A8B;
}
.BgClassName
{
background-color: #F12A8B;
}
</style>
border-color css
<style>
span { border-color: #F12A8B; }
span { border-color: rgb(241,42,139); }
td.TdClassName
{
border-color: #F12A8B;
}
.TagClassName
{
border-color: #F12A8B;
}
</style>