Shades of Wild Strawberry #F3409A
Tints of Wild Strawberry #F3409A
RGB
CMYK
RGB Variations
Color information
#F3409A (or 0xF3409A) is known color: Wild Strawberry. HEX triplet: F3, 40 and 9A. RGB value is (243,64,154). Sum of RGB (Red+Green+Blue) = 243+64+154=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F3409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3409A is #0CBF65. Grayscale: #7F7F7F. Windows color (decimal): -835430 or 10109171. OLE color: 10109171.
HSL color Cylindrical-coordinate representation of color #F3409A: hue angle of 329.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 #F3409A is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 154 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.05 |
| HSL | 329.83º | 0.88% | 0.6% | - |
| HSV(B) | 329.83º | 0.74% | 0.95% | - |
| XYZ | 44.63 | 25.05 | 33.06 | - |
| YUV | 127.78 | 142.8 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 154 | 0 | 0.74 | 0.37 | 0.05 | 329.83 | 0.88 | 0.6 |
| Hex | F3 | 40 | 9A | 0 | 4A | 25 | 5 | 14A | 58 | 3C |
| Octal | 363 | 100 | 232 | 0 | 112 | 45 | 5 | 512 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10011010 | 0 | 1001010 | 100101 | 101 | 101001010 | 1011000 | 111100 |
Color Harmonies of #F3409A
Complementary color
Monochromatic Colors of #F3409A
Black with #F3409A
Text Example
Text Example
White with #F3409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3409A; }
p { color: rgb(243,64,154); }
H1.HeaderClassName
{
color: #F3409A;
}
.AnyTagClassName
{
color: #F3409A;
}
</style>
background-color css
<style>
a { background-color: #F3409A; }
a { background-color: rgb(243,64,154); }
div.DivClassName
{
background-color: #F3409A;
}
.BgClassName
{
background-color: #F3409A;
}
</style>
border-color css
<style>
span { border-color: #F3409A; }
span { border-color: rgb(243,64,154); }
td.TdClassName
{
border-color: #F3409A;
}
.TagClassName
{
border-color: #F3409A;
}
</style>