Shades of Wild Strawberry #F141A1
Tints of Wild Strawberry #F141A1
RGB
CMYK
RGB Variations
Color information
#F141A1 (or 0xF141A1) is known color: Wild Strawberry. HEX triplet: F1, 41 and A1. RGB value is (241,65,161). Sum of RGB (Red+Green+Blue) = 241+65+161=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F141A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141A1 is #0EBE5E. Grayscale: #808080. Windows color (decimal): -966239 or 10568177. OLE color: 10568177.
HSL color Cylindrical-coordinate representation of color #F141A1: hue angle of 327.27º 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 #F141A1 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 161 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.05 |
| HSL | 327.27º | 0.86% | 0.6% | - |
| HSV(B) | 327.27º | 0.73% | 0.95% | - |
| XYZ | 44.6 | 25.05 | 36.2 | - |
| YUV | 128.57 | 146.31 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 161 | 0 | 0.73 | 0.33 | 0.05 | 327.27 | 0.86 | 0.6 |
| Hex | F1 | 41 | A1 | 0 | 49 | 21 | 5 | 147 | 56 | 3C |
| Octal | 361 | 101 | 241 | 0 | 111 | 41 | 5 | 507 | 126 | 74 |
| Binary | 11110001 | 1000001 | 10100001 | 0 | 1001001 | 100001 | 101 | 101000111 | 1010110 | 111100 |
Color Harmonies of #F141A1
Complementary color
Monochromatic Colors of #F141A1
Black with #F141A1
Text Example
Text Example
White with #F141A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141A1; }
p { color: rgb(241,65,161); }
H1.HeaderClassName
{
color: #F141A1;
}
.AnyTagClassName
{
color: #F141A1;
}
</style>
background-color css
<style>
a { background-color: #F141A1; }
a { background-color: rgb(241,65,161); }
div.DivClassName
{
background-color: #F141A1;
}
.BgClassName
{
background-color: #F141A1;
}
</style>
border-color css
<style>
span { border-color: #F141A1; }
span { border-color: rgb(241,65,161); }
td.TdClassName
{
border-color: #F141A1;
}
.TagClassName
{
border-color: #F141A1;
}
</style>