Shades of Wild Strawberry #F6378D
Tints of Wild Strawberry #F6378D
RGB
CMYK
RGB Variations
Color information
#F6378D (or 0xF6378D) is known color: Wild Strawberry. HEX triplet: F6, 37 and 8D. RGB value is (246,55,141). Sum of RGB (Red+Green+Blue) = 246+55+141=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F6378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6378D is #09C872. Grayscale: #797979. Windows color (decimal): -641139 or 9254902. OLE color: 9254902.
HSL color Cylindrical-coordinate representation of color #F6378D: hue angle of 332.98º 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 #F6378D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 55 | 141 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.04 |
| HSL | 332.98º | 0.91% | 0.59% | - |
| HSV(B) | 332.98º | 0.78% | 0.96% | - |
| XYZ | 44.18 | 24.25 | 27.55 | - |
| YUV | 121.91 | 138.78 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 55 | 141 | 0 | 0.78 | 0.43 | 0.04 | 332.98 | 0.91 | 0.59 |
| Hex | F6 | 37 | 8D | 0 | 4E | 2B | 4 | 14D | 5B | 3B |
| Octal | 366 | 67 | 215 | 0 | 116 | 53 | 4 | 515 | 133 | 73 |
| Binary | 11110110 | 110111 | 10001101 | 0 | 1001110 | 101011 | 100 | 101001101 | 1011011 | 111011 |
Color Harmonies of #F6378D
Complementary color
Monochromatic Colors of #F6378D
Black with #F6378D
Text Example
Text Example
White with #F6378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6378D; }
p { color: rgb(246,55,141); }
H1.HeaderClassName
{
color: #F6378D;
}
.AnyTagClassName
{
color: #F6378D;
}
</style>
background-color css
<style>
a { background-color: #F6378D; }
a { background-color: rgb(246,55,141); }
div.DivClassName
{
background-color: #F6378D;
}
.BgClassName
{
background-color: #F6378D;
}
</style>
border-color css
<style>
span { border-color: #F6378D; }
span { border-color: rgb(246,55,141); }
td.TdClassName
{
border-color: #F6378D;
}
.TagClassName
{
border-color: #F6378D;
}
</style>