Shades of Wild Strawberry #FF2C84
Tints of Wild Strawberry #FF2C84
RGB
CMYK
RGB Variations
Color information
#FF2C84 (or 0xFF2C84) is known color: Wild Strawberry. HEX triplet: FF, 2C and 84. RGB value is (255,44,132). Sum of RGB (Red+Green+Blue) = 255+44+132=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2C84 is #00D37B. Grayscale: #747474. Windows color (decimal): -54140 or 8662271. OLE color: 8662271.
HSL color Cylindrical-coordinate representation of color #FF2C84: hue angle of 334.98º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2C84 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 132 | - |
| CMYK | 0 | 0.83 | 0.48 | 0 |
| HSL | 334.98º | 1% | 0.59% | - |
| HSV(B) | 334.98º | 0.83% | 1% | - |
| XYZ | 46.31 | 24.73 | 24.16 | - |
| YUV | 117.12 | 136.4 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 132 | 0 | 0.83 | 0.48 | 0 | 334.98 | 1 | 0.59 |
| Hex | FF | 2C | 84 | 0 | 53 | 30 | 0 | 14F | 64 | 3B |
| Octal | 377 | 54 | 204 | 0 | 123 | 60 | 0 | 517 | 144 | 73 |
| Binary | 11111111 | 101100 | 10000100 | 0 | 1010011 | 110000 | 0 | 101001111 | 1100100 | 111011 |
Color Harmonies of #FF2C84
Complementary color
Monochromatic Colors of #FF2C84
Black with #FF2C84
Text Example
Text Example
White with #FF2C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C84; }
p { color: rgb(255,44,132); }
H1.HeaderClassName
{
color: #FF2C84;
}
.AnyTagClassName
{
color: #FF2C84;
}
</style>
background-color css
<style>
a { background-color: #FF2C84; }
a { background-color: rgb(255,44,132); }
div.DivClassName
{
background-color: #FF2C84;
}
.BgClassName
{
background-color: #FF2C84;
}
</style>
border-color css
<style>
span { border-color: #FF2C84; }
span { border-color: rgb(255,44,132); }
td.TdClassName
{
border-color: #FF2C84;
}
.TagClassName
{
border-color: #FF2C84;
}
</style>