Shades of Wild Strawberry #F340A8
Tints of Wild Strawberry #F340A8
RGB
CMYK
RGB Variations
Color information
#F340A8 (or 0xF340A8) is known color: Wild Strawberry. HEX triplet: F3, 40 and A8. RGB value is (243,64,168). Sum of RGB (Red+Green+Blue) = 243+64+168=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F340A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F340A8 is #0CBF57. Grayscale: #818181. Windows color (decimal): -835416 or 11026675. OLE color: 11026675.
HSL color Cylindrical-coordinate representation of color #F340A8: hue angle of 325.14º 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 #F340A8 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 168 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.05 |
| HSL | 325.14º | 0.88% | 0.6% | - |
| HSV(B) | 325.14º | 0.74% | 0.95% | - |
| XYZ | 45.86 | 25.55 | 39.56 | - |
| YUV | 129.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 168 | 0 | 0.74 | 0.31 | 0.05 | 325.14 | 0.88 | 0.6 |
| Hex | F3 | 40 | A8 | 0 | 4A | 1F | 5 | 145 | 58 | 3C |
| Octal | 363 | 100 | 250 | 0 | 112 | 37 | 5 | 505 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10101000 | 0 | 1001010 | 11111 | 101 | 101000101 | 1011000 | 111100 |
Color Harmonies of #F340A8
Complementary color
Monochromatic Colors of #F340A8
Black with #F340A8
Text Example
Text Example
White with #F340A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340A8; }
p { color: rgb(243,64,168); }
H1.HeaderClassName
{
color: #F340A8;
}
.AnyTagClassName
{
color: #F340A8;
}
</style>
background-color css
<style>
a { background-color: #F340A8; }
a { background-color: rgb(243,64,168); }
div.DivClassName
{
background-color: #F340A8;
}
.BgClassName
{
background-color: #F340A8;
}
</style>
border-color css
<style>
span { border-color: #F340A8; }
span { border-color: rgb(243,64,168); }
td.TdClassName
{
border-color: #F340A8;
}
.TagClassName
{
border-color: #F340A8;
}
</style>