Shades of Wild Strawberry #FF2D8A
Tints of Wild Strawberry #FF2D8A
RGB
CMYK
RGB Variations
Color information
#FF2D8A (or 0xFF2D8A) is known color: Wild Strawberry. HEX triplet: FF, 2D and 8A. RGB value is (255,45,138). Sum of RGB (Red+Green+Blue) = 255+45+138=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2D8A is #00D275. Grayscale: #767676. Windows color (decimal): -53878 or 9055743. OLE color: 9055743.
HSL color Cylindrical-coordinate representation of color #FF2D8A: hue angle of 333.43º 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 #FF2D8A is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 138 | - |
| CMYK | 0 | 0.82 | 0.46 | 0 |
| HSL | 333.43º | 1% | 0.59% | - |
| HSV(B) | 333.43º | 0.82% | 1% | - |
| XYZ | 46.77 | 24.97 | 26.4 | - |
| YUV | 118.39 | 139.07 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 138 | 0 | 0.82 | 0.46 | 0 | 333.43 | 1 | 0.59 |
| Hex | FF | 2D | 8A | 0 | 52 | 2E | 0 | 14D | 64 | 3B |
| Octal | 377 | 55 | 212 | 0 | 122 | 56 | 0 | 515 | 144 | 73 |
| Binary | 11111111 | 101101 | 10001010 | 0 | 1010010 | 101110 | 0 | 101001101 | 1100100 | 111011 |
Color Harmonies of #FF2D8A
Complementary color
Monochromatic Colors of #FF2D8A
Black with #FF2D8A
Text Example
Text Example
White with #FF2D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D8A; }
p { color: rgb(255,45,138); }
H1.HeaderClassName
{
color: #FF2D8A;
}
.AnyTagClassName
{
color: #FF2D8A;
}
</style>
background-color css
<style>
a { background-color: #FF2D8A; }
a { background-color: rgb(255,45,138); }
div.DivClassName
{
background-color: #FF2D8A;
}
.BgClassName
{
background-color: #FF2D8A;
}
</style>
border-color css
<style>
span { border-color: #FF2D8A; }
span { border-color: rgb(255,45,138); }
td.TdClassName
{
border-color: #FF2D8A;
}
.TagClassName
{
border-color: #FF2D8A;
}
</style>