Shades of Wild Strawberry #F141A8
Tints of Wild Strawberry #F141A8
RGB
CMYK
RGB Variations
Color information
#F141A8 (or 0xF141A8) is known color: Wild Strawberry. HEX triplet: F1, 41 and A8. RGB value is (241,65,168). Sum of RGB (Red+Green+Blue) = 241+65+168=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F141A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141A8 is #0EBE57. Grayscale: #818181. Windows color (decimal): -966232 or 11026929. OLE color: 11026929.
HSL color Cylindrical-coordinate representation of color #F141A8: hue angle of 324.89º 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 #F141A8 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 168 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.05 |
| HSL | 324.89º | 0.86% | 0.6% | - |
| HSV(B) | 324.89º | 0.73% | 0.95% | - |
| XYZ | 45.23 | 25.31 | 39.55 | - |
| YUV | 129.37 | 149.81 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 168 | 0 | 0.73 | 0.30 | 0.05 | 324.89 | 0.86 | 0.6 |
| Hex | F1 | 41 | A8 | 0 | 49 | 1E | 5 | 145 | 56 | 3C |
| Octal | 361 | 101 | 250 | 0 | 111 | 36 | 5 | 505 | 126 | 74 |
| Binary | 11110001 | 1000001 | 10101000 | 0 | 1001001 | 11110 | 101 | 101000101 | 1010110 | 111100 |
Color Harmonies of #F141A8
Complementary color
Monochromatic Colors of #F141A8
Black with #F141A8
Text Example
Text Example
White with #F141A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141A8; }
p { color: rgb(241,65,168); }
H1.HeaderClassName
{
color: #F141A8;
}
.AnyTagClassName
{
color: #F141A8;
}
</style>
background-color css
<style>
a { background-color: #F141A8; }
a { background-color: rgb(241,65,168); }
div.DivClassName
{
background-color: #F141A8;
}
.BgClassName
{
background-color: #F141A8;
}
</style>
border-color css
<style>
span { border-color: #F141A8; }
span { border-color: rgb(241,65,168); }
td.TdClassName
{
border-color: #F141A8;
}
.TagClassName
{
border-color: #F141A8;
}
</style>