Shades of Wild Strawberry #FE3FA4
Tints of Wild Strawberry #FE3FA4
RGB
CMYK
RGB Variations
Color information
#FE3FA4 (or 0xFE3FA4) is known color: Wild Strawberry. HEX triplet: FE, 3F and A4. RGB value is (254,63,164). Sum of RGB (Red+Green+Blue) = 254+63+164=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3FA4 is #01C05B. Grayscale: #838383. Windows color (decimal): -114780 or 10764286. OLE color: 10764286.
HSL color Cylindrical-coordinate representation of color #FE3FA4: hue angle of 328.27º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FA4 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 164 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.00 |
| HSL | 328.27º | 0.99% | 0.62% | - |
| HSV(B) | 328.27º | 0.75% | 1% | - |
| XYZ | 49.35 | 27.31 | 37.79 | - |
| YUV | 131.62 | 146.28 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 164 | 0 | 0.75 | 0.35 | 0.00 | 328.27 | 0.99 | 0.62 |
| Hex | FE | 3F | A4 | 0 | 4B | 23 | 0 | 148 | 63 | 3E |
| Octal | 376 | 77 | 244 | 0 | 113 | 43 | 0 | 510 | 143 | 76 |
| Binary | 11111110 | 111111 | 10100100 | 0 | 1001011 | 100011 | 0 | 101001000 | 1100011 | 111110 |
Color Harmonies of #FE3FA4
Complementary color
Monochromatic Colors of #FE3FA4
Black with #FE3FA4
Text Example
Text Example
White with #FE3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FA4; }
p { color: rgb(254,63,164); }
H1.HeaderClassName
{
color: #FE3FA4;
}
.AnyTagClassName
{
color: #FE3FA4;
}
</style>
background-color css
<style>
a { background-color: #FE3FA4; }
a { background-color: rgb(254,63,164); }
div.DivClassName
{
background-color: #FE3FA4;
}
.BgClassName
{
background-color: #FE3FA4;
}
</style>
border-color css
<style>
span { border-color: #FE3FA4; }
span { border-color: rgb(254,63,164); }
td.TdClassName
{
border-color: #FE3FA4;
}
.TagClassName
{
border-color: #FE3FA4;
}
</style>