Shades of Wild Strawberry #FE31A1
Tints of Wild Strawberry #FE31A1
RGB
CMYK
RGB Variations
Color information
#FE31A1 (or 0xFE31A1) is known color: Wild Strawberry. HEX triplet: FE, 31 and A1. RGB value is (254,49,161). Sum of RGB (Red+Green+Blue) = 254+49+161=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE31A1 is #01CE5E. Grayscale: #7A7A7A. Windows color (decimal): -118367 or 10564094. OLE color: 10564094.
HSL color Cylindrical-coordinate representation of color #FE31A1: hue angle of 327.22º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE31A1 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 161 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.00 |
| HSL | 327.22º | 0.99% | 0.59% | - |
| HSV(B) | 327.22º | 0.81% | 1% | - |
| XYZ | 48.4 | 25.84 | 36.15 | - |
| YUV | 123.06 | 149.42 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 161 | 0 | 0.81 | 0.37 | 0.00 | 327.22 | 0.99 | 0.59 |
| Hex | FE | 31 | A1 | 0 | 51 | 25 | 0 | 147 | 63 | 3B |
| Octal | 376 | 61 | 241 | 0 | 121 | 45 | 0 | 507 | 143 | 73 |
| Binary | 11111110 | 110001 | 10100001 | 0 | 1010001 | 100101 | 0 | 101000111 | 1100011 | 111011 |
Color Harmonies of #FE31A1
Complementary color
Monochromatic Colors of #FE31A1
Black with #FE31A1
Text Example
Text Example
White with #FE31A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31A1; }
p { color: rgb(254,49,161); }
H1.HeaderClassName
{
color: #FE31A1;
}
.AnyTagClassName
{
color: #FE31A1;
}
</style>
background-color css
<style>
a { background-color: #FE31A1; }
a { background-color: rgb(254,49,161); }
div.DivClassName
{
background-color: #FE31A1;
}
.BgClassName
{
background-color: #FE31A1;
}
</style>
border-color css
<style>
span { border-color: #FE31A1; }
span { border-color: rgb(254,49,161); }
td.TdClassName
{
border-color: #FE31A1;
}
.TagClassName
{
border-color: #FE31A1;
}
</style>