Shades of Wild Strawberry #F63F9F
Tints of Wild Strawberry #F63F9F
RGB
CMYK
RGB Variations
Color information
#F63F9F (or 0xF63F9F) is known color: Wild Strawberry. HEX triplet: F6, 3F and 9F. RGB value is (246,63,159). Sum of RGB (Red+Green+Blue) = 246+63+159=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63F9F is #09C060. Grayscale: #808080. Windows color (decimal): -639073 or 10436598. OLE color: 10436598.
HSL color Cylindrical-coordinate representation of color #F63F9F: hue angle of 328.52º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63F9F is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 159 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.04 |
| HSL | 328.52º | 0.91% | 0.61% | - |
| HSV(B) | 328.52º | 0.74% | 0.96% | - |
| XYZ | 46.04 | 25.65 | 35.33 | - |
| YUV | 128.66 | 145.13 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 159 | 0 | 0.74 | 0.35 | 0.04 | 328.52 | 0.91 | 0.61 |
| Hex | F6 | 3F | 9F | 0 | 4A | 23 | 4 | 149 | 5B | 3D |
| Octal | 366 | 77 | 237 | 0 | 112 | 43 | 4 | 511 | 133 | 75 |
| Binary | 11110110 | 111111 | 10011111 | 0 | 1001010 | 100011 | 100 | 101001001 | 1011011 | 111101 |
Color Harmonies of #F63F9F
Complementary color
Monochromatic Colors of #F63F9F
Black with #F63F9F
Text Example
Text Example
White with #F63F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F9F; }
p { color: rgb(246,63,159); }
H1.HeaderClassName
{
color: #F63F9F;
}
.AnyTagClassName
{
color: #F63F9F;
}
</style>
background-color css
<style>
a { background-color: #F63F9F; }
a { background-color: rgb(246,63,159); }
div.DivClassName
{
background-color: #F63F9F;
}
.BgClassName
{
background-color: #F63F9F;
}
</style>
border-color css
<style>
span { border-color: #F63F9F; }
span { border-color: rgb(246,63,159); }
td.TdClassName
{
border-color: #F63F9F;
}
.TagClassName
{
border-color: #F63F9F;
}
</style>