Shades of Wild Strawberry #FF2784
Tints of Wild Strawberry #FF2784
RGB
CMYK
RGB Variations
Color information
#FF2784 (or 0xFF2784) is known color: Wild Strawberry. HEX triplet: FF, 27 and 84. RGB value is (255,39,132). Sum of RGB (Red+Green+Blue) = 255+39+132=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2784 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2784 is #00D87B. Grayscale: #727272. Windows color (decimal): -55420 or 8660991. OLE color: 8660991.
HSL color Cylindrical-coordinate representation of color #FF2784: hue angle of 334.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2784 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 132 | - |
| CMYK | 0 | 0.85 | 0.48 | 0 |
| HSL | 334.17º | 1% | 0.58% | - |
| HSV(B) | 334.17º | 0.85% | 1% | - |
| XYZ | 46.13 | 24.38 | 24.1 | - |
| YUV | 114.19 | 138.06 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 132 | 0 | 0.85 | 0.48 | 0 | 334.17 | 1 | 0.58 |
| Hex | FF | 27 | 84 | 0 | 55 | 30 | 0 | 14E | 64 | 3A |
| Octal | 377 | 47 | 204 | 0 | 125 | 60 | 0 | 516 | 144 | 72 |
| Binary | 11111111 | 100111 | 10000100 | 0 | 1010101 | 110000 | 0 | 101001110 | 1100100 | 111010 |
Color Harmonies of #FF2784
Complementary color
Monochromatic Colors of #FF2784
Black with #FF2784
Text Example
Text Example
White with #FF2784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2784; }
p { color: rgb(255,39,132); }
H1.HeaderClassName
{
color: #FF2784;
}
.AnyTagClassName
{
color: #FF2784;
}
</style>
background-color css
<style>
a { background-color: #FF2784; }
a { background-color: rgb(255,39,132); }
div.DivClassName
{
background-color: #FF2784;
}
.BgClassName
{
background-color: #FF2784;
}
</style>
border-color css
<style>
span { border-color: #FF2784; }
span { border-color: rgb(255,39,132); }
td.TdClassName
{
border-color: #FF2784;
}
.TagClassName
{
border-color: #FF2784;
}
</style>