Shades of Wild Strawberry #FF2884
Tints of Wild Strawberry #FF2884
RGB
CMYK
RGB Variations
Color information
#FF2884 (or 0xFF2884) is known color: Wild Strawberry. HEX triplet: FF, 28 and 84. RGB value is (255,40,132). Sum of RGB (Red+Green+Blue) = 255+40+132=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2884 is #00D77B. Grayscale: #727272. Windows color (decimal): -55164 or 8661247. OLE color: 8661247.
HSL color Cylindrical-coordinate representation of color #FF2884: hue angle of 334.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2884 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 132 | - |
| CMYK | 0 | 0.84 | 0.48 | 0 |
| HSL | 334.33º | 1% | 0.58% | - |
| HSV(B) | 334.33º | 0.84% | 1% | - |
| XYZ | 46.16 | 24.44 | 24.11 | - |
| YUV | 114.77 | 137.73 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 132 | 0 | 0.84 | 0.48 | 0 | 334.33 | 1 | 0.58 |
| Hex | FF | 28 | 84 | 0 | 54 | 30 | 0 | 14E | 64 | 3A |
| Octal | 377 | 50 | 204 | 0 | 124 | 60 | 0 | 516 | 144 | 72 |
| Binary | 11111111 | 101000 | 10000100 | 0 | 1010100 | 110000 | 0 | 101001110 | 1100100 | 111010 |
Color Harmonies of #FF2884
Complementary color
Monochromatic Colors of #FF2884
Black with #FF2884
Text Example
Text Example
White with #FF2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2884; }
p { color: rgb(255,40,132); }
H1.HeaderClassName
{
color: #FF2884;
}
.AnyTagClassName
{
color: #FF2884;
}
</style>
background-color css
<style>
a { background-color: #FF2884; }
a { background-color: rgb(255,40,132); }
div.DivClassName
{
background-color: #FF2884;
}
.BgClassName
{
background-color: #FF2884;
}
</style>
border-color css
<style>
span { border-color: #FF2884; }
span { border-color: rgb(255,40,132); }
td.TdClassName
{
border-color: #FF2884;
}
.TagClassName
{
border-color: #FF2884;
}
</style>