Shades of Wild Strawberry #FB3A8F
Tints of Wild Strawberry #FB3A8F
RGB
CMYK
RGB Variations
Color information
#FB3A8F (or 0xFB3A8F) is known color: Wild Strawberry. HEX triplet: FB, 3A and 8F. RGB value is (251,58,143). Sum of RGB (Red+Green+Blue) = 251+58+143=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3A8F is #04C570. Grayscale: #7D7D7D. Windows color (decimal): -312689 or 9386747. OLE color: 9386747.
HSL color Cylindrical-coordinate representation of color #FB3A8F: hue angle of 333.58º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3A8F is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 143 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.02 |
| HSL | 333.58º | 0.96% | 0.61% | - |
| HSV(B) | 333.58º | 0.77% | 0.98% | - |
| XYZ | 46.25 | 25.52 | 28.47 | - |
| YUV | 125.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 143 | 0 | 0.77 | 0.43 | 0.02 | 333.58 | 0.96 | 0.61 |
| Hex | FB | 3A | 8F | 0 | 4D | 2B | 2 | 14E | 60 | 3D |
| Octal | 373 | 72 | 217 | 0 | 115 | 53 | 2 | 516 | 140 | 75 |
| Binary | 11111011 | 111010 | 10001111 | 0 | 1001101 | 101011 | 10 | 101001110 | 1100000 | 111101 |
Color Harmonies of #FB3A8F
Complementary color
Monochromatic Colors of #FB3A8F
Black with #FB3A8F
Text Example
Text Example
White with #FB3A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A8F; }
p { color: rgb(251,58,143); }
H1.HeaderClassName
{
color: #FB3A8F;
}
.AnyTagClassName
{
color: #FB3A8F;
}
</style>
background-color css
<style>
a { background-color: #FB3A8F; }
a { background-color: rgb(251,58,143); }
div.DivClassName
{
background-color: #FB3A8F;
}
.BgClassName
{
background-color: #FB3A8F;
}
</style>
border-color css
<style>
span { border-color: #FB3A8F; }
span { border-color: rgb(251,58,143); }
td.TdClassName
{
border-color: #FB3A8F;
}
.TagClassName
{
border-color: #FB3A8F;
}
</style>