Shades of Wild Strawberry #FF389B
Tints of Wild Strawberry #FF389B
RGB
CMYK
RGB Variations
Color information
#FF389B (or 0xFF389B) is known color: Wild Strawberry. HEX triplet: FF, 38 and 9B. RGB value is (255,56,155). Sum of RGB (Red+Green+Blue) = 255+56+155=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF389B is #00C764. Grayscale: #7E7E7E. Windows color (decimal): -51045 or 10172671. OLE color: 10172671.
HSL color Cylindrical-coordinate representation of color #FF389B: hue angle of 330.15º 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 #FF389B is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 155 | - |
| CMYK | 0 | 0.78 | 0.39 | 0 |
| HSL | 330.15º | 1% | 0.61% | - |
| HSV(B) | 330.15º | 0.78% | 1% | - |
| XYZ | 48.57 | 26.45 | 33.56 | - |
| YUV | 126.79 | 143.93 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 155 | 0 | 0.78 | 0.39 | 0 | 330.15 | 1 | 0.61 |
| Hex | FF | 38 | 9B | 0 | 4E | 27 | 0 | 14A | 64 | 3D |
| Octal | 377 | 70 | 233 | 0 | 116 | 47 | 0 | 512 | 144 | 75 |
| Binary | 11111111 | 111000 | 10011011 | 0 | 1001110 | 100111 | 0 | 101001010 | 1100100 | 111101 |
Color Harmonies of #FF389B
Complementary color
Monochromatic Colors of #FF389B
Black with #FF389B
Text Example
Text Example
White with #FF389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF389B; }
p { color: rgb(255,56,155); }
H1.HeaderClassName
{
color: #FF389B;
}
.AnyTagClassName
{
color: #FF389B;
}
</style>
background-color css
<style>
a { background-color: #FF389B; }
a { background-color: rgb(255,56,155); }
div.DivClassName
{
background-color: #FF389B;
}
.BgClassName
{
background-color: #FF389B;
}
</style>
border-color css
<style>
span { border-color: #FF389B; }
span { border-color: rgb(255,56,155); }
td.TdClassName
{
border-color: #FF389B;
}
.TagClassName
{
border-color: #FF389B;
}
</style>