Shades of Wild Strawberry #FF2C92
Tints of Wild Strawberry #FF2C92
RGB
CMYK
RGB Variations
Color information
#FF2C92 (or 0xFF2C92) is known color: Wild Strawberry. HEX triplet: FF, 2C and 92. RGB value is (255,44,146). Sum of RGB (Red+Green+Blue) = 255+44+146=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2C92 is #00D36D. Grayscale: #767676. Windows color (decimal): -54126 or 9579775. OLE color: 9579775.
HSL color Cylindrical-coordinate representation of color #FF2C92: hue angle of 331º 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 #FF2C92 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 146 | - |
| CMYK | 0 | 0.83 | 0.43 | 0 |
| HSL | 331º | 1% | 0.59% | - |
| HSV(B) | 331º | 0.83% | 1% | - |
| XYZ | 47.33 | 25.14 | 29.55 | - |
| YUV | 118.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 146 | 0 | 0.83 | 0.43 | 0 | 331 | 1 | 0.59 |
| Hex | FF | 2C | 92 | 0 | 53 | 2B | 0 | 14B | 64 | 3B |
| Octal | 377 | 54 | 222 | 0 | 123 | 53 | 0 | 513 | 144 | 73 |
| Binary | 11111111 | 101100 | 10010010 | 0 | 1010011 | 101011 | 0 | 101001011 | 1100100 | 111011 |
Color Harmonies of #FF2C92
Complementary color
Monochromatic Colors of #FF2C92
Black with #FF2C92
Text Example
Text Example
White with #FF2C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C92; }
p { color: rgb(255,44,146); }
H1.HeaderClassName
{
color: #FF2C92;
}
.AnyTagClassName
{
color: #FF2C92;
}
</style>
background-color css
<style>
a { background-color: #FF2C92; }
a { background-color: rgb(255,44,146); }
div.DivClassName
{
background-color: #FF2C92;
}
.BgClassName
{
background-color: #FF2C92;
}
</style>
border-color css
<style>
span { border-color: #FF2C92; }
span { border-color: rgb(255,44,146); }
td.TdClassName
{
border-color: #FF2C92;
}
.TagClassName
{
border-color: #FF2C92;
}
</style>