Shades of Wild Strawberry #F12F90
Tints of Wild Strawberry #F12F90
RGB
CMYK
RGB Variations
Color information
#F12F90 (or 0xF12F90) is known color: Wild Strawberry. HEX triplet: F1, 2F and 90. RGB value is (241,47,144). Sum of RGB (Red+Green+Blue) = 241+47+144=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12F90 is #0ED06F. Grayscale: #737373. Windows color (decimal): -970864 or 9449457. OLE color: 9449457.
HSL color Cylindrical-coordinate representation of color #F12F90: hue angle of 330º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F90 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 144 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.05 |
| HSL | 330º | 0.87% | 0.56% | - |
| HSV(B) | 330º | 0.8% | 0.95% | - |
| XYZ | 42.33 | 22.75 | 28.55 | - |
| YUV | 116.06 | 143.77 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 144 | 0 | 0.80 | 0.40 | 0.05 | 330 | 0.87 | 0.56 |
| Hex | F1 | 2F | 90 | 0 | 50 | 28 | 5 | 14A | 57 | 38 |
| Octal | 361 | 57 | 220 | 0 | 120 | 50 | 5 | 512 | 127 | 70 |
| Binary | 11110001 | 101111 | 10010000 | 0 | 1010000 | 101000 | 101 | 101001010 | 1010111 | 111000 |
Color Harmonies of #F12F90
Complementary color
Monochromatic Colors of #F12F90
Black with #F12F90
Text Example
Text Example
White with #F12F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F90; }
p { color: rgb(241,47,144); }
H1.HeaderClassName
{
color: #F12F90;
}
.AnyTagClassName
{
color: #F12F90;
}
</style>
background-color css
<style>
a { background-color: #F12F90; }
a { background-color: rgb(241,47,144); }
div.DivClassName
{
background-color: #F12F90;
}
.BgClassName
{
background-color: #F12F90;
}
</style>
border-color css
<style>
span { border-color: #F12F90; }
span { border-color: rgb(241,47,144); }
td.TdClassName
{
border-color: #F12F90;
}
.TagClassName
{
border-color: #F12F90;
}
</style>