Shades of Wild Strawberry #FE2E85
Tints of Wild Strawberry #FE2E85
RGB
CMYK
RGB Variations
Color information
#FE2E85 (or 0xFE2E85) is known color: Wild Strawberry. HEX triplet: FE, 2E and 85. RGB value is (254,46,133). Sum of RGB (Red+Green+Blue) = 254+46+133=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2E85 is #01D17A. Grayscale: #757575. Windows color (decimal): -119163 or 8728318. OLE color: 8728318.
HSL color Cylindrical-coordinate representation of color #FE2E85: hue angle of 334.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2E85 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 133 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.00 |
| HSL | 334.9º | 0.99% | 0.59% | - |
| HSV(B) | 334.9º | 0.82% | 1% | - |
| XYZ | 46.08 | 24.72 | 24.53 | - |
| YUV | 118.11 | 136.41 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 133 | 0 | 0.82 | 0.48 | 0.00 | 334.9 | 0.99 | 0.59 |
| Hex | FE | 2E | 85 | 0 | 52 | 30 | 0 | 14F | 63 | 3B |
| Octal | 376 | 56 | 205 | 0 | 122 | 60 | 0 | 517 | 143 | 73 |
| Binary | 11111110 | 101110 | 10000101 | 0 | 1010010 | 110000 | 0 | 101001111 | 1100011 | 111011 |
Color Harmonies of #FE2E85
Complementary color
Monochromatic Colors of #FE2E85
Black with #FE2E85
Text Example
Text Example
White with #FE2E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E85; }
p { color: rgb(254,46,133); }
H1.HeaderClassName
{
color: #FE2E85;
}
.AnyTagClassName
{
color: #FE2E85;
}
</style>
background-color css
<style>
a { background-color: #FE2E85; }
a { background-color: rgb(254,46,133); }
div.DivClassName
{
background-color: #FE2E85;
}
.BgClassName
{
background-color: #FE2E85;
}
</style>
border-color css
<style>
span { border-color: #FE2E85; }
span { border-color: rgb(254,46,133); }
td.TdClassName
{
border-color: #FE2E85;
}
.TagClassName
{
border-color: #FE2E85;
}
</style>