Shades of Wild Strawberry #F341A2
Tints of Wild Strawberry #F341A2
RGB
CMYK
RGB Variations
Color information
#F341A2 (or 0xF341A2) is known color: Wild Strawberry. HEX triplet: F3, 41 and A2. RGB value is (243,65,162). Sum of RGB (Red+Green+Blue) = 243+65+162=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F341A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F341A2 is #0CBE5D. Grayscale: #818181. Windows color (decimal): -835166 or 10633715. OLE color: 10633715.
HSL color Cylindrical-coordinate representation of color #F341A2: hue angle of 327.3º degrees, saturation: 0.88, 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 #F341A2 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 162 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.05 |
| HSL | 327.3º | 0.88% | 0.6% | - |
| HSV(B) | 327.3º | 0.73% | 0.95% | - |
| XYZ | 45.37 | 25.44 | 36.7 | - |
| YUV | 129.28 | 146.47 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 162 | 0 | 0.73 | 0.33 | 0.05 | 327.3 | 0.88 | 0.6 |
| Hex | F3 | 41 | A2 | 0 | 49 | 21 | 5 | 147 | 58 | 3C |
| Octal | 363 | 101 | 242 | 0 | 111 | 41 | 5 | 507 | 130 | 74 |
| Binary | 11110011 | 1000001 | 10100010 | 0 | 1001001 | 100001 | 101 | 101000111 | 1011000 | 111100 |
Color Harmonies of #F341A2
Complementary color
Monochromatic Colors of #F341A2
Black with #F341A2
Text Example
Text Example
White with #F341A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341A2; }
p { color: rgb(243,65,162); }
H1.HeaderClassName
{
color: #F341A2;
}
.AnyTagClassName
{
color: #F341A2;
}
</style>
background-color css
<style>
a { background-color: #F341A2; }
a { background-color: rgb(243,65,162); }
div.DivClassName
{
background-color: #F341A2;
}
.BgClassName
{
background-color: #F341A2;
}
</style>
border-color css
<style>
span { border-color: #F341A2; }
span { border-color: rgb(243,65,162); }
td.TdClassName
{
border-color: #F341A2;
}
.TagClassName
{
border-color: #F341A2;
}
</style>