Shades of Wild Strawberry #F63395
Tints of Wild Strawberry #F63395
RGB
CMYK
RGB Variations
Color information
#F63395 (or 0xF63395) is known color: Wild Strawberry. HEX triplet: F6, 33 and 95. RGB value is (246,51,149). Sum of RGB (Red+Green+Blue) = 246+51+149=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F63395 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63395 is #09CC6A. Grayscale: #787878. Windows color (decimal): -642155 or 9778166. OLE color: 9778166.
HSL color Cylindrical-coordinate representation of color #F63395: hue angle of 329.85º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63395 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 51 | 149 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.04 |
| HSL | 329.85º | 0.92% | 0.58% | - |
| HSV(B) | 329.85º | 0.79% | 0.96% | - |
| XYZ | 44.61 | 24.13 | 30.74 | - |
| YUV | 120.48 | 144.1 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 51 | 149 | 0 | 0.79 | 0.39 | 0.04 | 329.85 | 0.92 | 0.58 |
| Hex | F6 | 33 | 95 | 0 | 4F | 27 | 4 | 14A | 5C | 3A |
| Octal | 366 | 63 | 225 | 0 | 117 | 47 | 4 | 512 | 134 | 72 |
| Binary | 11110110 | 110011 | 10010101 | 0 | 1001111 | 100111 | 100 | 101001010 | 1011100 | 111010 |
Color Harmonies of #F63395
Complementary color
Monochromatic Colors of #F63395
Black with #F63395
Text Example
Text Example
White with #F63395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63395; }
p { color: rgb(246,51,149); }
H1.HeaderClassName
{
color: #F63395;
}
.AnyTagClassName
{
color: #F63395;
}
</style>
background-color css
<style>
a { background-color: #F63395; }
a { background-color: rgb(246,51,149); }
div.DivClassName
{
background-color: #F63395;
}
.BgClassName
{
background-color: #F63395;
}
</style>
border-color css
<style>
span { border-color: #F63395; }
span { border-color: rgb(246,51,149); }
td.TdClassName
{
border-color: #F63395;
}
.TagClassName
{
border-color: #F63395;
}
</style>