Shades of Wild Strawberry #FF3A90
Tints of Wild Strawberry #FF3A90
RGB
CMYK
RGB Variations
Color information
#FF3A90 (or 0xFF3A90) is known color: Wild Strawberry. HEX triplet: FF, 3A and 90. RGB value is (255,58,144). Sum of RGB (Red+Green+Blue) = 255+58+144=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3A90 is #00C56F. Grayscale: #7E7E7E. Windows color (decimal): -50544 or 9452287. OLE color: 9452287.
HSL color Cylindrical-coordinate representation of color #FF3A90: hue angle of 333.81º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3A90 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 144 | - |
| CMYK | 0 | 0.77 | 0.44 | 0 |
| HSL | 333.81º | 1% | 0.61% | - |
| HSV(B) | 333.81º | 0.77% | 1% | - |
| XYZ | 47.79 | 26.3 | 28.94 | - |
| YUV | 126.71 | 137.77 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 144 | 0 | 0.77 | 0.44 | 0 | 333.81 | 1 | 0.61 |
| Hex | FF | 3A | 90 | 0 | 4D | 2C | 0 | 14E | 64 | 3D |
| Octal | 377 | 72 | 220 | 0 | 115 | 54 | 0 | 516 | 144 | 75 |
| Binary | 11111111 | 111010 | 10010000 | 0 | 1001101 | 101100 | 0 | 101001110 | 1100100 | 111101 |
Color Harmonies of #FF3A90
Complementary color
Monochromatic Colors of #FF3A90
Black with #FF3A90
Text Example
Text Example
White with #FF3A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A90; }
p { color: rgb(255,58,144); }
H1.HeaderClassName
{
color: #FF3A90;
}
.AnyTagClassName
{
color: #FF3A90;
}
</style>
background-color css
<style>
a { background-color: #FF3A90; }
a { background-color: rgb(255,58,144); }
div.DivClassName
{
background-color: #FF3A90;
}
.BgClassName
{
background-color: #FF3A90;
}
</style>
border-color css
<style>
span { border-color: #FF3A90; }
span { border-color: rgb(255,58,144); }
td.TdClassName
{
border-color: #FF3A90;
}
.TagClassName
{
border-color: #FF3A90;
}
</style>