Shades of Wild Strawberry #F62793
Tints of Wild Strawberry #F62793
RGB
CMYK
RGB Variations
Color information
#F62793 (or 0xF62793) is known color: Wild Strawberry. HEX triplet: F6, 27 and 93. RGB value is (246,39,147). Sum of RGB (Red+Green+Blue) = 246+39+147=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F62793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62793 is #09D86C. Grayscale: #707070. Windows color (decimal): -645229 or 9644022. OLE color: 9644022.
HSL color Cylindrical-coordinate representation of color #F62793: hue angle of 328.7º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62793 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 147 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.04 |
| HSL | 328.7º | 0.92% | 0.56% | - |
| HSV(B) | 328.7º | 0.84% | 0.96% | - |
| XYZ | 44 | 23.15 | 29.75 | - |
| YUV | 113.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 147 | 0 | 0.84 | 0.40 | 0.04 | 328.7 | 0.92 | 0.56 |
| Hex | F6 | 27 | 93 | 0 | 54 | 28 | 4 | 149 | 5C | 38 |
| Octal | 366 | 47 | 223 | 0 | 124 | 50 | 4 | 511 | 134 | 70 |
| Binary | 11110110 | 100111 | 10010011 | 0 | 1010100 | 101000 | 100 | 101001001 | 1011100 | 111000 |
Color Harmonies of #F62793
Complementary color
Monochromatic Colors of #F62793
Black with #F62793
Text Example
Text Example
White with #F62793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62793; }
p { color: rgb(246,39,147); }
H1.HeaderClassName
{
color: #F62793;
}
.AnyTagClassName
{
color: #F62793;
}
</style>
background-color css
<style>
a { background-color: #F62793; }
a { background-color: rgb(246,39,147); }
div.DivClassName
{
background-color: #F62793;
}
.BgClassName
{
background-color: #F62793;
}
</style>
border-color css
<style>
span { border-color: #F62793; }
span { border-color: rgb(246,39,147); }
td.TdClassName
{
border-color: #F62793;
}
.TagClassName
{
border-color: #F62793;
}
</style>