Shades of Wild Strawberry #FE3F9F
Tints of Wild Strawberry #FE3F9F
RGB
CMYK
RGB Variations
Color information
#FE3F9F (or 0xFE3F9F) is known color: Wild Strawberry. HEX triplet: FE, 3F and 9F. RGB value is (254,63,159). Sum of RGB (Red+Green+Blue) = 254+63+159=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3F9F is #01C060. Grayscale: #828282. Windows color (decimal): -114785 or 10436606. OLE color: 10436606.
HSL color Cylindrical-coordinate representation of color #FE3F9F: hue angle of 329.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3F9F is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 159 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.00 |
| HSL | 329.84º | 0.99% | 0.62% | - |
| HSV(B) | 329.84º | 0.75% | 1% | - |
| XYZ | 48.91 | 27.13 | 35.46 | - |
| YUV | 131.05 | 143.78 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 159 | 0 | 0.75 | 0.37 | 0.00 | 329.84 | 0.99 | 0.62 |
| Hex | FE | 3F | 9F | 0 | 4B | 25 | 0 | 14A | 63 | 3E |
| Octal | 376 | 77 | 237 | 0 | 113 | 45 | 0 | 512 | 143 | 76 |
| Binary | 11111110 | 111111 | 10011111 | 0 | 1001011 | 100101 | 0 | 101001010 | 1100011 | 111110 |
Color Harmonies of #FE3F9F
Complementary color
Monochromatic Colors of #FE3F9F
Black with #FE3F9F
Text Example
Text Example
White with #FE3F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F9F; }
p { color: rgb(254,63,159); }
H1.HeaderClassName
{
color: #FE3F9F;
}
.AnyTagClassName
{
color: #FE3F9F;
}
</style>
background-color css
<style>
a { background-color: #FE3F9F; }
a { background-color: rgb(254,63,159); }
div.DivClassName
{
background-color: #FE3F9F;
}
.BgClassName
{
background-color: #FE3F9F;
}
</style>
border-color css
<style>
span { border-color: #FE3F9F; }
span { border-color: rgb(254,63,159); }
td.TdClassName
{
border-color: #FE3F9F;
}
.TagClassName
{
border-color: #FE3F9F;
}
</style>