Shades of Wild Strawberry #FE3C9F
Tints of Wild Strawberry #FE3C9F
RGB
CMYK
RGB Variations
Color information
#FE3C9F (or 0xFE3C9F) is known color: Wild Strawberry. HEX triplet: FE, 3C and 9F. RGB value is (254,60,159). Sum of RGB (Red+Green+Blue) = 254+60+159=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3C9F is #01C360. Grayscale: #818181. Windows color (decimal): -115553 or 10435838. OLE color: 10435838.
HSL color Cylindrical-coordinate representation of color #FE3C9F: hue angle of 329.38º 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 #FE3C9F is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 159 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.00 |
| HSL | 329.38º | 0.99% | 0.62% | - |
| HSV(B) | 329.38º | 0.76% | 1% | - |
| XYZ | 48.75 | 26.81 | 35.41 | - |
| YUV | 129.29 | 144.77 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 159 | 0 | 0.76 | 0.37 | 0.00 | 329.38 | 0.99 | 0.62 |
| Hex | FE | 3C | 9F | 0 | 4C | 25 | 0 | 149 | 63 | 3E |
| Octal | 376 | 74 | 237 | 0 | 114 | 45 | 0 | 511 | 143 | 76 |
| Binary | 11111110 | 111100 | 10011111 | 0 | 1001100 | 100101 | 0 | 101001001 | 1100011 | 111110 |
Color Harmonies of #FE3C9F
Complementary color
Monochromatic Colors of #FE3C9F
Black with #FE3C9F
Text Example
Text Example
White with #FE3C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C9F; }
p { color: rgb(254,60,159); }
H1.HeaderClassName
{
color: #FE3C9F;
}
.AnyTagClassName
{
color: #FE3C9F;
}
</style>
background-color css
<style>
a { background-color: #FE3C9F; }
a { background-color: rgb(254,60,159); }
div.DivClassName
{
background-color: #FE3C9F;
}
.BgClassName
{
background-color: #FE3C9F;
}
</style>
border-color css
<style>
span { border-color: #FE3C9F; }
span { border-color: rgb(254,60,159); }
td.TdClassName
{
border-color: #FE3C9F;
}
.TagClassName
{
border-color: #FE3C9F;
}
</style>