Shades of Wild Strawberry #F63BA1
Tints of Wild Strawberry #F63BA1
RGB
CMYK
RGB Variations
Color information
#F63BA1 (or 0xF63BA1) is known color: Wild Strawberry. HEX triplet: F6, 3B and A1. RGB value is (246,59,161). Sum of RGB (Red+Green+Blue) = 246+59+161=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63BA1 is #09C45E. Grayscale: #7E7E7E. Windows color (decimal): -640095 or 10566646. OLE color: 10566646.
HSL color Cylindrical-coordinate representation of color #F63BA1: hue angle of 327.27º 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 #F63BA1 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 161 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.04 |
| HSL | 327.27º | 0.91% | 0.6% | - |
| HSV(B) | 327.27º | 0.76% | 0.96% | - |
| XYZ | 46 | 25.29 | 36.18 | - |
| YUV | 126.54 | 147.45 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 161 | 0 | 0.76 | 0.35 | 0.04 | 327.27 | 0.91 | 0.6 |
| Hex | F6 | 3B | A1 | 0 | 4C | 23 | 4 | 147 | 5B | 3C |
| Octal | 366 | 73 | 241 | 0 | 114 | 43 | 4 | 507 | 133 | 74 |
| Binary | 11110110 | 111011 | 10100001 | 0 | 1001100 | 100011 | 100 | 101000111 | 1011011 | 111100 |
Color Harmonies of #F63BA1
Complementary color
Monochromatic Colors of #F63BA1
Black with #F63BA1
Text Example
Text Example
White with #F63BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BA1; }
p { color: rgb(246,59,161); }
H1.HeaderClassName
{
color: #F63BA1;
}
.AnyTagClassName
{
color: #F63BA1;
}
</style>
background-color css
<style>
a { background-color: #F63BA1; }
a { background-color: rgb(246,59,161); }
div.DivClassName
{
background-color: #F63BA1;
}
.BgClassName
{
background-color: #F63BA1;
}
</style>
border-color css
<style>
span { border-color: #F63BA1; }
span { border-color: rgb(246,59,161); }
td.TdClassName
{
border-color: #F63BA1;
}
.TagClassName
{
border-color: #F63BA1;
}
</style>