Shades of Wild Strawberry #F143A0
Tints of Wild Strawberry #F143A0
RGB
CMYK
RGB Variations
Color information
#F143A0 (or 0xF143A0) is known color: Wild Strawberry. HEX triplet: F1, 43 and A0. RGB value is (241,67,160). Sum of RGB (Red+Green+Blue) = 241+67+160=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F143A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143A0 is #0EBC5F. Grayscale: #818181. Windows color (decimal): -965728 or 10503153. OLE color: 10503153.
HSL color Cylindrical-coordinate representation of color #F143A0: hue angle of 327.93º 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 #F143A0 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 160 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.05 |
| HSL | 327.93º | 0.86% | 0.6% | - |
| HSV(B) | 327.93º | 0.72% | 0.95% | - |
| XYZ | 44.63 | 25.25 | 35.78 | - |
| YUV | 129.63 | 145.15 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 160 | 0 | 0.72 | 0.34 | 0.05 | 327.93 | 0.86 | 0.6 |
| Hex | F1 | 43 | A0 | 0 | 48 | 22 | 5 | 148 | 56 | 3C |
| Octal | 361 | 103 | 240 | 0 | 110 | 42 | 5 | 510 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10100000 | 0 | 1001000 | 100010 | 101 | 101001000 | 1010110 | 111100 |
Color Harmonies of #F143A0
Complementary color
Monochromatic Colors of #F143A0
Black with #F143A0
Text Example
Text Example
White with #F143A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143A0; }
p { color: rgb(241,67,160); }
H1.HeaderClassName
{
color: #F143A0;
}
.AnyTagClassName
{
color: #F143A0;
}
</style>
background-color css
<style>
a { background-color: #F143A0; }
a { background-color: rgb(241,67,160); }
div.DivClassName
{
background-color: #F143A0;
}
.BgClassName
{
background-color: #F143A0;
}
</style>
border-color css
<style>
span { border-color: #F143A0; }
span { border-color: rgb(241,67,160); }
td.TdClassName
{
border-color: #F143A0;
}
.TagClassName
{
border-color: #F143A0;
}
</style>