Shades of Wild Strawberry #FF3AAA
Tints of Wild Strawberry #FF3AAA
RGB
CMYK
RGB Variations
Color information
#FF3AAA (or 0xFF3AAA) is known color: Wild Strawberry. HEX triplet: FF, 3A and AA. RGB value is (255,58,170). Sum of RGB (Red+Green+Blue) = 255+58+170=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3AAA is #00C555. Grayscale: #818181. Windows color (decimal): -50518 or 11156223. OLE color: 11156223.
HSL color Cylindrical-coordinate representation of color #FF3AAA: hue angle of 325.89º 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 #FF3AAA is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 170 | - |
| CMYK | 0 | 0.77 | 0.33 | 0 |
| HSL | 325.89º | 1% | 0.61% | - |
| HSV(B) | 325.89º | 0.77% | 1% | - |
| XYZ | 50.01 | 27.19 | 40.64 | - |
| YUV | 129.67 | 150.77 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 170 | 0 | 0.77 | 0.33 | 0 | 325.89 | 1 | 0.61 |
| Hex | FF | 3A | AA | 0 | 4D | 21 | 0 | 146 | 64 | 3D |
| Octal | 377 | 72 | 252 | 0 | 115 | 41 | 0 | 506 | 144 | 75 |
| Binary | 11111111 | 111010 | 10101010 | 0 | 1001101 | 100001 | 0 | 101000110 | 1100100 | 111101 |
Color Harmonies of #FF3AAA
Complementary color
Monochromatic Colors of #FF3AAA
Black with #FF3AAA
Text Example
Text Example
White with #FF3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3AAA; }
p { color: rgb(255,58,170); }
H1.HeaderClassName
{
color: #FF3AAA;
}
.AnyTagClassName
{
color: #FF3AAA;
}
</style>
background-color css
<style>
a { background-color: #FF3AAA; }
a { background-color: rgb(255,58,170); }
div.DivClassName
{
background-color: #FF3AAA;
}
.BgClassName
{
background-color: #FF3AAA;
}
</style>
border-color css
<style>
span { border-color: #FF3AAA; }
span { border-color: rgb(255,58,170); }
td.TdClassName
{
border-color: #FF3AAA;
}
.TagClassName
{
border-color: #FF3AAA;
}
</style>