Shades of Wild Strawberry #F63A9B
Tints of Wild Strawberry #F63A9B
RGB
CMYK
RGB Variations
Color information
#F63A9B (or 0xF63A9B) is known color: Wild Strawberry. HEX triplet: F6, 3A and 9B. RGB value is (246,58,155). Sum of RGB (Red+Green+Blue) = 246+58+155=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63A9B is #09C564. Grayscale: #7D7D7D. Windows color (decimal): -640357 or 10173174. OLE color: 10173174.
HSL color Cylindrical-coordinate representation of color #F63A9B: hue angle of 329.04º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63A9B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 155 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.04 |
| HSL | 329.04º | 0.91% | 0.6% | - |
| HSV(B) | 329.04º | 0.76% | 0.96% | - |
| XYZ | 45.44 | 24.99 | 33.44 | - |
| YUV | 125.27 | 144.78 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 155 | 0 | 0.76 | 0.37 | 0.04 | 329.04 | 0.91 | 0.6 |
| Hex | F6 | 3A | 9B | 0 | 4C | 25 | 4 | 149 | 5B | 3C |
| Octal | 366 | 72 | 233 | 0 | 114 | 45 | 4 | 511 | 133 | 74 |
| Binary | 11110110 | 111010 | 10011011 | 0 | 1001100 | 100101 | 100 | 101001001 | 1011011 | 111100 |
Color Harmonies of #F63A9B
Complementary color
Monochromatic Colors of #F63A9B
Black with #F63A9B
Text Example
Text Example
White with #F63A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63A9B; }
p { color: rgb(246,58,155); }
H1.HeaderClassName
{
color: #F63A9B;
}
.AnyTagClassName
{
color: #F63A9B;
}
</style>
background-color css
<style>
a { background-color: #F63A9B; }
a { background-color: rgb(246,58,155); }
div.DivClassName
{
background-color: #F63A9B;
}
.BgClassName
{
background-color: #F63A9B;
}
</style>
border-color css
<style>
span { border-color: #F63A9B; }
span { border-color: rgb(246,58,155); }
td.TdClassName
{
border-color: #F63A9B;
}
.TagClassName
{
border-color: #F63A9B;
}
</style>