Shades of Wild Strawberry #FE3E93
Tints of Wild Strawberry #FE3E93
RGB
CMYK
RGB Variations
Color information
#FE3E93 (or 0xFE3E93) is known color: Wild Strawberry. HEX triplet: FE, 3E and 93. RGB value is (254,62,147). Sum of RGB (Red+Green+Blue) = 254+62+147=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3E93 is #01C16C. Grayscale: #808080. Windows color (decimal): -115053 or 9649918. OLE color: 9649918.
HSL color Cylindrical-coordinate representation of color #FE3E93: hue angle of 333.44º 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 #FE3E93 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 147 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.00 |
| HSL | 333.44º | 0.99% | 0.62% | - |
| HSV(B) | 333.44º | 0.76% | 1% | - |
| XYZ | 47.86 | 26.62 | 30.22 | - |
| YUV | 129.1 | 138.11 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 147 | 0 | 0.76 | 0.42 | 0.00 | 333.44 | 0.99 | 0.62 |
| Hex | FE | 3E | 93 | 0 | 4C | 2A | 0 | 14D | 63 | 3E |
| Octal | 376 | 76 | 223 | 0 | 114 | 52 | 0 | 515 | 143 | 76 |
| Binary | 11111110 | 111110 | 10010011 | 0 | 1001100 | 101010 | 0 | 101001101 | 1100011 | 111110 |
Color Harmonies of #FE3E93
Complementary color
Monochromatic Colors of #FE3E93
Black with #FE3E93
Text Example
Text Example
White with #FE3E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E93; }
p { color: rgb(254,62,147); }
H1.HeaderClassName
{
color: #FE3E93;
}
.AnyTagClassName
{
color: #FE3E93;
}
</style>
background-color css
<style>
a { background-color: #FE3E93; }
a { background-color: rgb(254,62,147); }
div.DivClassName
{
background-color: #FE3E93;
}
.BgClassName
{
background-color: #FE3E93;
}
</style>
border-color css
<style>
span { border-color: #FE3E93; }
span { border-color: rgb(254,62,147); }
td.TdClassName
{
border-color: #FE3E93;
}
.TagClassName
{
border-color: #FE3E93;
}
</style>