Shades of Wild Strawberry #FB388F
Tints of Wild Strawberry #FB388F
RGB
CMYK
RGB Variations
Color information
#FB388F (or 0xFB388F) is known color: Wild Strawberry. HEX triplet: FB, 38 and 8F. RGB value is (251,56,143). Sum of RGB (Red+Green+Blue) = 251+56+143=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB388F is #04C770. Grayscale: #7C7C7C. Windows color (decimal): -313201 or 9386235. OLE color: 9386235.
HSL color Cylindrical-coordinate representation of color #FB388F: hue angle of 333.23º 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 #FB388F is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 143 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.02 |
| HSL | 333.23º | 0.96% | 0.6% | - |
| HSV(B) | 333.23º | 0.78% | 0.98% | - |
| XYZ | 46.16 | 25.32 | 28.44 | - |
| YUV | 124.22 | 138.6 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 143 | 0 | 0.78 | 0.43 | 0.02 | 333.23 | 0.96 | 0.6 |
| Hex | FB | 38 | 8F | 0 | 4E | 2B | 2 | 14D | 60 | 3C |
| Octal | 373 | 70 | 217 | 0 | 116 | 53 | 2 | 515 | 140 | 74 |
| Binary | 11111011 | 111000 | 10001111 | 0 | 1001110 | 101011 | 10 | 101001101 | 1100000 | 111100 |
Color Harmonies of #FB388F
Complementary color
Monochromatic Colors of #FB388F
Black with #FB388F
Text Example
Text Example
White with #FB388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB388F; }
p { color: rgb(251,56,143); }
H1.HeaderClassName
{
color: #FB388F;
}
.AnyTagClassName
{
color: #FB388F;
}
</style>
background-color css
<style>
a { background-color: #FB388F; }
a { background-color: rgb(251,56,143); }
div.DivClassName
{
background-color: #FB388F;
}
.BgClassName
{
background-color: #FB388F;
}
</style>
border-color css
<style>
span { border-color: #FB388F; }
span { border-color: rgb(251,56,143); }
td.TdClassName
{
border-color: #FB388F;
}
.TagClassName
{
border-color: #FB388F;
}
</style>