Shades of Wild Strawberry #FF2E9E
Tints of Wild Strawberry #FF2E9E
RGB
CMYK
RGB Variations
Color information
#FF2E9E (or 0xFF2E9E) is known color: Wild Strawberry. HEX triplet: FF, 2E and 9E. RGB value is (255,46,158). Sum of RGB (Red+Green+Blue) = 255+46+158=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2E9E is #00D161. Grayscale: #797979. Windows color (decimal): -53602 or 10366719. OLE color: 10366719.
HSL color Cylindrical-coordinate representation of color #FF2E9E: hue angle of 327.85º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2E9E is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 158 | - |
| CMYK | 0 | 0.82 | 0.38 | 0 |
| HSL | 327.85º | 1% | 0.59% | - |
| HSV(B) | 327.85º | 0.82% | 1% | - |
| XYZ | 48.39 | 25.68 | 34.75 | - |
| YUV | 121.26 | 148.74 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 158 | 0 | 0.82 | 0.38 | 0 | 327.85 | 1 | 0.59 |
| Hex | FF | 2E | 9E | 0 | 52 | 26 | 0 | 148 | 64 | 3B |
| Octal | 377 | 56 | 236 | 0 | 122 | 46 | 0 | 510 | 144 | 73 |
| Binary | 11111111 | 101110 | 10011110 | 0 | 1010010 | 100110 | 0 | 101001000 | 1100100 | 111011 |
Color Harmonies of #FF2E9E
Complementary color
Monochromatic Colors of #FF2E9E
Black with #FF2E9E
Text Example
Text Example
White with #FF2E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E9E; }
p { color: rgb(255,46,158); }
H1.HeaderClassName
{
color: #FF2E9E;
}
.AnyTagClassName
{
color: #FF2E9E;
}
</style>
background-color css
<style>
a { background-color: #FF2E9E; }
a { background-color: rgb(255,46,158); }
div.DivClassName
{
background-color: #FF2E9E;
}
.BgClassName
{
background-color: #FF2E9E;
}
</style>
border-color css
<style>
span { border-color: #FF2E9E; }
span { border-color: rgb(255,46,158); }
td.TdClassName
{
border-color: #FF2E9E;
}
.TagClassName
{
border-color: #FF2E9E;
}
</style>