Shades of Wild Strawberry #F63F96
Tints of Wild Strawberry #F63F96
RGB
CMYK
RGB Variations
Color information
#F63F96 (or 0xF63F96) is known color: Wild Strawberry. HEX triplet: F6, 3F and 96. RGB value is (246,63,150). Sum of RGB (Red+Green+Blue) = 246+63+150=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63F96 is #09C069. Grayscale: #7F7F7F. Windows color (decimal): -639082 or 9846774. OLE color: 9846774.
HSL color Cylindrical-coordinate representation of color #F63F96: hue angle of 331.48º 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 #F63F96 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 150 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.04 |
| HSL | 331.48º | 0.91% | 0.61% | - |
| HSV(B) | 331.48º | 0.74% | 0.96% | - |
| XYZ | 45.29 | 25.35 | 31.36 | - |
| YUV | 127.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 150 | 0 | 0.74 | 0.39 | 0.04 | 331.48 | 0.91 | 0.61 |
| Hex | F6 | 3F | 96 | 0 | 4A | 27 | 4 | 14B | 5B | 3D |
| Octal | 366 | 77 | 226 | 0 | 112 | 47 | 4 | 513 | 133 | 75 |
| Binary | 11110110 | 111111 | 10010110 | 0 | 1001010 | 100111 | 100 | 101001011 | 1011011 | 111101 |
Color Harmonies of #F63F96
Complementary color
Monochromatic Colors of #F63F96
Black with #F63F96
Text Example
Text Example
White with #F63F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F96; }
p { color: rgb(246,63,150); }
H1.HeaderClassName
{
color: #F63F96;
}
.AnyTagClassName
{
color: #F63F96;
}
</style>
background-color css
<style>
a { background-color: #F63F96; }
a { background-color: rgb(246,63,150); }
div.DivClassName
{
background-color: #F63F96;
}
.BgClassName
{
background-color: #F63F96;
}
</style>
border-color css
<style>
span { border-color: #F63F96; }
span { border-color: rgb(246,63,150); }
td.TdClassName
{
border-color: #F63F96;
}
.TagClassName
{
border-color: #F63F96;
}
</style>