Shades of Wild Strawberry #FF2E81
Tints of Wild Strawberry #FF2E81
RGB
CMYK
RGB Variations
Color information
#FF2E81 (or 0xFF2E81) is known color: Wild Strawberry. HEX triplet: FF, 2E and 81. RGB value is (255,46,129). Sum of RGB (Red+Green+Blue) = 255+46+129=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2E81 is #00D17E. Grayscale: #757575. Windows color (decimal): -53631 or 8466175. OLE color: 8466175.
HSL color Cylindrical-coordinate representation of color #FF2E81: hue angle of 336.17º 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 #FF2E81 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 129 | - |
| CMYK | 0 | 0.82 | 0.49 | 0 |
| HSL | 336.17º | 1% | 0.59% | - |
| HSV(B) | 336.17º | 0.82% | 1% | - |
| XYZ | 46.18 | 24.8 | 23.12 | - |
| YUV | 117.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 129 | 0 | 0.82 | 0.49 | 0 | 336.17 | 1 | 0.59 |
| Hex | FF | 2E | 81 | 0 | 52 | 31 | 0 | 150 | 64 | 3B |
| Octal | 377 | 56 | 201 | 0 | 122 | 61 | 0 | 520 | 144 | 73 |
| Binary | 11111111 | 101110 | 10000001 | 0 | 1010010 | 110001 | 0 | 101010000 | 1100100 | 111011 |
Color Harmonies of #FF2E81
Complementary color
Monochromatic Colors of #FF2E81
Black with #FF2E81
Text Example
Text Example
White with #FF2E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E81; }
p { color: rgb(255,46,129); }
H1.HeaderClassName
{
color: #FF2E81;
}
.AnyTagClassName
{
color: #FF2E81;
}
</style>
background-color css
<style>
a { background-color: #FF2E81; }
a { background-color: rgb(255,46,129); }
div.DivClassName
{
background-color: #FF2E81;
}
.BgClassName
{
background-color: #FF2E81;
}
</style>
border-color css
<style>
span { border-color: #FF2E81; }
span { border-color: rgb(255,46,129); }
td.TdClassName
{
border-color: #FF2E81;
}
.TagClassName
{
border-color: #FF2E81;
}
</style>