Shades of Wild Strawberry #FF2C8C
Tints of Wild Strawberry #FF2C8C
RGB
CMYK
RGB Variations
Color information
#FF2C8C (or 0xFF2C8C) is known color: Wild Strawberry. HEX triplet: FF, 2C and 8C. RGB value is (255,44,140). Sum of RGB (Red+Green+Blue) = 255+44+140=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2C8C is #00D373. Grayscale: #757575. Windows color (decimal): -54132 or 9186559. OLE color: 9186559.
HSL color Cylindrical-coordinate representation of color #FF2C8C: hue angle of 332.7º 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 #FF2C8C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 140 | - |
| CMYK | 0 | 0.83 | 0.45 | 0 |
| HSL | 332.7º | 1% | 0.59% | - |
| HSV(B) | 332.7º | 0.83% | 1% | - |
| XYZ | 46.87 | 24.95 | 27.16 | - |
| YUV | 118.03 | 140.4 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 140 | 0 | 0.83 | 0.45 | 0 | 332.7 | 1 | 0.59 |
| Hex | FF | 2C | 8C | 0 | 53 | 2D | 0 | 14D | 64 | 3B |
| Octal | 377 | 54 | 214 | 0 | 123 | 55 | 0 | 515 | 144 | 73 |
| Binary | 11111111 | 101100 | 10001100 | 0 | 1010011 | 101101 | 0 | 101001101 | 1100100 | 111011 |
Color Harmonies of #FF2C8C
Complementary color
Monochromatic Colors of #FF2C8C
Black with #FF2C8C
Text Example
Text Example
White with #FF2C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C8C; }
p { color: rgb(255,44,140); }
H1.HeaderClassName
{
color: #FF2C8C;
}
.AnyTagClassName
{
color: #FF2C8C;
}
</style>
background-color css
<style>
a { background-color: #FF2C8C; }
a { background-color: rgb(255,44,140); }
div.DivClassName
{
background-color: #FF2C8C;
}
.BgClassName
{
background-color: #FF2C8C;
}
</style>
border-color css
<style>
span { border-color: #FF2C8C; }
span { border-color: rgb(255,44,140); }
td.TdClassName
{
border-color: #FF2C8C;
}
.TagClassName
{
border-color: #FF2C8C;
}
</style>