Shades of Wild Strawberry #F143A3
Tints of Wild Strawberry #F143A3
RGB
CMYK
RGB Variations
Color information
#F143A3 (or 0xF143A3) is known color: Wild Strawberry. HEX triplet: F1, 43 and A3. RGB value is (241,67,163). Sum of RGB (Red+Green+Blue) = 241+67+163=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F143A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143A3 is #0EBC5C. Grayscale: #818181. Windows color (decimal): -965725 or 10699761. OLE color: 10699761.
HSL color Cylindrical-coordinate representation of color #F143A3: hue angle of 326.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F143A3 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 163 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.05 |
| HSL | 326.9º | 0.86% | 0.6% | - |
| HSV(B) | 326.9º | 0.72% | 0.95% | - |
| XYZ | 44.89 | 25.36 | 37.18 | - |
| YUV | 129.97 | 146.65 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 163 | 0 | 0.72 | 0.32 | 0.05 | 326.9 | 0.86 | 0.6 |
| Hex | F1 | 43 | A3 | 0 | 48 | 20 | 5 | 147 | 56 | 3C |
| Octal | 361 | 103 | 243 | 0 | 110 | 40 | 5 | 507 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10100011 | 0 | 1001000 | 100000 | 101 | 101000111 | 1010110 | 111100 |
Color Harmonies of #F143A3
Complementary color
Monochromatic Colors of #F143A3
Black with #F143A3
Text Example
Text Example
White with #F143A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143A3; }
p { color: rgb(241,67,163); }
H1.HeaderClassName
{
color: #F143A3;
}
.AnyTagClassName
{
color: #F143A3;
}
</style>
background-color css
<style>
a { background-color: #F143A3; }
a { background-color: rgb(241,67,163); }
div.DivClassName
{
background-color: #F143A3;
}
.BgClassName
{
background-color: #F143A3;
}
</style>
border-color css
<style>
span { border-color: #F143A3; }
span { border-color: rgb(241,67,163); }
td.TdClassName
{
border-color: #F143A3;
}
.TagClassName
{
border-color: #F143A3;
}
</style>