Shades of Wild Strawberry #FE3AAA
Tints of Wild Strawberry #FE3AAA
RGB
CMYK
RGB Variations
Color information
#FE3AAA (or 0xFE3AAA) is known color: Wild Strawberry. HEX triplet: FE, 3A and AA. RGB value is (254,58,170). Sum of RGB (Red+Green+Blue) = 254+58+170=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3AAA is #01C555. Grayscale: #818181. Windows color (decimal): -116054 or 11156222. OLE color: 11156222.
HSL color Cylindrical-coordinate representation of color #FE3AAA: hue angle of 325.71º 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 #FE3AAA is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 170 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.00 |
| HSL | 325.71º | 0.99% | 0.61% | - |
| HSV(B) | 325.71º | 0.77% | 1% | - |
| XYZ | 49.64 | 27 | 40.63 | - |
| YUV | 129.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 170 | 0 | 0.77 | 0.33 | 0.00 | 325.71 | 0.99 | 0.61 |
| Hex | FE | 3A | AA | 0 | 4D | 21 | 0 | 146 | 63 | 3D |
| Octal | 376 | 72 | 252 | 0 | 115 | 41 | 0 | 506 | 143 | 75 |
| Binary | 11111110 | 111010 | 10101010 | 0 | 1001101 | 100001 | 0 | 101000110 | 1100011 | 111101 |
Color Harmonies of #FE3AAA
Complementary color
Monochromatic Colors of #FE3AAA
Black with #FE3AAA
Text Example
Text Example
White with #FE3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3AAA; }
p { color: rgb(254,58,170); }
H1.HeaderClassName
{
color: #FE3AAA;
}
.AnyTagClassName
{
color: #FE3AAA;
}
</style>
background-color css
<style>
a { background-color: #FE3AAA; }
a { background-color: rgb(254,58,170); }
div.DivClassName
{
background-color: #FE3AAA;
}
.BgClassName
{
background-color: #FE3AAA;
}
</style>
border-color css
<style>
span { border-color: #FE3AAA; }
span { border-color: rgb(254,58,170); }
td.TdClassName
{
border-color: #FE3AAA;
}
.TagClassName
{
border-color: #FE3AAA;
}
</style>