Shades of Wild Strawberry #F12F8F
Tints of Wild Strawberry #F12F8F
RGB
CMYK
RGB Variations
Color information
#F12F8F (or 0xF12F8F) is known color: Wild Strawberry. HEX triplet: F1, 2F and 8F. RGB value is (241,47,143). Sum of RGB (Red+Green+Blue) = 241+47+143=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12F8F is #0ED070. Grayscale: #737373. Windows color (decimal): -970865 or 9383921. OLE color: 9383921.
HSL color Cylindrical-coordinate representation of color #F12F8F: hue angle of 330.31º 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 #F12F8F is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 143 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.05 |
| HSL | 330.31º | 0.87% | 0.56% | - |
| HSV(B) | 330.31º | 0.8% | 0.95% | - |
| XYZ | 42.25 | 22.72 | 28.14 | - |
| YUV | 115.95 | 143.27 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 143 | 0 | 0.80 | 0.41 | 0.05 | 330.31 | 0.87 | 0.56 |
| Hex | F1 | 2F | 8F | 0 | 50 | 29 | 5 | 14A | 57 | 38 |
| Octal | 361 | 57 | 217 | 0 | 120 | 51 | 5 | 512 | 127 | 70 |
| Binary | 11110001 | 101111 | 10001111 | 0 | 1010000 | 101001 | 101 | 101001010 | 1010111 | 111000 |
Color Harmonies of #F12F8F
Complementary color
Monochromatic Colors of #F12F8F
Black with #F12F8F
Text Example
Text Example
White with #F12F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F8F; }
p { color: rgb(241,47,143); }
H1.HeaderClassName
{
color: #F12F8F;
}
.AnyTagClassName
{
color: #F12F8F;
}
</style>
background-color css
<style>
a { background-color: #F12F8F; }
a { background-color: rgb(241,47,143); }
div.DivClassName
{
background-color: #F12F8F;
}
.BgClassName
{
background-color: #F12F8F;
}
</style>
border-color css
<style>
span { border-color: #F12F8F; }
span { border-color: rgb(241,47,143); }
td.TdClassName
{
border-color: #F12F8F;
}
.TagClassName
{
border-color: #F12F8F;
}
</style>