Shades of Wild Strawberry #F62D8E
Tints of Wild Strawberry #F62D8E
RGB
CMYK
RGB Variations
Color information
#F62D8E (or 0xF62D8E) is known color: Wild Strawberry. HEX triplet: F6, 2D and 8E. RGB value is (246,45,142). Sum of RGB (Red+Green+Blue) = 246+45+142=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62D8E is #09D271. Grayscale: #737373. Windows color (decimal): -643698 or 9317878. OLE color: 9317878.
HSL color Cylindrical-coordinate representation of color #F62D8E: hue angle of 331.04º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62D8E is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 142 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.04 |
| HSL | 331.04º | 0.92% | 0.57% | - |
| HSV(B) | 331.04º | 0.82% | 0.96% | - |
| XYZ | 43.83 | 23.42 | 27.8 | - |
| YUV | 116.16 | 142.59 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 142 | 0 | 0.82 | 0.42 | 0.04 | 331.04 | 0.92 | 0.57 |
| Hex | F6 | 2D | 8E | 0 | 52 | 2A | 4 | 14B | 5C | 39 |
| Octal | 366 | 55 | 216 | 0 | 122 | 52 | 4 | 513 | 134 | 71 |
| Binary | 11110110 | 101101 | 10001110 | 0 | 1010010 | 101010 | 100 | 101001011 | 1011100 | 111001 |
Color Harmonies of #F62D8E
Complementary color
Monochromatic Colors of #F62D8E
Black with #F62D8E
Text Example
Text Example
White with #F62D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D8E; }
p { color: rgb(246,45,142); }
H1.HeaderClassName
{
color: #F62D8E;
}
.AnyTagClassName
{
color: #F62D8E;
}
</style>
background-color css
<style>
a { background-color: #F62D8E; }
a { background-color: rgb(246,45,142); }
div.DivClassName
{
background-color: #F62D8E;
}
.BgClassName
{
background-color: #F62D8E;
}
</style>
border-color css
<style>
span { border-color: #F62D8E; }
span { border-color: rgb(246,45,142); }
td.TdClassName
{
border-color: #F62D8E;
}
.TagClassName
{
border-color: #F62D8E;
}
</style>