Shades of Wild Strawberry #FD3BA6
Tints of Wild Strawberry #FD3BA6
RGB
CMYK
RGB Variations
Color information
#FD3BA6 (or 0xFD3BA6) is known color: Wild Strawberry. HEX triplet: FD, 3B and A6. RGB value is (253,59,166). Sum of RGB (Red+Green+Blue) = 253+59+166=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3BA6 is #02C459. Grayscale: #808080. Windows color (decimal): -181338 or 10894333. OLE color: 10894333.
HSL color Cylindrical-coordinate representation of color #FD3BA6: hue angle of 326.91º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3BA6 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 59 | 166 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.01 |
| HSL | 326.91º | 0.98% | 0.61% | - |
| HSV(B) | 326.91º | 0.77% | 0.99% | - |
| XYZ | 48.95 | 26.76 | 38.66 | - |
| YUV | 129.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 59 | 166 | 0 | 0.77 | 0.34 | 0.01 | 326.91 | 0.98 | 0.61 |
| Hex | FD | 3B | A6 | 0 | 4D | 22 | 1 | 147 | 62 | 3D |
| Octal | 375 | 73 | 246 | 0 | 115 | 42 | 1 | 507 | 142 | 75 |
| Binary | 11111101 | 111011 | 10100110 | 0 | 1001101 | 100010 | 1 | 101000111 | 1100010 | 111101 |
Color Harmonies of #FD3BA6
Complementary color
Monochromatic Colors of #FD3BA6
Black with #FD3BA6
Text Example
Text Example
White with #FD3BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3BA6; }
p { color: rgb(253,59,166); }
H1.HeaderClassName
{
color: #FD3BA6;
}
.AnyTagClassName
{
color: #FD3BA6;
}
</style>
background-color css
<style>
a { background-color: #FD3BA6; }
a { background-color: rgb(253,59,166); }
div.DivClassName
{
background-color: #FD3BA6;
}
.BgClassName
{
background-color: #FD3BA6;
}
</style>
border-color css
<style>
span { border-color: #FD3BA6; }
span { border-color: rgb(253,59,166); }
td.TdClassName
{
border-color: #FD3BA6;
}
.TagClassName
{
border-color: #FD3BA6;
}
</style>