Shades of Wild Strawberry #FF2983
Tints of Wild Strawberry #FF2983
RGB
CMYK
RGB Variations
Color information
#FF2983 (or 0xFF2983) is known color: Wild Strawberry. HEX triplet: FF, 29 and 83. RGB value is (255,41,131). Sum of RGB (Red+Green+Blue) = 255+41+131=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2983 is #00D67C. Grayscale: #737373. Windows color (decimal): -54909 or 8595967. OLE color: 8595967.
HSL color Cylindrical-coordinate representation of color #FF2983: hue angle of 334.77º 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 #FF2983 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 131 | - |
| CMYK | 0 | 0.84 | 0.49 | 0 |
| HSL | 334.77º | 1% | 0.58% | - |
| HSV(B) | 334.77º | 0.84% | 1% | - |
| XYZ | 46.13 | 24.48 | 23.77 | - |
| YUV | 115.25 | 136.9 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 131 | 0 | 0.84 | 0.49 | 0 | 334.77 | 1 | 0.58 |
| Hex | FF | 29 | 83 | 0 | 54 | 31 | 0 | 14F | 64 | 3A |
| Octal | 377 | 51 | 203 | 0 | 124 | 61 | 0 | 517 | 144 | 72 |
| Binary | 11111111 | 101001 | 10000011 | 0 | 1010100 | 110001 | 0 | 101001111 | 1100100 | 111010 |
Color Harmonies of #FF2983
Complementary color
Monochromatic Colors of #FF2983
Black with #FF2983
Text Example
Text Example
White with #FF2983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2983; }
p { color: rgb(255,41,131); }
H1.HeaderClassName
{
color: #FF2983;
}
.AnyTagClassName
{
color: #FF2983;
}
</style>
background-color css
<style>
a { background-color: #FF2983; }
a { background-color: rgb(255,41,131); }
div.DivClassName
{
background-color: #FF2983;
}
.BgClassName
{
background-color: #FF2983;
}
</style>
border-color css
<style>
span { border-color: #FF2983; }
span { border-color: rgb(255,41,131); }
td.TdClassName
{
border-color: #FF2983;
}
.TagClassName
{
border-color: #FF2983;
}
</style>