Shades of Wild Strawberry #FF2A89
Tints of Wild Strawberry #FF2A89
RGB
CMYK
RGB Variations
Color information
#FF2A89 (or 0xFF2A89) is known color: Wild Strawberry. HEX triplet: FF, 2A and 89. RGB value is (255,42,137). Sum of RGB (Red+Green+Blue) = 255+42+137=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2A89 is #00D576. Grayscale: #747474. Windows color (decimal): -54647 or 8989439. OLE color: 8989439.
HSL color Cylindrical-coordinate representation of color #FF2A89: hue angle of 333.24º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2A89 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 137 | - |
| CMYK | 0 | 0.84 | 0.46 | 0 |
| HSL | 333.24º | 1% | 0.58% | - |
| HSV(B) | 333.24º | 0.84% | 1% | - |
| XYZ | 46.58 | 24.72 | 25.98 | - |
| YUV | 116.52 | 139.57 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 137 | 0 | 0.84 | 0.46 | 0 | 333.24 | 1 | 0.58 |
| Hex | FF | 2A | 89 | 0 | 54 | 2E | 0 | 14D | 64 | 3A |
| Octal | 377 | 52 | 211 | 0 | 124 | 56 | 0 | 515 | 144 | 72 |
| Binary | 11111111 | 101010 | 10001001 | 0 | 1010100 | 101110 | 0 | 101001101 | 1100100 | 111010 |
Color Harmonies of #FF2A89
Complementary color
Monochromatic Colors of #FF2A89
Black with #FF2A89
Text Example
Text Example
White with #FF2A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A89; }
p { color: rgb(255,42,137); }
H1.HeaderClassName
{
color: #FF2A89;
}
.AnyTagClassName
{
color: #FF2A89;
}
</style>
background-color css
<style>
a { background-color: #FF2A89; }
a { background-color: rgb(255,42,137); }
div.DivClassName
{
background-color: #FF2A89;
}
.BgClassName
{
background-color: #FF2A89;
}
</style>
border-color css
<style>
span { border-color: #FF2A89; }
span { border-color: rgb(255,42,137); }
td.TdClassName
{
border-color: #FF2A89;
}
.TagClassName
{
border-color: #FF2A89;
}
</style>