Shades of Wild Strawberry #FB3CA6
Tints of Wild Strawberry #FB3CA6
RGB
CMYK
RGB Variations
Color information
#FB3CA6 (or 0xFB3CA6) is known color: Wild Strawberry. HEX triplet: FB, 3C and A6. RGB value is (251,60,166). Sum of RGB (Red+Green+Blue) = 251+60+166=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3CA6 is #04C359. Grayscale: #808080. Windows color (decimal): -312154 or 10894587. OLE color: 10894587.
HSL color Cylindrical-coordinate representation of color #FB3CA6: hue angle of 326.7º degrees, saturation: 0.96, 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 #FB3CA6 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 166 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.02 |
| HSL | 326.7º | 0.96% | 0.61% | - |
| HSV(B) | 326.7º | 0.76% | 0.98% | - |
| XYZ | 48.28 | 26.49 | 38.65 | - |
| YUV | 129.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 166 | 0 | 0.76 | 0.34 | 0.02 | 326.7 | 0.96 | 0.61 |
| Hex | FB | 3C | A6 | 0 | 4C | 22 | 2 | 147 | 60 | 3D |
| Octal | 373 | 74 | 246 | 0 | 114 | 42 | 2 | 507 | 140 | 75 |
| Binary | 11111011 | 111100 | 10100110 | 0 | 1001100 | 100010 | 10 | 101000111 | 1100000 | 111101 |
Color Harmonies of #FB3CA6
Complementary color
Monochromatic Colors of #FB3CA6
Black with #FB3CA6
Text Example
Text Example
White with #FB3CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3CA6; }
p { color: rgb(251,60,166); }
H1.HeaderClassName
{
color: #FB3CA6;
}
.AnyTagClassName
{
color: #FB3CA6;
}
</style>
background-color css
<style>
a { background-color: #FB3CA6; }
a { background-color: rgb(251,60,166); }
div.DivClassName
{
background-color: #FB3CA6;
}
.BgClassName
{
background-color: #FB3CA6;
}
</style>
border-color css
<style>
span { border-color: #FB3CA6; }
span { border-color: rgb(251,60,166); }
td.TdClassName
{
border-color: #FB3CA6;
}
.TagClassName
{
border-color: #FB3CA6;
}
</style>