Shades of Wild Strawberry #FE2794
Tints of Wild Strawberry #FE2794
RGB
CMYK
RGB Variations
Color information
#FE2794 (or 0xFE2794) is known color: Wild Strawberry. HEX triplet: FE, 27 and 94. RGB value is (254,39,148). Sum of RGB (Red+Green+Blue) = 254+39+148=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2794 is #01D86B. Grayscale: #737373. Windows color (decimal): -120940 or 9709566. OLE color: 9709566.
HSL color Cylindrical-coordinate representation of color #FE2794: hue angle of 329.58º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2794 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 148 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.00 |
| HSL | 329.58º | 0.99% | 0.57% | - |
| HSV(B) | 329.58º | 0.85% | 1% | - |
| XYZ | 46.94 | 24.66 | 30.3 | - |
| YUV | 115.71 | 146.23 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 148 | 0 | 0.85 | 0.42 | 0.00 | 329.58 | 0.99 | 0.57 |
| Hex | FE | 27 | 94 | 0 | 55 | 2A | 0 | 14A | 63 | 39 |
| Octal | 376 | 47 | 224 | 0 | 125 | 52 | 0 | 512 | 143 | 71 |
| Binary | 11111110 | 100111 | 10010100 | 0 | 1010101 | 101010 | 0 | 101001010 | 1100011 | 111001 |
Color Harmonies of #FE2794
Complementary color
Monochromatic Colors of #FE2794
Black with #FE2794
Text Example
Text Example
White with #FE2794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2794; }
p { color: rgb(254,39,148); }
H1.HeaderClassName
{
color: #FE2794;
}
.AnyTagClassName
{
color: #FE2794;
}
</style>
background-color css
<style>
a { background-color: #FE2794; }
a { background-color: rgb(254,39,148); }
div.DivClassName
{
background-color: #FE2794;
}
.BgClassName
{
background-color: #FE2794;
}
</style>
border-color css
<style>
span { border-color: #FE2794; }
span { border-color: rgb(254,39,148); }
td.TdClassName
{
border-color: #FE2794;
}
.TagClassName
{
border-color: #FE2794;
}
</style>