Shades of Wild Strawberry #FF2C8A
Tints of Wild Strawberry #FF2C8A
RGB
CMYK
RGB Variations
Color information
#FF2C8A (or 0xFF2C8A) is known color: Wild Strawberry. HEX triplet: FF, 2C and 8A. RGB value is (255,44,138). Sum of RGB (Red+Green+Blue) = 255+44+138=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2C8A is #00D375. Grayscale: #757575. Windows color (decimal): -54134 or 9055487. OLE color: 9055487.
HSL color Cylindrical-coordinate representation of color #FF2C8A: hue angle of 333.27º 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 #FF2C8A is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 138 | - |
| CMYK | 0 | 0.83 | 0.46 | 0 |
| HSL | 333.27º | 1% | 0.59% | - |
| HSV(B) | 333.27º | 0.83% | 1% | - |
| XYZ | 46.73 | 24.9 | 26.39 | - |
| YUV | 117.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 138 | 0 | 0.83 | 0.46 | 0 | 333.27 | 1 | 0.59 |
| Hex | FF | 2C | 8A | 0 | 53 | 2E | 0 | 14D | 64 | 3B |
| Octal | 377 | 54 | 212 | 0 | 123 | 56 | 0 | 515 | 144 | 73 |
| Binary | 11111111 | 101100 | 10001010 | 0 | 1010011 | 101110 | 0 | 101001101 | 1100100 | 111011 |
Color Harmonies of #FF2C8A
Complementary color
Monochromatic Colors of #FF2C8A
Black with #FF2C8A
Text Example
Text Example
White with #FF2C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C8A; }
p { color: rgb(255,44,138); }
H1.HeaderClassName
{
color: #FF2C8A;
}
.AnyTagClassName
{
color: #FF2C8A;
}
</style>
background-color css
<style>
a { background-color: #FF2C8A; }
a { background-color: rgb(255,44,138); }
div.DivClassName
{
background-color: #FF2C8A;
}
.BgClassName
{
background-color: #FF2C8A;
}
</style>
border-color css
<style>
span { border-color: #FF2C8A; }
span { border-color: rgb(255,44,138); }
td.TdClassName
{
border-color: #FF2C8A;
}
.TagClassName
{
border-color: #FF2C8A;
}
</style>