Shades of Wild Strawberry #F6419C
Tints of Wild Strawberry #F6419C
RGB
CMYK
RGB Variations
Color information
#F6419C (or 0xF6419C) is known color: Wild Strawberry. HEX triplet: F6, 41 and 9C. RGB value is (246,65,156). Sum of RGB (Red+Green+Blue) = 246+65+156=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6419C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6419C is #09BE63. Grayscale: #818181. Windows color (decimal): -638564 or 10240502. OLE color: 10240502.
HSL color Cylindrical-coordinate representation of color #F6419C: hue angle of 329.83º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6419C is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 156 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.04 |
| HSL | 329.83º | 0.91% | 0.61% | - |
| HSV(B) | 329.83º | 0.74% | 0.96% | - |
| XYZ | 45.9 | 25.77 | 34.01 | - |
| YUV | 129.49 | 142.97 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 156 | 0 | 0.74 | 0.37 | 0.04 | 329.83 | 0.91 | 0.61 |
| Hex | F6 | 41 | 9C | 0 | 4A | 25 | 4 | 14A | 5B | 3D |
| Octal | 366 | 101 | 234 | 0 | 112 | 45 | 4 | 512 | 133 | 75 |
| Binary | 11110110 | 1000001 | 10011100 | 0 | 1001010 | 100101 | 100 | 101001010 | 1011011 | 111101 |
Color Harmonies of #F6419C
Complementary color
Monochromatic Colors of #F6419C
Black with #F6419C
Text Example
Text Example
White with #F6419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6419C; }
p { color: rgb(246,65,156); }
H1.HeaderClassName
{
color: #F6419C;
}
.AnyTagClassName
{
color: #F6419C;
}
</style>
background-color css
<style>
a { background-color: #F6419C; }
a { background-color: rgb(246,65,156); }
div.DivClassName
{
background-color: #F6419C;
}
.BgClassName
{
background-color: #F6419C;
}
</style>
border-color css
<style>
span { border-color: #F6419C; }
span { border-color: rgb(246,65,156); }
td.TdClassName
{
border-color: #F6419C;
}
.TagClassName
{
border-color: #F6419C;
}
</style>