Shades of Wild Strawberry #FE2E96
Tints of Wild Strawberry #FE2E96
RGB
CMYK
RGB Variations
Color information
#FE2E96 (or 0xFE2E96) is known color: Wild Strawberry. HEX triplet: FE, 2E and 96. RGB value is (254,46,150). Sum of RGB (Red+Green+Blue) = 254+46+150=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2E96 is #01D169. Grayscale: #777777. Windows color (decimal): -119146 or 9842430. OLE color: 9842430.
HSL color Cylindrical-coordinate representation of color #FE2E96: hue angle of 330º 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 #FE2E96 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 150 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.00 |
| HSL | 330º | 0.99% | 0.59% | - |
| HSV(B) | 330º | 0.82% | 1% | - |
| XYZ | 47.36 | 25.23 | 31.23 | - |
| YUV | 120.05 | 144.91 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 150 | 0 | 0.82 | 0.41 | 0.00 | 330 | 0.99 | 0.59 |
| Hex | FE | 2E | 96 | 0 | 52 | 29 | 0 | 14A | 63 | 3B |
| Octal | 376 | 56 | 226 | 0 | 122 | 51 | 0 | 512 | 143 | 73 |
| Binary | 11111110 | 101110 | 10010110 | 0 | 1010010 | 101001 | 0 | 101001010 | 1100011 | 111011 |
Color Harmonies of #FE2E96
Complementary color
Monochromatic Colors of #FE2E96
Black with #FE2E96
Text Example
Text Example
White with #FE2E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E96; }
p { color: rgb(254,46,150); }
H1.HeaderClassName
{
color: #FE2E96;
}
.AnyTagClassName
{
color: #FE2E96;
}
</style>
background-color css
<style>
a { background-color: #FE2E96; }
a { background-color: rgb(254,46,150); }
div.DivClassName
{
background-color: #FE2E96;
}
.BgClassName
{
background-color: #FE2E96;
}
</style>
border-color css
<style>
span { border-color: #FE2E96; }
span { border-color: rgb(254,46,150); }
td.TdClassName
{
border-color: #FE2E96;
}
.TagClassName
{
border-color: #FE2E96;
}
</style>