Shades of Wild Strawberry #FF2D84
Tints of Wild Strawberry #FF2D84
RGB
CMYK
RGB Variations
Color information
#FF2D84 (or 0xFF2D84) is known color: Wild Strawberry. HEX triplet: FF, 2D and 84. RGB value is (255,45,132). Sum of RGB (Red+Green+Blue) = 255+45+132=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2D84 is #00D27B. Grayscale: #757575. Windows color (decimal): -53884 or 8662527. OLE color: 8662527.
HSL color Cylindrical-coordinate representation of color #FF2D84: hue angle of 335.14º 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 #FF2D84 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 132 | - |
| CMYK | 0 | 0.82 | 0.48 | 0 |
| HSL | 335.14º | 1% | 0.59% | - |
| HSV(B) | 335.14º | 0.82% | 1% | - |
| XYZ | 46.34 | 24.8 | 24.17 | - |
| YUV | 117.71 | 136.07 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 132 | 0 | 0.82 | 0.48 | 0 | 335.14 | 1 | 0.59 |
| Hex | FF | 2D | 84 | 0 | 52 | 30 | 0 | 14F | 64 | 3B |
| Octal | 377 | 55 | 204 | 0 | 122 | 60 | 0 | 517 | 144 | 73 |
| Binary | 11111111 | 101101 | 10000100 | 0 | 1010010 | 110000 | 0 | 101001111 | 1100100 | 111011 |
Color Harmonies of #FF2D84
Complementary color
Monochromatic Colors of #FF2D84
Black with #FF2D84
Text Example
Text Example
White with #FF2D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D84; }
p { color: rgb(255,45,132); }
H1.HeaderClassName
{
color: #FF2D84;
}
.AnyTagClassName
{
color: #FF2D84;
}
</style>
background-color css
<style>
a { background-color: #FF2D84; }
a { background-color: rgb(255,45,132); }
div.DivClassName
{
background-color: #FF2D84;
}
.BgClassName
{
background-color: #FF2D84;
}
</style>
border-color css
<style>
span { border-color: #FF2D84; }
span { border-color: rgb(255,45,132); }
td.TdClassName
{
border-color: #FF2D84;
}
.TagClassName
{
border-color: #FF2D84;
}
</style>