Shades of Wild Strawberry #F141A6
Tints of Wild Strawberry #F141A6
RGB
CMYK
RGB Variations
Color information
#F141A6 (or 0xF141A6) is known color: Wild Strawberry. HEX triplet: F1, 41 and A6. RGB value is (241,65,166). Sum of RGB (Red+Green+Blue) = 241+65+166=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F141A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141A6 is #0EBE59. Grayscale: #808080. Windows color (decimal): -966234 or 10895857. OLE color: 10895857.
HSL color Cylindrical-coordinate representation of color #F141A6: hue angle of 325.57º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F141A6 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 166 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.05 |
| HSL | 325.57º | 0.86% | 0.6% | - |
| HSV(B) | 325.57º | 0.73% | 0.95% | - |
| XYZ | 45.05 | 25.23 | 38.57 | - |
| YUV | 129.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 166 | 0 | 0.73 | 0.31 | 0.05 | 325.57 | 0.86 | 0.6 |
| Hex | F1 | 41 | A6 | 0 | 49 | 1F | 5 | 146 | 56 | 3C |
| Octal | 361 | 101 | 246 | 0 | 111 | 37 | 5 | 506 | 126 | 74 |
| Binary | 11110001 | 1000001 | 10100110 | 0 | 1001001 | 11111 | 101 | 101000110 | 1010110 | 111100 |
Color Harmonies of #F141A6
Complementary color
Monochromatic Colors of #F141A6
Black with #F141A6
Text Example
Text Example
White with #F141A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141A6; }
p { color: rgb(241,65,166); }
H1.HeaderClassName
{
color: #F141A6;
}
.AnyTagClassName
{
color: #F141A6;
}
</style>
background-color css
<style>
a { background-color: #F141A6; }
a { background-color: rgb(241,65,166); }
div.DivClassName
{
background-color: #F141A6;
}
.BgClassName
{
background-color: #F141A6;
}
</style>
border-color css
<style>
span { border-color: #F141A6; }
span { border-color: rgb(241,65,166); }
td.TdClassName
{
border-color: #F141A6;
}
.TagClassName
{
border-color: #F141A6;
}
</style>