Shades of Wild Strawberry #FE3AA2
Tints of Wild Strawberry #FE3AA2
RGB
CMYK
RGB Variations
Color information
#FE3AA2 (or 0xFE3AA2) is known color: Wild Strawberry. HEX triplet: FE, 3A and A2. RGB value is (254,58,162). Sum of RGB (Red+Green+Blue) = 254+58+162=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3AA2 is #01C55D. Grayscale: #808080. Windows color (decimal): -116062 or 10631934. OLE color: 10631934.
HSL color Cylindrical-coordinate representation of color #FE3AA2: hue angle of 328.16º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3AA2 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 162 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.00 |
| HSL | 328.16º | 0.99% | 0.61% | - |
| HSV(B) | 328.16º | 0.77% | 1% | - |
| XYZ | 48.91 | 26.71 | 36.76 | - |
| YUV | 128.46 | 146.93 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 162 | 0 | 0.77 | 0.36 | 0.00 | 328.16 | 0.99 | 0.61 |
| Hex | FE | 3A | A2 | 0 | 4D | 24 | 0 | 148 | 63 | 3D |
| Octal | 376 | 72 | 242 | 0 | 115 | 44 | 0 | 510 | 143 | 75 |
| Binary | 11111110 | 111010 | 10100010 | 0 | 1001101 | 100100 | 0 | 101001000 | 1100011 | 111101 |
Color Harmonies of #FE3AA2
Complementary color
Monochromatic Colors of #FE3AA2
Black with #FE3AA2
Text Example
Text Example
White with #FE3AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3AA2; }
p { color: rgb(254,58,162); }
H1.HeaderClassName
{
color: #FE3AA2;
}
.AnyTagClassName
{
color: #FE3AA2;
}
</style>
background-color css
<style>
a { background-color: #FE3AA2; }
a { background-color: rgb(254,58,162); }
div.DivClassName
{
background-color: #FE3AA2;
}
.BgClassName
{
background-color: #FE3AA2;
}
</style>
border-color css
<style>
span { border-color: #FE3AA2; }
span { border-color: rgb(254,58,162); }
td.TdClassName
{
border-color: #FE3AA2;
}
.TagClassName
{
border-color: #FE3AA2;
}
</style>