Shades of Wild Strawberry #F6358E
Tints of Wild Strawberry #F6358E
RGB
CMYK
RGB Variations
Color information
#F6358E (or 0xF6358E) is known color: Wild Strawberry. HEX triplet: F6, 35 and 8E. RGB value is (246,53,142). Sum of RGB (Red+Green+Blue) = 246+53+142=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F6358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6358E is #09CA71. Grayscale: #787878. Windows color (decimal): -641650 or 9319926. OLE color: 9319926.
HSL color Cylindrical-coordinate representation of color #F6358E: hue angle of 332.33º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6358E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 142 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.04 |
| HSL | 332.33º | 0.91% | 0.59% | - |
| HSV(B) | 332.33º | 0.78% | 0.96% | - |
| XYZ | 44.16 | 24.09 | 27.91 | - |
| YUV | 120.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 142 | 0 | 0.78 | 0.42 | 0.04 | 332.33 | 0.91 | 0.59 |
| Hex | F6 | 35 | 8E | 0 | 4E | 2A | 4 | 14C | 5B | 3B |
| Octal | 366 | 65 | 216 | 0 | 116 | 52 | 4 | 514 | 133 | 73 |
| Binary | 11110110 | 110101 | 10001110 | 0 | 1001110 | 101010 | 100 | 101001100 | 1011011 | 111011 |
Color Harmonies of #F6358E
Complementary color
Monochromatic Colors of #F6358E
Black with #F6358E
Text Example
Text Example
White with #F6358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6358E; }
p { color: rgb(246,53,142); }
H1.HeaderClassName
{
color: #F6358E;
}
.AnyTagClassName
{
color: #F6358E;
}
</style>
background-color css
<style>
a { background-color: #F6358E; }
a { background-color: rgb(246,53,142); }
div.DivClassName
{
background-color: #F6358E;
}
.BgClassName
{
background-color: #F6358E;
}
</style>
border-color css
<style>
span { border-color: #F6358E; }
span { border-color: rgb(246,53,142); }
td.TdClassName
{
border-color: #F6358E;
}
.TagClassName
{
border-color: #F6358E;
}
</style>