Shades of Wild Strawberry #F142A0
Tints of Wild Strawberry #F142A0
RGB
CMYK
RGB Variations
Color information
#F142A0 (or 0xF142A0) is known color: Wild Strawberry. HEX triplet: F1, 42 and A0. RGB value is (241,66,160). Sum of RGB (Red+Green+Blue) = 241+66+160=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F142A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F142A0 is #0EBD5F. Grayscale: #808080. Windows color (decimal): -965984 or 10502897. OLE color: 10502897.
HSL color Cylindrical-coordinate representation of color #F142A0: hue angle of 327.77º 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 #F142A0 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 160 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.05 |
| HSL | 327.77º | 0.86% | 0.6% | - |
| HSV(B) | 327.77º | 0.73% | 0.95% | - |
| XYZ | 44.57 | 25.14 | 35.76 | - |
| YUV | 129.04 | 145.48 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 160 | 0 | 0.73 | 0.34 | 0.05 | 327.77 | 0.86 | 0.6 |
| Hex | F1 | 42 | A0 | 0 | 49 | 22 | 5 | 148 | 56 | 3C |
| Octal | 361 | 102 | 240 | 0 | 111 | 42 | 5 | 510 | 126 | 74 |
| Binary | 11110001 | 1000010 | 10100000 | 0 | 1001001 | 100010 | 101 | 101001000 | 1010110 | 111100 |
Color Harmonies of #F142A0
Complementary color
Monochromatic Colors of #F142A0
Black with #F142A0
Text Example
Text Example
White with #F142A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F142A0; }
p { color: rgb(241,66,160); }
H1.HeaderClassName
{
color: #F142A0;
}
.AnyTagClassName
{
color: #F142A0;
}
</style>
background-color css
<style>
a { background-color: #F142A0; }
a { background-color: rgb(241,66,160); }
div.DivClassName
{
background-color: #F142A0;
}
.BgClassName
{
background-color: #F142A0;
}
</style>
border-color css
<style>
span { border-color: #F142A0; }
span { border-color: rgb(241,66,160); }
td.TdClassName
{
border-color: #F142A0;
}
.TagClassName
{
border-color: #F142A0;
}
</style>