Shades of Wild Strawberry #FB3BA4
Tints of Wild Strawberry #FB3BA4
RGB
CMYK
RGB Variations
Color information
#FB3BA4 (or 0xFB3BA4) is known color: Wild Strawberry. HEX triplet: FB, 3B and A4. RGB value is (251,59,164). Sum of RGB (Red+Green+Blue) = 251+59+164=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3BA4 is #04C45B. Grayscale: #808080. Windows color (decimal): -312412 or 10763259. OLE color: 10763259.
HSL color Cylindrical-coordinate representation of color #FB3BA4: hue angle of 327.19º 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 #FB3BA4 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 164 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.02 |
| HSL | 327.19º | 0.96% | 0.61% | - |
| HSV(B) | 327.19º | 0.76% | 0.98% | - |
| XYZ | 48.05 | 26.32 | 37.67 | - |
| YUV | 128.38 | 148.11 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 164 | 0 | 0.76 | 0.35 | 0.02 | 327.19 | 0.96 | 0.61 |
| Hex | FB | 3B | A4 | 0 | 4C | 23 | 2 | 147 | 60 | 3D |
| Octal | 373 | 73 | 244 | 0 | 114 | 43 | 2 | 507 | 140 | 75 |
| Binary | 11111011 | 111011 | 10100100 | 0 | 1001100 | 100011 | 10 | 101000111 | 1100000 | 111101 |
Color Harmonies of #FB3BA4
Complementary color
Monochromatic Colors of #FB3BA4
Black with #FB3BA4
Text Example
Text Example
White with #FB3BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3BA4; }
p { color: rgb(251,59,164); }
H1.HeaderClassName
{
color: #FB3BA4;
}
.AnyTagClassName
{
color: #FB3BA4;
}
</style>
background-color css
<style>
a { background-color: #FB3BA4; }
a { background-color: rgb(251,59,164); }
div.DivClassName
{
background-color: #FB3BA4;
}
.BgClassName
{
background-color: #FB3BA4;
}
</style>
border-color css
<style>
span { border-color: #FB3BA4; }
span { border-color: rgb(251,59,164); }
td.TdClassName
{
border-color: #FB3BA4;
}
.TagClassName
{
border-color: #FB3BA4;
}
</style>