Shades of Wild Strawberry #FF2D85
Tints of Wild Strawberry #FF2D85
RGB
CMYK
RGB Variations
Color information
#FF2D85 (or 0xFF2D85) is known color: Wild Strawberry. HEX triplet: FF, 2D and 85. RGB value is (255,45,133). Sum of RGB (Red+Green+Blue) = 255+45+133=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2D85 is #00D27A. Grayscale: #757575. Windows color (decimal): -53883 or 8728063. OLE color: 8728063.
HSL color Cylindrical-coordinate representation of color #FF2D85: hue angle of 334.86º 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 #FF2D85 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 133 | - |
| CMYK | 0 | 0.82 | 0.48 | 0 |
| HSL | 334.86º | 1% | 0.59% | - |
| HSV(B) | 334.86º | 0.82% | 1% | - |
| XYZ | 46.41 | 24.83 | 24.54 | - |
| YUV | 117.82 | 136.57 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 133 | 0 | 0.82 | 0.48 | 0 | 334.86 | 1 | 0.59 |
| Hex | FF | 2D | 85 | 0 | 52 | 30 | 0 | 14F | 64 | 3B |
| Octal | 377 | 55 | 205 | 0 | 122 | 60 | 0 | 517 | 144 | 73 |
| Binary | 11111111 | 101101 | 10000101 | 0 | 1010010 | 110000 | 0 | 101001111 | 1100100 | 111011 |
Color Harmonies of #FF2D85
Complementary color
Monochromatic Colors of #FF2D85
Black with #FF2D85
Text Example
Text Example
White with #FF2D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D85; }
p { color: rgb(255,45,133); }
H1.HeaderClassName
{
color: #FF2D85;
}
.AnyTagClassName
{
color: #FF2D85;
}
</style>
background-color css
<style>
a { background-color: #FF2D85; }
a { background-color: rgb(255,45,133); }
div.DivClassName
{
background-color: #FF2D85;
}
.BgClassName
{
background-color: #FF2D85;
}
</style>
border-color css
<style>
span { border-color: #FF2D85; }
span { border-color: rgb(255,45,133); }
td.TdClassName
{
border-color: #FF2D85;
}
.TagClassName
{
border-color: #FF2D85;
}
</style>