Shades of Wild Strawberry #FF3890
Tints of Wild Strawberry #FF3890
RGB
CMYK
RGB Variations
Color information
#FF3890 (or 0xFF3890) is known color: Wild Strawberry. HEX triplet: FF, 38 and 90. RGB value is (255,56,144). Sum of RGB (Red+Green+Blue) = 255+56+144=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3890 is #00C76F. Grayscale: #7D7D7D. Windows color (decimal): -51056 or 9451775. OLE color: 9451775.
HSL color Cylindrical-coordinate representation of color #FF3890: hue angle of 333.47º 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 #FF3890 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 144 | - |
| CMYK | 0 | 0.78 | 0.44 | 0 |
| HSL | 333.47º | 1% | 0.61% | - |
| HSV(B) | 333.47º | 0.78% | 1% | - |
| XYZ | 47.69 | 26.1 | 28.91 | - |
| YUV | 125.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 144 | 0 | 0.78 | 0.44 | 0 | 333.47 | 1 | 0.61 |
| Hex | FF | 38 | 90 | 0 | 4E | 2C | 0 | 14D | 64 | 3D |
| Octal | 377 | 70 | 220 | 0 | 116 | 54 | 0 | 515 | 144 | 75 |
| Binary | 11111111 | 111000 | 10010000 | 0 | 1001110 | 101100 | 0 | 101001101 | 1100100 | 111101 |
Color Harmonies of #FF3890
Complementary color
Monochromatic Colors of #FF3890
Black with #FF3890
Text Example
Text Example
White with #FF3890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3890; }
p { color: rgb(255,56,144); }
H1.HeaderClassName
{
color: #FF3890;
}
.AnyTagClassName
{
color: #FF3890;
}
</style>
background-color css
<style>
a { background-color: #FF3890; }
a { background-color: rgb(255,56,144); }
div.DivClassName
{
background-color: #FF3890;
}
.BgClassName
{
background-color: #FF3890;
}
</style>
border-color css
<style>
span { border-color: #FF3890; }
span { border-color: rgb(255,56,144); }
td.TdClassName
{
border-color: #FF3890;
}
.TagClassName
{
border-color: #FF3890;
}
</style>