Shades of Wild Strawberry #FB388D
Tints of Wild Strawberry #FB388D
RGB
CMYK
RGB Variations
Color information
#FB388D (or 0xFB388D) is known color: Wild Strawberry. HEX triplet: FB, 38 and 8D. RGB value is (251,56,141). Sum of RGB (Red+Green+Blue) = 251+56+141=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB388D is #04C772. Grayscale: #7B7B7B. Windows color (decimal): -313203 or 9255163. OLE color: 9255163.
HSL color Cylindrical-coordinate representation of color #FB388D: hue angle of 333.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB388D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 141 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.02 |
| HSL | 333.85º | 0.96% | 0.6% | - |
| HSV(B) | 333.85º | 0.78% | 0.98% | - |
| XYZ | 46.01 | 25.26 | 27.65 | - |
| YUV | 124 | 137.6 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 141 | 0 | 0.78 | 0.44 | 0.02 | 333.85 | 0.96 | 0.6 |
| Hex | FB | 38 | 8D | 0 | 4E | 2C | 2 | 14E | 60 | 3C |
| Octal | 373 | 70 | 215 | 0 | 116 | 54 | 2 | 516 | 140 | 74 |
| Binary | 11111011 | 111000 | 10001101 | 0 | 1001110 | 101100 | 10 | 101001110 | 1100000 | 111100 |
Color Harmonies of #FB388D
Complementary color
Monochromatic Colors of #FB388D
Black with #FB388D
Text Example
Text Example
White with #FB388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB388D; }
p { color: rgb(251,56,141); }
H1.HeaderClassName
{
color: #FB388D;
}
.AnyTagClassName
{
color: #FB388D;
}
</style>
background-color css
<style>
a { background-color: #FB388D; }
a { background-color: rgb(251,56,141); }
div.DivClassName
{
background-color: #FB388D;
}
.BgClassName
{
background-color: #FB388D;
}
</style>
border-color css
<style>
span { border-color: #FB388D; }
span { border-color: rgb(251,56,141); }
td.TdClassName
{
border-color: #FB388D;
}
.TagClassName
{
border-color: #FB388D;
}
</style>