Shades of Wild Strawberry #F6297F
Tints of Wild Strawberry #F6297F
RGB
CMYK
RGB Variations
Color information
#F6297F (or 0xF6297F) is known color: Wild Strawberry. HEX triplet: F6, 29 and 7F. RGB value is (246,41,127). Sum of RGB (Red+Green+Blue) = 246+41+127=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F6297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6297F is #09D680. Grayscale: #6F6F6F. Windows color (decimal): -644737 or 8333814. OLE color: 8333814.
HSL color Cylindrical-coordinate representation of color #F6297F: hue angle of 334.83º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6297F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 127 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.04 |
| HSL | 334.83º | 0.92% | 0.56% | - |
| HSV(B) | 334.83º | 0.83% | 0.96% | - |
| XYZ | 42.63 | 22.71 | 22.22 | - |
| YUV | 112.1 | 136.42 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 127 | 0 | 0.83 | 0.48 | 0.04 | 334.83 | 0.92 | 0.56 |
| Hex | F6 | 29 | 7F | 0 | 53 | 30 | 4 | 14F | 5C | 38 |
| Octal | 366 | 51 | 177 | 0 | 123 | 60 | 4 | 517 | 134 | 70 |
| Binary | 11110110 | 101001 | 1111111 | 0 | 1010011 | 110000 | 100 | 101001111 | 1011100 | 111000 |
Color Harmonies of #F6297F
Complementary color
Monochromatic Colors of #F6297F
Black with #F6297F
Text Example
Text Example
White with #F6297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6297F; }
p { color: rgb(246,41,127); }
H1.HeaderClassName
{
color: #F6297F;
}
.AnyTagClassName
{
color: #F6297F;
}
</style>
background-color css
<style>
a { background-color: #F6297F; }
a { background-color: rgb(246,41,127); }
div.DivClassName
{
background-color: #F6297F;
}
.BgClassName
{
background-color: #F6297F;
}
</style>
border-color css
<style>
span { border-color: #F6297F; }
span { border-color: rgb(246,41,127); }
td.TdClassName
{
border-color: #F6297F;
}
.TagClassName
{
border-color: #F6297F;
}
</style>