Shades of Wild Strawberry #F63595
Tints of Wild Strawberry #F63595
RGB
CMYK
RGB Variations
Color information
#F63595 (or 0xF63595) is known color: Wild Strawberry. HEX triplet: F6, 35 and 95. RGB value is (246,53,149). Sum of RGB (Red+Green+Blue) = 246+53+149=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F63595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63595 is #09CA6A. Grayscale: #797979. Windows color (decimal): -641643 or 9778678. OLE color: 9778678.
HSL color Cylindrical-coordinate representation of color #F63595: hue angle of 330.16º 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 #F63595 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 149 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.04 |
| HSL | 330.16º | 0.91% | 0.59% | - |
| HSV(B) | 330.16º | 0.78% | 0.96% | - |
| XYZ | 44.7 | 24.31 | 30.77 | - |
| YUV | 121.65 | 143.44 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 149 | 0 | 0.78 | 0.39 | 0.04 | 330.16 | 0.91 | 0.59 |
| Hex | F6 | 35 | 95 | 0 | 4E | 27 | 4 | 14A | 5B | 3B |
| Octal | 366 | 65 | 225 | 0 | 116 | 47 | 4 | 512 | 133 | 73 |
| Binary | 11110110 | 110101 | 10010101 | 0 | 1001110 | 100111 | 100 | 101001010 | 1011011 | 111011 |
Color Harmonies of #F63595
Complementary color
Monochromatic Colors of #F63595
Black with #F63595
Text Example
Text Example
White with #F63595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63595; }
p { color: rgb(246,53,149); }
H1.HeaderClassName
{
color: #F63595;
}
.AnyTagClassName
{
color: #F63595;
}
</style>
background-color css
<style>
a { background-color: #F63595; }
a { background-color: rgb(246,53,149); }
div.DivClassName
{
background-color: #F63595;
}
.BgClassName
{
background-color: #F63595;
}
</style>
border-color css
<style>
span { border-color: #F63595; }
span { border-color: rgb(246,53,149); }
td.TdClassName
{
border-color: #F63595;
}
.TagClassName
{
border-color: #F63595;
}
</style>