Shades of Wild Strawberry #FA3BA6
Tints of Wild Strawberry #FA3BA6
RGB
CMYK
RGB Variations
Color information
#FA3BA6 (or 0xFA3BA6) is known color: Wild Strawberry. HEX triplet: FA, 3B and A6. RGB value is (250,59,166). Sum of RGB (Red+Green+Blue) = 250+59+166=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3BA6 is #05C459. Grayscale: #808080. Windows color (decimal): -377946 or 10894330. OLE color: 10894330.
HSL color Cylindrical-coordinate representation of color #FA3BA6: hue angle of 326.39º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3BA6 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 59 | 166 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.02 |
| HSL | 326.39º | 0.95% | 0.61% | - |
| HSV(B) | 326.39º | 0.76% | 0.98% | - |
| XYZ | 47.87 | 26.21 | 38.61 | - |
| YUV | 128.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 59 | 166 | 0 | 0.76 | 0.34 | 0.02 | 326.39 | 0.95 | 0.61 |
| Hex | FA | 3B | A6 | 0 | 4C | 22 | 2 | 146 | 5F | 3D |
| Octal | 372 | 73 | 246 | 0 | 114 | 42 | 2 | 506 | 137 | 75 |
| Binary | 11111010 | 111011 | 10100110 | 0 | 1001100 | 100010 | 10 | 101000110 | 1011111 | 111101 |
Color Harmonies of #FA3BA6
Complementary color
Monochromatic Colors of #FA3BA6
Black with #FA3BA6
Text Example
Text Example
White with #FA3BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3BA6; }
p { color: rgb(250,59,166); }
H1.HeaderClassName
{
color: #FA3BA6;
}
.AnyTagClassName
{
color: #FA3BA6;
}
</style>
background-color css
<style>
a { background-color: #FA3BA6; }
a { background-color: rgb(250,59,166); }
div.DivClassName
{
background-color: #FA3BA6;
}
.BgClassName
{
background-color: #FA3BA6;
}
</style>
border-color css
<style>
span { border-color: #FA3BA6; }
span { border-color: rgb(250,59,166); }
td.TdClassName
{
border-color: #FA3BA6;
}
.TagClassName
{
border-color: #FA3BA6;
}
</style>