Shades of Wild Strawberry #FF3EAA
Tints of Wild Strawberry #FF3EAA
RGB
CMYK
RGB Variations
Color information
#FF3EAA (or 0xFF3EAA) is known color: Wild Strawberry. HEX triplet: FF, 3E and AA. RGB value is (255,62,170). Sum of RGB (Red+Green+Blue) = 255+62+170=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3EAA is #00C155. Grayscale: #838383. Windows color (decimal): -49494 or 11157247. OLE color: 11157247.
HSL color Cylindrical-coordinate representation of color #FF3EAA: hue angle of 326.42º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3EAA is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 170 | - |
| CMYK | 0 | 0.76 | 0.33 | 0 |
| HSL | 326.42º | 1% | 0.62% | - |
| HSV(B) | 326.42º | 0.76% | 1% | - |
| XYZ | 50.22 | 27.61 | 40.71 | - |
| YUV | 132.02 | 149.44 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 170 | 0 | 0.76 | 0.33 | 0 | 326.42 | 1 | 0.62 |
| Hex | FF | 3E | AA | 0 | 4C | 21 | 0 | 146 | 64 | 3E |
| Octal | 377 | 76 | 252 | 0 | 114 | 41 | 0 | 506 | 144 | 76 |
| Binary | 11111111 | 111110 | 10101010 | 0 | 1001100 | 100001 | 0 | 101000110 | 1100100 | 111110 |
Color Harmonies of #FF3EAA
Complementary color
Monochromatic Colors of #FF3EAA
Black with #FF3EAA
Text Example
Text Example
White with #FF3EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EAA; }
p { color: rgb(255,62,170); }
H1.HeaderClassName
{
color: #FF3EAA;
}
.AnyTagClassName
{
color: #FF3EAA;
}
</style>
background-color css
<style>
a { background-color: #FF3EAA; }
a { background-color: rgb(255,62,170); }
div.DivClassName
{
background-color: #FF3EAA;
}
.BgClassName
{
background-color: #FF3EAA;
}
</style>
border-color css
<style>
span { border-color: #FF3EAA; }
span { border-color: rgb(255,62,170); }
td.TdClassName
{
border-color: #FF3EAA;
}
.TagClassName
{
border-color: #FF3EAA;
}
</style>