Shades of Wild Strawberry #FF2F89
Tints of Wild Strawberry #FF2F89
RGB
CMYK
RGB Variations
Color information
#FF2F89 (or 0xFF2F89) is known color: Wild Strawberry. HEX triplet: FF, 2F and 89. RGB value is (255,47,137). Sum of RGB (Red+Green+Blue) = 255+47+137=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2F89 is #00D076. Grayscale: #777777. Windows color (decimal): -53367 or 8990719. OLE color: 8990719.
HSL color Cylindrical-coordinate representation of color #FF2F89: hue angle of 334.04º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2F89 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 137 | - |
| CMYK | 0 | 0.82 | 0.46 | 0 |
| HSL | 334.04º | 1% | 0.59% | - |
| HSV(B) | 334.04º | 0.82% | 1% | - |
| XYZ | 46.77 | 25.1 | 26.05 | - |
| YUV | 119.45 | 137.91 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 137 | 0 | 0.82 | 0.46 | 0 | 334.04 | 1 | 0.59 |
| Hex | FF | 2F | 89 | 0 | 52 | 2E | 0 | 14E | 64 | 3B |
| Octal | 377 | 57 | 211 | 0 | 122 | 56 | 0 | 516 | 144 | 73 |
| Binary | 11111111 | 101111 | 10001001 | 0 | 1010010 | 101110 | 0 | 101001110 | 1100100 | 111011 |
Color Harmonies of #FF2F89
Complementary color
Monochromatic Colors of #FF2F89
Black with #FF2F89
Text Example
Text Example
White with #FF2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F89; }
p { color: rgb(255,47,137); }
H1.HeaderClassName
{
color: #FF2F89;
}
.AnyTagClassName
{
color: #FF2F89;
}
</style>
background-color css
<style>
a { background-color: #FF2F89; }
a { background-color: rgb(255,47,137); }
div.DivClassName
{
background-color: #FF2F89;
}
.BgClassName
{
background-color: #FF2F89;
}
</style>
border-color css
<style>
span { border-color: #FF2F89; }
span { border-color: rgb(255,47,137); }
td.TdClassName
{
border-color: #FF2F89;
}
.TagClassName
{
border-color: #FF2F89;
}
</style>