Shades of Wild Strawberry #FE3DA1
Tints of Wild Strawberry #FE3DA1
RGB
CMYK
RGB Variations
Color information
#FE3DA1 (or 0xFE3DA1) is known color: Wild Strawberry. HEX triplet: FE, 3D and A1. RGB value is (254,61,161). Sum of RGB (Red+Green+Blue) = 254+61+161=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3DA1 is #01C25E. Grayscale: #818181. Windows color (decimal): -115295 or 10567166. OLE color: 10567166.
HSL color Cylindrical-coordinate representation of color #FE3DA1: hue angle of 328.91º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3DA1 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 161 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.00 |
| HSL | 328.91º | 0.99% | 0.62% | - |
| HSV(B) | 328.91º | 0.76% | 1% | - |
| XYZ | 48.97 | 26.98 | 36.34 | - |
| YUV | 130.11 | 145.44 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 161 | 0 | 0.76 | 0.37 | 0.00 | 328.91 | 0.99 | 0.62 |
| Hex | FE | 3D | A1 | 0 | 4C | 25 | 0 | 149 | 63 | 3E |
| Octal | 376 | 75 | 241 | 0 | 114 | 45 | 0 | 511 | 143 | 76 |
| Binary | 11111110 | 111101 | 10100001 | 0 | 1001100 | 100101 | 0 | 101001001 | 1100011 | 111110 |
Color Harmonies of #FE3DA1
Complementary color
Monochromatic Colors of #FE3DA1
Black with #FE3DA1
Text Example
Text Example
White with #FE3DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DA1; }
p { color: rgb(254,61,161); }
H1.HeaderClassName
{
color: #FE3DA1;
}
.AnyTagClassName
{
color: #FE3DA1;
}
</style>
background-color css
<style>
a { background-color: #FE3DA1; }
a { background-color: rgb(254,61,161); }
div.DivClassName
{
background-color: #FE3DA1;
}
.BgClassName
{
background-color: #FE3DA1;
}
</style>
border-color css
<style>
span { border-color: #FE3DA1; }
span { border-color: rgb(254,61,161); }
td.TdClassName
{
border-color: #FE3DA1;
}
.TagClassName
{
border-color: #FE3DA1;
}
</style>