Shades of Wild Strawberry #F63B9D
Tints of Wild Strawberry #F63B9D
RGB
CMYK
RGB Variations
Color information
#F63B9D (or 0xF63B9D) is known color: Wild Strawberry. HEX triplet: F6, 3B and 9D. RGB value is (246,59,157). Sum of RGB (Red+Green+Blue) = 246+59+157=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63B9D is #09C462. Grayscale: #7D7D7D. Windows color (decimal): -640099 or 10304502. OLE color: 10304502.
HSL color Cylindrical-coordinate representation of color #F63B9D: hue angle of 328.56º 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 #F63B9D is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 157 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.04 |
| HSL | 328.56º | 0.91% | 0.6% | - |
| HSV(B) | 328.56º | 0.76% | 0.96% | - |
| XYZ | 45.66 | 25.16 | 34.35 | - |
| YUV | 126.09 | 145.45 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 157 | 0 | 0.76 | 0.36 | 0.04 | 328.56 | 0.91 | 0.6 |
| Hex | F6 | 3B | 9D | 0 | 4C | 24 | 4 | 149 | 5B | 3C |
| Octal | 366 | 73 | 235 | 0 | 114 | 44 | 4 | 511 | 133 | 74 |
| Binary | 11110110 | 111011 | 10011101 | 0 | 1001100 | 100100 | 100 | 101001001 | 1011011 | 111100 |
Color Harmonies of #F63B9D
Complementary color
Monochromatic Colors of #F63B9D
Black with #F63B9D
Text Example
Text Example
White with #F63B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63B9D; }
p { color: rgb(246,59,157); }
H1.HeaderClassName
{
color: #F63B9D;
}
.AnyTagClassName
{
color: #F63B9D;
}
</style>
background-color css
<style>
a { background-color: #F63B9D; }
a { background-color: rgb(246,59,157); }
div.DivClassName
{
background-color: #F63B9D;
}
.BgClassName
{
background-color: #F63B9D;
}
</style>
border-color css
<style>
span { border-color: #F63B9D; }
span { border-color: rgb(246,59,157); }
td.TdClassName
{
border-color: #F63B9D;
}
.TagClassName
{
border-color: #F63B9D;
}
</style>