Shades of Wild Strawberry #F62F8D
Tints of Wild Strawberry #F62F8D
RGB
CMYK
RGB Variations
Color information
#F62F8D (or 0xF62F8D) is known color: Wild Strawberry. HEX triplet: F6, 2F and 8D. RGB value is (246,47,141). Sum of RGB (Red+Green+Blue) = 246+47+141=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62F8D is #09D072. Grayscale: #757575. Windows color (decimal): -643187 or 9252854. OLE color: 9252854.
HSL color Cylindrical-coordinate representation of color #F62F8D: hue angle of 331.66º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F62F8D is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 47 | 141 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.04 |
| HSL | 331.66º | 0.92% | 0.57% | - |
| HSV(B) | 331.66º | 0.81% | 0.96% | - |
| XYZ | 43.83 | 23.55 | 27.43 | - |
| YUV | 117.22 | 141.43 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 47 | 141 | 0 | 0.81 | 0.43 | 0.04 | 331.66 | 0.92 | 0.57 |
| Hex | F6 | 2F | 8D | 0 | 51 | 2B | 4 | 14C | 5C | 39 |
| Octal | 366 | 57 | 215 | 0 | 121 | 53 | 4 | 514 | 134 | 71 |
| Binary | 11110110 | 101111 | 10001101 | 0 | 1010001 | 101011 | 100 | 101001100 | 1011100 | 111001 |
Color Harmonies of #F62F8D
Complementary color
Monochromatic Colors of #F62F8D
Black with #F62F8D
Text Example
Text Example
White with #F62F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62F8D; }
p { color: rgb(246,47,141); }
H1.HeaderClassName
{
color: #F62F8D;
}
.AnyTagClassName
{
color: #F62F8D;
}
</style>
background-color css
<style>
a { background-color: #F62F8D; }
a { background-color: rgb(246,47,141); }
div.DivClassName
{
background-color: #F62F8D;
}
.BgClassName
{
background-color: #F62F8D;
}
</style>
border-color css
<style>
span { border-color: #F62F8D; }
span { border-color: rgb(246,47,141); }
td.TdClassName
{
border-color: #F62F8D;
}
.TagClassName
{
border-color: #F62F8D;
}
</style>