Shades of Wild Strawberry #F142A3
Tints of Wild Strawberry #F142A3
RGB
CMYK
RGB Variations
Color information
#F142A3 (or 0xF142A3) is known color: Wild Strawberry. HEX triplet: F1, 42 and A3. RGB value is (241,66,163). Sum of RGB (Red+Green+Blue) = 241+66+163=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F142A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F142A3 is #0EBD5C. Grayscale: #818181. Windows color (decimal): -965981 or 10699505. OLE color: 10699505.
HSL color Cylindrical-coordinate representation of color #F142A3: hue angle of 326.74º 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 #F142A3 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 163 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.05 |
| HSL | 326.74º | 0.86% | 0.6% | - |
| HSV(B) | 326.74º | 0.73% | 0.95% | - |
| XYZ | 44.83 | 25.24 | 37.16 | - |
| YUV | 129.38 | 146.98 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 163 | 0 | 0.73 | 0.32 | 0.05 | 326.74 | 0.86 | 0.6 |
| Hex | F1 | 42 | A3 | 0 | 49 | 20 | 5 | 147 | 56 | 3C |
| Octal | 361 | 102 | 243 | 0 | 111 | 40 | 5 | 507 | 126 | 74 |
| Binary | 11110001 | 1000010 | 10100011 | 0 | 1001001 | 100000 | 101 | 101000111 | 1010110 | 111100 |
Color Harmonies of #F142A3
Complementary color
Monochromatic Colors of #F142A3
Black with #F142A3
Text Example
Text Example
White with #F142A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F142A3; }
p { color: rgb(241,66,163); }
H1.HeaderClassName
{
color: #F142A3;
}
.AnyTagClassName
{
color: #F142A3;
}
</style>
background-color css
<style>
a { background-color: #F142A3; }
a { background-color: rgb(241,66,163); }
div.DivClassName
{
background-color: #F142A3;
}
.BgClassName
{
background-color: #F142A3;
}
</style>
border-color css
<style>
span { border-color: #F142A3; }
span { border-color: rgb(241,66,163); }
td.TdClassName
{
border-color: #F142A3;
}
.TagClassName
{
border-color: #F142A3;
}
</style>