Shades of Wild Strawberry #FF3AA0
Tints of Wild Strawberry #FF3AA0
RGB
CMYK
RGB Variations
Color information
#FF3AA0 (or 0xFF3AA0) is known color: Wild Strawberry. HEX triplet: FF, 3A and A0. RGB value is (255,58,160). Sum of RGB (Red+Green+Blue) = 255+58+160=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3AA0 is #00C55F. Grayscale: #808080. Windows color (decimal): -50528 or 10500863. OLE color: 10500863.
HSL color Cylindrical-coordinate representation of color #FF3AA0: hue angle of 328.93º 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 #FF3AA0 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 160 | - |
| CMYK | 0 | 0.77 | 0.37 | 0 |
| HSL | 328.93º | 1% | 0.61% | - |
| HSV(B) | 328.93º | 0.77% | 1% | - |
| XYZ | 49.1 | 26.82 | 35.85 | - |
| YUV | 128.53 | 145.77 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 160 | 0 | 0.77 | 0.37 | 0 | 328.93 | 1 | 0.61 |
| Hex | FF | 3A | A0 | 0 | 4D | 25 | 0 | 149 | 64 | 3D |
| Octal | 377 | 72 | 240 | 0 | 115 | 45 | 0 | 511 | 144 | 75 |
| Binary | 11111111 | 111010 | 10100000 | 0 | 1001101 | 100101 | 0 | 101001001 | 1100100 | 111101 |
Color Harmonies of #FF3AA0
Complementary color
Monochromatic Colors of #FF3AA0
Black with #FF3AA0
Text Example
Text Example
White with #FF3AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3AA0; }
p { color: rgb(255,58,160); }
H1.HeaderClassName
{
color: #FF3AA0;
}
.AnyTagClassName
{
color: #FF3AA0;
}
</style>
background-color css
<style>
a { background-color: #FF3AA0; }
a { background-color: rgb(255,58,160); }
div.DivClassName
{
background-color: #FF3AA0;
}
.BgClassName
{
background-color: #FF3AA0;
}
</style>
border-color css
<style>
span { border-color: #FF3AA0; }
span { border-color: rgb(255,58,160); }
td.TdClassName
{
border-color: #FF3AA0;
}
.TagClassName
{
border-color: #FF3AA0;
}
</style>