Shades of Wild Strawberry #F140A1
Tints of Wild Strawberry #F140A1
RGB
CMYK
RGB Variations
Color information
#F140A1 (or 0xF140A1) is known color: Wild Strawberry. HEX triplet: F1, 40 and A1. RGB value is (241,64,161). Sum of RGB (Red+Green+Blue) = 241+64+161=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F140A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F140A1 is #0EBF5E. Grayscale: #7F7F7F. Windows color (decimal): -966495 or 10567921. OLE color: 10567921.
HSL color Cylindrical-coordinate representation of color #F140A1: hue angle of 327.12º 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 #F140A1 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 161 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.05 |
| HSL | 327.12º | 0.86% | 0.6% | - |
| HSV(B) | 327.12º | 0.73% | 0.95% | - |
| XYZ | 44.54 | 24.94 | 36.18 | - |
| YUV | 127.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 161 | 0 | 0.73 | 0.33 | 0.05 | 327.12 | 0.86 | 0.6 |
| Hex | F1 | 40 | A1 | 0 | 49 | 21 | 5 | 147 | 56 | 3C |
| Octal | 361 | 100 | 241 | 0 | 111 | 41 | 5 | 507 | 126 | 74 |
| Binary | 11110001 | 1000000 | 10100001 | 0 | 1001001 | 100001 | 101 | 101000111 | 1010110 | 111100 |
Color Harmonies of #F140A1
Complementary color
Monochromatic Colors of #F140A1
Black with #F140A1
Text Example
Text Example
White with #F140A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140A1; }
p { color: rgb(241,64,161); }
H1.HeaderClassName
{
color: #F140A1;
}
.AnyTagClassName
{
color: #F140A1;
}
</style>
background-color css
<style>
a { background-color: #F140A1; }
a { background-color: rgb(241,64,161); }
div.DivClassName
{
background-color: #F140A1;
}
.BgClassName
{
background-color: #F140A1;
}
</style>
border-color css
<style>
span { border-color: #F140A1; }
span { border-color: rgb(241,64,161); }
td.TdClassName
{
border-color: #F140A1;
}
.TagClassName
{
border-color: #F140A1;
}
</style>