Shades of Wild Strawberry #FE3C9E
Tints of Wild Strawberry #FE3C9E
RGB
CMYK
RGB Variations
Color information
#FE3C9E (or 0xFE3C9E) is known color: Wild Strawberry. HEX triplet: FE, 3C and 9E. RGB value is (254,60,158). Sum of RGB (Red+Green+Blue) = 254+60+158=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3C9E is #01C361. Grayscale: #808080. Windows color (decimal): -115554 or 10370302. OLE color: 10370302.
HSL color Cylindrical-coordinate representation of color #FE3C9E: hue angle of 329.69º 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 #FE3C9E is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 158 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.00 |
| HSL | 329.69º | 0.99% | 0.62% | - |
| HSV(B) | 329.69º | 0.76% | 1% | - |
| XYZ | 48.66 | 26.77 | 34.95 | - |
| YUV | 129.18 | 144.27 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 158 | 0 | 0.76 | 0.38 | 0.00 | 329.69 | 0.99 | 0.62 |
| Hex | FE | 3C | 9E | 0 | 4C | 26 | 0 | 14A | 63 | 3E |
| Octal | 376 | 74 | 236 | 0 | 114 | 46 | 0 | 512 | 143 | 76 |
| Binary | 11111110 | 111100 | 10011110 | 0 | 1001100 | 100110 | 0 | 101001010 | 1100011 | 111110 |
Color Harmonies of #FE3C9E
Complementary color
Monochromatic Colors of #FE3C9E
Black with #FE3C9E
Text Example
Text Example
White with #FE3C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C9E; }
p { color: rgb(254,60,158); }
H1.HeaderClassName
{
color: #FE3C9E;
}
.AnyTagClassName
{
color: #FE3C9E;
}
</style>
background-color css
<style>
a { background-color: #FE3C9E; }
a { background-color: rgb(254,60,158); }
div.DivClassName
{
background-color: #FE3C9E;
}
.BgClassName
{
background-color: #FE3C9E;
}
</style>
border-color css
<style>
span { border-color: #FE3C9E; }
span { border-color: rgb(254,60,158); }
td.TdClassName
{
border-color: #FE3C9E;
}
.TagClassName
{
border-color: #FE3C9E;
}
</style>