Shades of Wild Strawberry #F143A2
Tints of Wild Strawberry #F143A2
RGB
CMYK
RGB Variations
Color information
#F143A2 (or 0xF143A2) is known color: Wild Strawberry. HEX triplet: F1, 43 and A2. RGB value is (241,67,162). Sum of RGB (Red+Green+Blue) = 241+67+162=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F143A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143A2 is #0EBC5D. Grayscale: #818181. Windows color (decimal): -965726 or 10634225. OLE color: 10634225.
HSL color Cylindrical-coordinate representation of color #F143A2: hue angle of 327.24º 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 #F143A2 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 162 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.05 |
| HSL | 327.24º | 0.86% | 0.6% | - |
| HSV(B) | 327.24º | 0.72% | 0.95% | - |
| XYZ | 44.8 | 25.32 | 36.71 | - |
| YUV | 129.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 162 | 0 | 0.72 | 0.33 | 0.05 | 327.24 | 0.86 | 0.6 |
| Hex | F1 | 43 | A2 | 0 | 48 | 21 | 5 | 147 | 56 | 3C |
| Octal | 361 | 103 | 242 | 0 | 110 | 41 | 5 | 507 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10100010 | 0 | 1001000 | 100001 | 101 | 101000111 | 1010110 | 111100 |
Color Harmonies of #F143A2
Complementary color
Monochromatic Colors of #F143A2
Black with #F143A2
Text Example
Text Example
White with #F143A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143A2; }
p { color: rgb(241,67,162); }
H1.HeaderClassName
{
color: #F143A2;
}
.AnyTagClassName
{
color: #F143A2;
}
</style>
background-color css
<style>
a { background-color: #F143A2; }
a { background-color: rgb(241,67,162); }
div.DivClassName
{
background-color: #F143A2;
}
.BgClassName
{
background-color: #F143A2;
}
</style>
border-color css
<style>
span { border-color: #F143A2; }
span { border-color: rgb(241,67,162); }
td.TdClassName
{
border-color: #F143A2;
}
.TagClassName
{
border-color: #F143A2;
}
</style>