Shades of Wild Strawberry #F3409D
Tints of Wild Strawberry #F3409D
RGB
CMYK
RGB Variations
Color information
#F3409D (or 0xF3409D) is known color: Wild Strawberry. HEX triplet: F3, 40 and 9D. RGB value is (243,64,157). Sum of RGB (Red+Green+Blue) = 243+64+157=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F3409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3409D is #0CBF62. Grayscale: #7F7F7F. Windows color (decimal): -835427 or 10305779. OLE color: 10305779.
HSL color Cylindrical-coordinate representation of color #F3409D: hue angle of 328.83º 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 #F3409D is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 157 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.05 |
| HSL | 328.83º | 0.88% | 0.6% | - |
| HSV(B) | 328.83º | 0.74% | 0.95% | - |
| XYZ | 44.88 | 25.16 | 34.39 | - |
| YUV | 128.12 | 144.3 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 157 | 0 | 0.74 | 0.35 | 0.05 | 328.83 | 0.88 | 0.6 |
| Hex | F3 | 40 | 9D | 0 | 4A | 23 | 5 | 149 | 58 | 3C |
| Octal | 363 | 100 | 235 | 0 | 112 | 43 | 5 | 511 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10011101 | 0 | 1001010 | 100011 | 101 | 101001001 | 1011000 | 111100 |
Color Harmonies of #F3409D
Complementary color
Monochromatic Colors of #F3409D
Black with #F3409D
Text Example
Text Example
White with #F3409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3409D; }
p { color: rgb(243,64,157); }
H1.HeaderClassName
{
color: #F3409D;
}
.AnyTagClassName
{
color: #F3409D;
}
</style>
background-color css
<style>
a { background-color: #F3409D; }
a { background-color: rgb(243,64,157); }
div.DivClassName
{
background-color: #F3409D;
}
.BgClassName
{
background-color: #F3409D;
}
</style>
border-color css
<style>
span { border-color: #F3409D; }
span { border-color: rgb(243,64,157); }
td.TdClassName
{
border-color: #F3409D;
}
.TagClassName
{
border-color: #F3409D;
}
</style>