Shades of Wild Strawberry #FF2C90
Tints of Wild Strawberry #FF2C90
RGB
CMYK
RGB Variations
Color information
#FF2C90 (or 0xFF2C90) is known color: Wild Strawberry. HEX triplet: FF, 2C and 90. RGB value is (255,44,144). Sum of RGB (Red+Green+Blue) = 255+44+144=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2C90 is #00D36F. Grayscale: #767676. Windows color (decimal): -54128 or 9448703. OLE color: 9448703.
HSL color Cylindrical-coordinate representation of color #FF2C90: hue angle of 331.56º 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 #FF2C90 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 144 | - |
| CMYK | 0 | 0.83 | 0.44 | 0 |
| HSL | 331.56º | 1% | 0.59% | - |
| HSV(B) | 331.56º | 0.83% | 1% | - |
| XYZ | 47.17 | 25.07 | 28.74 | - |
| YUV | 118.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 144 | 0 | 0.83 | 0.44 | 0 | 331.56 | 1 | 0.59 |
| Hex | FF | 2C | 90 | 0 | 53 | 2C | 0 | 14C | 64 | 3B |
| Octal | 377 | 54 | 220 | 0 | 123 | 54 | 0 | 514 | 144 | 73 |
| Binary | 11111111 | 101100 | 10010000 | 0 | 1010011 | 101100 | 0 | 101001100 | 1100100 | 111011 |
Color Harmonies of #FF2C90
Complementary color
Monochromatic Colors of #FF2C90
Black with #FF2C90
Text Example
Text Example
White with #FF2C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C90; }
p { color: rgb(255,44,144); }
H1.HeaderClassName
{
color: #FF2C90;
}
.AnyTagClassName
{
color: #FF2C90;
}
</style>
background-color css
<style>
a { background-color: #FF2C90; }
a { background-color: rgb(255,44,144); }
div.DivClassName
{
background-color: #FF2C90;
}
.BgClassName
{
background-color: #FF2C90;
}
</style>
border-color css
<style>
span { border-color: #FF2C90; }
span { border-color: rgb(255,44,144); }
td.TdClassName
{
border-color: #FF2C90;
}
.TagClassName
{
border-color: #FF2C90;
}
</style>