Shades of Wild Strawberry #FF2E83
Tints of Wild Strawberry #FF2E83
RGB
CMYK
RGB Variations
Color information
#FF2E83 (or 0xFF2E83) is known color: Wild Strawberry. HEX triplet: FF, 2E and 83. RGB value is (255,46,131). Sum of RGB (Red+Green+Blue) = 255+46+131=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2E83 is #00D17C. Grayscale: #767676. Windows color (decimal): -53629 or 8597247. OLE color: 8597247.
HSL color Cylindrical-coordinate representation of color #FF2E83: hue angle of 335.6º 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 #FF2E83 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 131 | - |
| CMYK | 0 | 0.82 | 0.49 | 0 |
| HSL | 335.6º | 1% | 0.59% | - |
| HSV(B) | 335.6º | 0.82% | 1% | - |
| XYZ | 46.31 | 24.85 | 23.83 | - |
| YUV | 118.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 131 | 0 | 0.82 | 0.49 | 0 | 335.6 | 1 | 0.59 |
| Hex | FF | 2E | 83 | 0 | 52 | 31 | 0 | 150 | 64 | 3B |
| Octal | 377 | 56 | 203 | 0 | 122 | 61 | 0 | 520 | 144 | 73 |
| Binary | 11111111 | 101110 | 10000011 | 0 | 1010010 | 110001 | 0 | 101010000 | 1100100 | 111011 |
Color Harmonies of #FF2E83
Complementary color
Monochromatic Colors of #FF2E83
Black with #FF2E83
Text Example
Text Example
White with #FF2E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E83; }
p { color: rgb(255,46,131); }
H1.HeaderClassName
{
color: #FF2E83;
}
.AnyTagClassName
{
color: #FF2E83;
}
</style>
background-color css
<style>
a { background-color: #FF2E83; }
a { background-color: rgb(255,46,131); }
div.DivClassName
{
background-color: #FF2E83;
}
.BgClassName
{
background-color: #FF2E83;
}
</style>
border-color css
<style>
span { border-color: #FF2E83; }
span { border-color: rgb(255,46,131); }
td.TdClassName
{
border-color: #FF2E83;
}
.TagClassName
{
border-color: #FF2E83;
}
</style>