Shades of Wild Strawberry #F6358B
Tints of Wild Strawberry #F6358B
RGB
CMYK
RGB Variations
Color information
#F6358B (or 0xF6358B) is known color: Wild Strawberry. HEX triplet: F6, 35 and 8B. RGB value is (246,53,139). Sum of RGB (Red+Green+Blue) = 246+53+139=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6358B is #09CA74. Grayscale: #787878. Windows color (decimal): -641653 or 9123318. OLE color: 9123318.
HSL color Cylindrical-coordinate representation of color #F6358B: hue angle of 333.26º 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 #F6358B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 139 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.04 |
| HSL | 333.26º | 0.91% | 0.59% | - |
| HSV(B) | 333.26º | 0.78% | 0.96% | - |
| XYZ | 43.94 | 24 | 26.74 | - |
| YUV | 120.51 | 138.44 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 139 | 0 | 0.78 | 0.43 | 0.04 | 333.26 | 0.91 | 0.59 |
| Hex | F6 | 35 | 8B | 0 | 4E | 2B | 4 | 14D | 5B | 3B |
| Octal | 366 | 65 | 213 | 0 | 116 | 53 | 4 | 515 | 133 | 73 |
| Binary | 11110110 | 110101 | 10001011 | 0 | 1001110 | 101011 | 100 | 101001101 | 1011011 | 111011 |
Color Harmonies of #F6358B
Complementary color
Monochromatic Colors of #F6358B
Black with #F6358B
Text Example
Text Example
White with #F6358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6358B; }
p { color: rgb(246,53,139); }
H1.HeaderClassName
{
color: #F6358B;
}
.AnyTagClassName
{
color: #F6358B;
}
</style>
background-color css
<style>
a { background-color: #F6358B; }
a { background-color: rgb(246,53,139); }
div.DivClassName
{
background-color: #F6358B;
}
.BgClassName
{
background-color: #F6358B;
}
</style>
border-color css
<style>
span { border-color: #F6358B; }
span { border-color: rgb(246,53,139); }
td.TdClassName
{
border-color: #F6358B;
}
.TagClassName
{
border-color: #F6358B;
}
</style>