Shades of Wild Strawberry #F340A1
Tints of Wild Strawberry #F340A1
RGB
CMYK
RGB Variations
Color information
#F340A1 (or 0xF340A1) is known color: Wild Strawberry. HEX triplet: F3, 40 and A1. RGB value is (243,64,161). Sum of RGB (Red+Green+Blue) = 243+64+161=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F340A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F340A1 is #0CBF5E. Grayscale: #808080. Windows color (decimal): -835423 or 10567923. OLE color: 10567923.
HSL color Cylindrical-coordinate representation of color #F340A1: hue angle of 327.49º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F340A1 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 161 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.05 |
| HSL | 327.49º | 0.88% | 0.6% | - |
| HSV(B) | 327.49º | 0.74% | 0.95% | - |
| XYZ | 45.23 | 25.29 | 36.22 | - |
| YUV | 128.58 | 146.3 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 161 | 0 | 0.74 | 0.34 | 0.05 | 327.49 | 0.88 | 0.6 |
| Hex | F3 | 40 | A1 | 0 | 4A | 22 | 5 | 147 | 58 | 3C |
| Octal | 363 | 100 | 241 | 0 | 112 | 42 | 5 | 507 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10100001 | 0 | 1001010 | 100010 | 101 | 101000111 | 1011000 | 111100 |
Color Harmonies of #F340A1
Complementary color
Monochromatic Colors of #F340A1
Black with #F340A1
Text Example
Text Example
White with #F340A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340A1; }
p { color: rgb(243,64,161); }
H1.HeaderClassName
{
color: #F340A1;
}
.AnyTagClassName
{
color: #F340A1;
}
</style>
background-color css
<style>
a { background-color: #F340A1; }
a { background-color: rgb(243,64,161); }
div.DivClassName
{
background-color: #F340A1;
}
.BgClassName
{
background-color: #F340A1;
}
</style>
border-color css
<style>
span { border-color: #F340A1; }
span { border-color: rgb(243,64,161); }
td.TdClassName
{
border-color: #F340A1;
}
.TagClassName
{
border-color: #F340A1;
}
</style>