Shades of Wild Strawberry #FE318D
Tints of Wild Strawberry #FE318D
RGB
CMYK
RGB Variations
Color information
#FE318D (or 0xFE318D) is known color: Wild Strawberry. HEX triplet: FE, 31 and 8D. RGB value is (254,49,141). Sum of RGB (Red+Green+Blue) = 254+49+141=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE318D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE318D is #01CE72. Grayscale: #787878. Windows color (decimal): -118387 or 9253374. OLE color: 9253374.
HSL color Cylindrical-coordinate representation of color #FE318D: hue angle of 333.07º 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 #FE318D is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 141 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.00 |
| HSL | 333.07º | 0.99% | 0.59% | - |
| HSV(B) | 333.07º | 0.81% | 1% | - |
| XYZ | 46.78 | 25.19 | 27.6 | - |
| YUV | 120.78 | 139.42 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 141 | 0 | 0.81 | 0.44 | 0.00 | 333.07 | 0.99 | 0.59 |
| Hex | FE | 31 | 8D | 0 | 51 | 2C | 0 | 14D | 63 | 3B |
| Octal | 376 | 61 | 215 | 0 | 121 | 54 | 0 | 515 | 143 | 73 |
| Binary | 11111110 | 110001 | 10001101 | 0 | 1010001 | 101100 | 0 | 101001101 | 1100011 | 111011 |
Color Harmonies of #FE318D
Complementary color
Monochromatic Colors of #FE318D
Black with #FE318D
Text Example
Text Example
White with #FE318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE318D; }
p { color: rgb(254,49,141); }
H1.HeaderClassName
{
color: #FE318D;
}
.AnyTagClassName
{
color: #FE318D;
}
</style>
background-color css
<style>
a { background-color: #FE318D; }
a { background-color: rgb(254,49,141); }
div.DivClassName
{
background-color: #FE318D;
}
.BgClassName
{
background-color: #FE318D;
}
</style>
border-color css
<style>
span { border-color: #FE318D; }
span { border-color: rgb(254,49,141); }
td.TdClassName
{
border-color: #FE318D;
}
.TagClassName
{
border-color: #FE318D;
}
</style>