Shades of Wild Strawberry #FB3BA8
Tints of Wild Strawberry #FB3BA8
RGB
CMYK
RGB Variations
Color information
#FB3BA8 (or 0xFB3BA8) is known color: Wild Strawberry. HEX triplet: FB, 3B and A8. RGB value is (251,59,168). Sum of RGB (Red+Green+Blue) = 251+59+168=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3BA8 is #04C457. Grayscale: #808080. Windows color (decimal): -312408 or 11025403. OLE color: 11025403.
HSL color Cylindrical-coordinate representation of color #FB3BA8: hue angle of 325.94º 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 #FB3BA8 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 168 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.02 |
| HSL | 325.94º | 0.96% | 0.61% | - |
| HSV(B) | 325.94º | 0.76% | 0.98% | - |
| XYZ | 48.42 | 26.46 | 39.6 | - |
| YUV | 128.83 | 150.11 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 168 | 0 | 0.76 | 0.33 | 0.02 | 325.94 | 0.96 | 0.61 |
| Hex | FB | 3B | A8 | 0 | 4C | 21 | 2 | 146 | 60 | 3D |
| Octal | 373 | 73 | 250 | 0 | 114 | 41 | 2 | 506 | 140 | 75 |
| Binary | 11111011 | 111011 | 10101000 | 0 | 1001100 | 100001 | 10 | 101000110 | 1100000 | 111101 |
Color Harmonies of #FB3BA8
Complementary color
Monochromatic Colors of #FB3BA8
Black with #FB3BA8
Text Example
Text Example
White with #FB3BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3BA8; }
p { color: rgb(251,59,168); }
H1.HeaderClassName
{
color: #FB3BA8;
}
.AnyTagClassName
{
color: #FB3BA8;
}
</style>
background-color css
<style>
a { background-color: #FB3BA8; }
a { background-color: rgb(251,59,168); }
div.DivClassName
{
background-color: #FB3BA8;
}
.BgClassName
{
background-color: #FB3BA8;
}
</style>
border-color css
<style>
span { border-color: #FB3BA8; }
span { border-color: rgb(251,59,168); }
td.TdClassName
{
border-color: #FB3BA8;
}
.TagClassName
{
border-color: #FB3BA8;
}
</style>