Shades of Wild Strawberry #FF389E
Tints of Wild Strawberry #FF389E
RGB
CMYK
RGB Variations
Color information
#FF389E (or 0xFF389E) is known color: Wild Strawberry. HEX triplet: FF, 38 and 9E. RGB value is (255,56,158). Sum of RGB (Red+Green+Blue) = 255+56+158=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF389E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF389E is #00C761. Grayscale: #7E7E7E. Windows color (decimal): -51042 or 10369279. OLE color: 10369279.
HSL color Cylindrical-coordinate representation of color #FF389E: hue angle of 329.25º 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 #FF389E is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 158 | - |
| CMYK | 0 | 0.78 | 0.38 | 0 |
| HSL | 329.25º | 1% | 0.61% | - |
| HSV(B) | 329.25º | 0.78% | 1% | - |
| XYZ | 48.83 | 26.56 | 34.9 | - |
| YUV | 127.13 | 145.43 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 158 | 0 | 0.78 | 0.38 | 0 | 329.25 | 1 | 0.61 |
| Hex | FF | 38 | 9E | 0 | 4E | 26 | 0 | 149 | 64 | 3D |
| Octal | 377 | 70 | 236 | 0 | 116 | 46 | 0 | 511 | 144 | 75 |
| Binary | 11111111 | 111000 | 10011110 | 0 | 1001110 | 100110 | 0 | 101001001 | 1100100 | 111101 |
Color Harmonies of #FF389E
Complementary color
Monochromatic Colors of #FF389E
Black with #FF389E
Text Example
Text Example
White with #FF389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF389E; }
p { color: rgb(255,56,158); }
H1.HeaderClassName
{
color: #FF389E;
}
.AnyTagClassName
{
color: #FF389E;
}
</style>
background-color css
<style>
a { background-color: #FF389E; }
a { background-color: rgb(255,56,158); }
div.DivClassName
{
background-color: #FF389E;
}
.BgClassName
{
background-color: #FF389E;
}
</style>
border-color css
<style>
span { border-color: #FF389E; }
span { border-color: rgb(255,56,158); }
td.TdClassName
{
border-color: #FF389E;
}
.TagClassName
{
border-color: #FF389E;
}
</style>