Shades of Wild Strawberry #FF2985
Tints of Wild Strawberry #FF2985
RGB
CMYK
RGB Variations
Color information
#FF2985 (or 0xFF2985) is known color: Wild Strawberry. HEX triplet: FF, 29 and 85. RGB value is (255,41,133). Sum of RGB (Red+Green+Blue) = 255+41+133=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2985 is #00D67A. Grayscale: #737373. Windows color (decimal): -54907 or 8727039. OLE color: 8727039.
HSL color Cylindrical-coordinate representation of color #FF2985: hue angle of 334.21º 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 #FF2985 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 133 | - |
| CMYK | 0 | 0.84 | 0.48 | 0 |
| HSL | 334.21º | 1% | 0.58% | - |
| HSV(B) | 334.21º | 0.84% | 1% | - |
| XYZ | 46.27 | 24.54 | 24.49 | - |
| YUV | 115.47 | 137.9 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 133 | 0 | 0.84 | 0.48 | 0 | 334.21 | 1 | 0.58 |
| Hex | FF | 29 | 85 | 0 | 54 | 30 | 0 | 14E | 64 | 3A |
| Octal | 377 | 51 | 205 | 0 | 124 | 60 | 0 | 516 | 144 | 72 |
| Binary | 11111111 | 101001 | 10000101 | 0 | 1010100 | 110000 | 0 | 101001110 | 1100100 | 111010 |
Color Harmonies of #FF2985
Complementary color
Monochromatic Colors of #FF2985
Black with #FF2985
Text Example
Text Example
White with #FF2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2985; }
p { color: rgb(255,41,133); }
H1.HeaderClassName
{
color: #FF2985;
}
.AnyTagClassName
{
color: #FF2985;
}
</style>
background-color css
<style>
a { background-color: #FF2985; }
a { background-color: rgb(255,41,133); }
div.DivClassName
{
background-color: #FF2985;
}
.BgClassName
{
background-color: #FF2985;
}
</style>
border-color css
<style>
span { border-color: #FF2985; }
span { border-color: rgb(255,41,133); }
td.TdClassName
{
border-color: #FF2985;
}
.TagClassName
{
border-color: #FF2985;
}
</style>