Shades of Wild Strawberry #FF388D
Tints of Wild Strawberry #FF388D
RGB
CMYK
RGB Variations
Color information
#FF388D (or 0xFF388D) is known color: Wild Strawberry. HEX triplet: FF, 38 and 8D. RGB value is (255,56,141). Sum of RGB (Red+Green+Blue) = 255+56+141=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF388D is #00C772. Grayscale: #7D7D7D. Windows color (decimal): -51059 or 9255167. OLE color: 9255167.
HSL color Cylindrical-coordinate representation of color #FF388D: hue angle of 334.37º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF388D is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 141 | - |
| CMYK | 0 | 0.78 | 0.45 | 0 |
| HSL | 334.37º | 1% | 0.61% | - |
| HSV(B) | 334.37º | 0.78% | 1% | - |
| XYZ | 47.46 | 26.01 | 27.72 | - |
| YUV | 125.19 | 136.93 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 141 | 0 | 0.78 | 0.45 | 0 | 334.37 | 1 | 0.61 |
| Hex | FF | 38 | 8D | 0 | 4E | 2D | 0 | 14E | 64 | 3D |
| Octal | 377 | 70 | 215 | 0 | 116 | 55 | 0 | 516 | 144 | 75 |
| Binary | 11111111 | 111000 | 10001101 | 0 | 1001110 | 101101 | 0 | 101001110 | 1100100 | 111101 |
Color Harmonies of #FF388D
Complementary color
Monochromatic Colors of #FF388D
Black with #FF388D
Text Example
Text Example
White with #FF388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF388D; }
p { color: rgb(255,56,141); }
H1.HeaderClassName
{
color: #FF388D;
}
.AnyTagClassName
{
color: #FF388D;
}
</style>
background-color css
<style>
a { background-color: #FF388D; }
a { background-color: rgb(255,56,141); }
div.DivClassName
{
background-color: #FF388D;
}
.BgClassName
{
background-color: #FF388D;
}
</style>
border-color css
<style>
span { border-color: #FF388D; }
span { border-color: rgb(255,56,141); }
td.TdClassName
{
border-color: #FF388D;
}
.TagClassName
{
border-color: #FF388D;
}
</style>