Shades of Wild Strawberry #FE3F94
Tints of Wild Strawberry #FE3F94
RGB
CMYK
RGB Variations
Color information
#FE3F94 (or 0xFE3F94) is known color: Wild Strawberry. HEX triplet: FE, 3F and 94. RGB value is (254,63,148). Sum of RGB (Red+Green+Blue) = 254+63+148=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3F94 is #01C06B. Grayscale: #818181. Windows color (decimal): -114796 or 9715710. OLE color: 9715710.
HSL color Cylindrical-coordinate representation of color #FE3F94: hue angle of 333.3º 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 #FE3F94 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 148 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.00 |
| HSL | 333.3º | 0.99% | 0.62% | - |
| HSV(B) | 333.3º | 0.75% | 1% | - |
| XYZ | 48 | 26.76 | 30.65 | - |
| YUV | 129.8 | 138.28 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 148 | 0 | 0.75 | 0.42 | 0.00 | 333.3 | 0.99 | 0.62 |
| Hex | FE | 3F | 94 | 0 | 4B | 2A | 0 | 14D | 63 | 3E |
| Octal | 376 | 77 | 224 | 0 | 113 | 52 | 0 | 515 | 143 | 76 |
| Binary | 11111110 | 111111 | 10010100 | 0 | 1001011 | 101010 | 0 | 101001101 | 1100011 | 111110 |
Color Harmonies of #FE3F94
Complementary color
Monochromatic Colors of #FE3F94
Black with #FE3F94
Text Example
Text Example
White with #FE3F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F94; }
p { color: rgb(254,63,148); }
H1.HeaderClassName
{
color: #FE3F94;
}
.AnyTagClassName
{
color: #FE3F94;
}
</style>
background-color css
<style>
a { background-color: #FE3F94; }
a { background-color: rgb(254,63,148); }
div.DivClassName
{
background-color: #FE3F94;
}
.BgClassName
{
background-color: #FE3F94;
}
</style>
border-color css
<style>
span { border-color: #FE3F94; }
span { border-color: rgb(254,63,148); }
td.TdClassName
{
border-color: #FE3F94;
}
.TagClassName
{
border-color: #FE3F94;
}
</style>