Shades of Wild Strawberry #FF389D
Tints of Wild Strawberry #FF389D
RGB
CMYK
RGB Variations
Color information
#FF389D (or 0xFF389D) is known color: Wild Strawberry. HEX triplet: FF, 38 and 9D. RGB value is (255,56,157). Sum of RGB (Red+Green+Blue) = 255+56+157=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF389D is #00C762. Grayscale: #7E7E7E. Windows color (decimal): -51043 or 10303743. OLE color: 10303743.
HSL color Cylindrical-coordinate representation of color #FF389D: hue angle of 329.55º 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 #FF389D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 157 | - |
| CMYK | 0 | 0.78 | 0.38 | 0 |
| HSL | 329.55º | 1% | 0.61% | - |
| HSV(B) | 329.55º | 0.78% | 1% | - |
| XYZ | 48.74 | 26.52 | 34.45 | - |
| YUV | 127.02 | 144.93 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 157 | 0 | 0.78 | 0.38 | 0 | 329.55 | 1 | 0.61 |
| Hex | FF | 38 | 9D | 0 | 4E | 26 | 0 | 14A | 64 | 3D |
| Octal | 377 | 70 | 235 | 0 | 116 | 46 | 0 | 512 | 144 | 75 |
| Binary | 11111111 | 111000 | 10011101 | 0 | 1001110 | 100110 | 0 | 101001010 | 1100100 | 111101 |
Color Harmonies of #FF389D
Complementary color
Monochromatic Colors of #FF389D
Black with #FF389D
Text Example
Text Example
White with #FF389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF389D; }
p { color: rgb(255,56,157); }
H1.HeaderClassName
{
color: #FF389D;
}
.AnyTagClassName
{
color: #FF389D;
}
</style>
background-color css
<style>
a { background-color: #FF389D; }
a { background-color: rgb(255,56,157); }
div.DivClassName
{
background-color: #FF389D;
}
.BgClassName
{
background-color: #FF389D;
}
</style>
border-color css
<style>
span { border-color: #FF389D; }
span { border-color: rgb(255,56,157); }
td.TdClassName
{
border-color: #FF389D;
}
.TagClassName
{
border-color: #FF389D;
}
</style>