Shades of Wild Strawberry #FF2C94
Tints of Wild Strawberry #FF2C94
RGB
CMYK
RGB Variations
Color information
#FF2C94 (or 0xFF2C94) is known color: Wild Strawberry. HEX triplet: FF, 2C and 94. RGB value is (255,44,148). Sum of RGB (Red+Green+Blue) = 255+44+148=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2C94 is #00D36B. Grayscale: #767676. Windows color (decimal): -54124 or 9710847. OLE color: 9710847.
HSL color Cylindrical-coordinate representation of color #FF2C94: hue angle of 330.43º 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 #FF2C94 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 148 | - |
| CMYK | 0 | 0.83 | 0.42 | 0 |
| HSL | 330.43º | 1% | 0.59% | - |
| HSV(B) | 330.43º | 0.83% | 1% | - |
| XYZ | 47.49 | 25.2 | 30.38 | - |
| YUV | 118.95 | 144.4 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 148 | 0 | 0.83 | 0.42 | 0 | 330.43 | 1 | 0.59 |
| Hex | FF | 2C | 94 | 0 | 53 | 2A | 0 | 14A | 64 | 3B |
| Octal | 377 | 54 | 224 | 0 | 123 | 52 | 0 | 512 | 144 | 73 |
| Binary | 11111111 | 101100 | 10010100 | 0 | 1010011 | 101010 | 0 | 101001010 | 1100100 | 111011 |
Color Harmonies of #FF2C94
Complementary color
Monochromatic Colors of #FF2C94
Black with #FF2C94
Text Example
Text Example
White with #FF2C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C94; }
p { color: rgb(255,44,148); }
H1.HeaderClassName
{
color: #FF2C94;
}
.AnyTagClassName
{
color: #FF2C94;
}
</style>
background-color css
<style>
a { background-color: #FF2C94; }
a { background-color: rgb(255,44,148); }
div.DivClassName
{
background-color: #FF2C94;
}
.BgClassName
{
background-color: #FF2C94;
}
</style>
border-color css
<style>
span { border-color: #FF2C94; }
span { border-color: rgb(255,44,148); }
td.TdClassName
{
border-color: #FF2C94;
}
.TagClassName
{
border-color: #FF2C94;
}
</style>